0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

Merge pull request #1761 from naturalcrit/dependabot/npm_and_yarn/googleapis-89.0.0

Bump googleapis from 88.2.0 to 89.0.0
This commit is contained in:
Trevor Buckner
2021-10-18 23:33:17 -04:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -24,7 +24,7 @@
"express-async-handler": "^1.1.4",
"express-static-gzip": "2.1.1",
"fs-extra": "10.0.0",
"googleapis": "88.2.0",
"googleapis": "89.0.0",
"jwt-simple": "^0.5.6",
"less": "^3.13.1",
"lodash": "^4.17.21",
@@ -4818,9 +4818,9 @@
}
},
"node_modules/googleapis": {
"version": "88.2.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-88.2.0.tgz",
"integrity": "sha512-z3iDvGVqaJ+4TZ7YulK530q5vkY0BifvAWqcu2JiUSgpnIHzsA89k005+McoaYB+lAgv7lPY2Y4OPMT6iloWRA==",
"version": "89.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-89.0.0.tgz",
"integrity": "sha512-eH91BN+6R/Mp5uulrhKWGwKAbibfDNOIu1Oq8n12aFTiqb23/A9kVdRhituYVqhRqSWLr/kv1dpFbd6n+uN+7Q==",
"dependencies": {
"google-auth-library": "^7.0.2",
"googleapis-common": "^5.0.2"
@@ -13127,9 +13127,9 @@
}
},
"googleapis": {
"version": "88.2.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-88.2.0.tgz",
"integrity": "sha512-z3iDvGVqaJ+4TZ7YulK530q5vkY0BifvAWqcu2JiUSgpnIHzsA89k005+McoaYB+lAgv7lPY2Y4OPMT6iloWRA==",
"version": "89.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-89.0.0.tgz",
"integrity": "sha512-eH91BN+6R/Mp5uulrhKWGwKAbibfDNOIu1Oq8n12aFTiqb23/A9kVdRhituYVqhRqSWLr/kv1dpFbd6n+uN+7Q==",
"requires": {
"google-auth-library": "^7.0.2",
"googleapis-common": "^5.0.2"

View File

@@ -54,7 +54,7 @@
"express-async-handler": "^1.1.4",
"express-static-gzip": "2.1.1",
"fs-extra": "10.0.0",
"googleapis": "88.2.0",
"googleapis": "89.0.0",
"jwt-simple": "^0.5.6",
"less": "^3.13.1",
"lodash": "^4.17.21",