0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 04:52:40 +00:00

Bump googleapis from 67.0.0 to 67.1.0 (#1245)

Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 67.0.0 to 67.1.0.
- [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases)
- [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-api-nodejs-client/compare/v67.0.0...v67.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot]
2021-02-25 15:45:36 -05:00
committed by GitHub
parent ff70b5c546
commit 37d0a4aad2
2 changed files with 17 additions and 25 deletions

40
package-lock.json generated
View File

@@ -5877,9 +5877,9 @@
}
},
"google-auth-library": {
"version": "6.1.4",
"resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-6.1.4.tgz",
"integrity": "sha512-q0kYtGWnDd9XquwiQGAZeI2Jnglk7NDi0cChE4tWp6Kpo/kbqnt9scJb0HP+/xqt03Beqw/xQah1OPrci+pOxw==",
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-7.0.2.tgz",
"integrity": "sha512-vjyNZR3pDLC0u7GHLfj+Hw9tGprrJwoMwkYGqURCXYITjCrP9HprOyxVV+KekdLgATtWGuDkQG2MTh0qpUPUgg==",
"requires": {
"arrify": "^2.0.0",
"base64-js": "^1.3.0",
@@ -5901,22 +5901,22 @@
}
},
"googleapis": {
"version": "67.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-67.0.0.tgz",
"integrity": "sha512-luhulHrk42DruR+c12W2sY2rrEVoKVdjaZDuHWSxcp1qz+VxvWQpuiK2QDLCXmo36/VFPMaa+Y7rRUR+Qqzd7w==",
"version": "67.1.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-67.1.0.tgz",
"integrity": "sha512-FBjPY9a4HBwb47E1M49ziPChhvox5jQkhgmVDkPBHuiAK14iXKk/qenoClDWaqZisqdLMZ/jvwq68t974oBcXA==",
"requires": {
"google-auth-library": "^6.0.0",
"googleapis-common": "^4.4.1"
"google-auth-library": "^7.0.2",
"googleapis-common": "^5.0.1"
}
},
"googleapis-common": {
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/googleapis-common/-/googleapis-common-4.4.3.tgz",
"integrity": "sha512-W46WKCk3QtlCCfmZyQIH5zxmDOyeV5Qj+qs7nr2ox08eRkEJMWp6iwv542R/PsokXaGUSrmif4vCC4+rGzRSsQ==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/googleapis-common/-/googleapis-common-5.0.1.tgz",
"integrity": "sha512-b6SfpxLKVxFM7EQkRjhMrSWKLnRXf7r3Y4L4PZI8Yu8SWsGzfw+0ar7eqdwXnjZ2s+jwRHmxwnHaSP8anlgN5w==",
"requires": {
"extend": "^3.0.2",
"gaxios": "^4.0.0",
"google-auth-library": "^6.0.0",
"google-auth-library": "^7.0.2",
"qs": "^6.7.0",
"url-template": "^2.0.8",
"uuid": "^8.0.0"
@@ -5946,21 +5946,13 @@
"integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw=="
},
"gtoken": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/gtoken/-/gtoken-5.1.0.tgz",
"integrity": "sha512-4d8N6Lk8TEAHl9vVoRVMh9BNOKWVgl2DdNtr3428O75r3QFrF/a5MMu851VmK0AA8+iSvbwRv69k5XnMLURGhg==",
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/gtoken/-/gtoken-5.2.1.tgz",
"integrity": "sha512-OY0BfPKe3QnMsY9MzTHTSKn+Vl2l1CcLe6BwDEQj00mbbkl5nyQ/7EUREstg4fQNZ8iYE7br4JJ7TdKeDOPWmw==",
"requires": {
"gaxios": "^4.0.0",
"google-p12-pem": "^3.0.3",
"jws": "^4.0.0",
"mime": "^2.2.0"
},
"dependencies": {
"mime": {
"version": "2.4.7",
"resolved": "https://registry.npmjs.org/mime/-/mime-2.4.7.tgz",
"integrity": "sha512-dhNd1uA2u397uQk3Nv5LM4lm93WYDUXFn3Fu291FJerns4jyTudqhIWe4W04YLy7Uk1tm1Ore04NpjRvQp/NPA=="
}
"jws": "^4.0.0"
}
},
"has": {

View File

@@ -51,7 +51,7 @@
"express": "^4.17.1",
"express-static-gzip": "2.1.1",
"fs-extra": "9.1.0",
"googleapis": "67.0.0",
"googleapis": "67.1.0",
"jwt-simple": "^0.5.6",
"less": "^3.13.1",
"lodash": "^4.17.21",