0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

Merge pull request #2009 from naturalcrit/dependabot/npm_and_yarn/googleapis-95.0.0

Bump googleapis from 94.0.0 to 95.0.0
This commit is contained in:
Trevor Buckner
2022-02-06 23:19:15 -05:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -23,7 +23,7 @@
"express-async-handler": "^1.2.0",
"express-static-gzip": "2.1.2",
"fs-extra": "10.0.0",
"googleapis": "94.0.0",
"googleapis": "95.0.0",
"js-yaml": "^4.1.0",
"jwt-simple": "^0.5.6",
"less": "^3.13.1",
@@ -6045,9 +6045,9 @@
}
},
"node_modules/googleapis": {
"version": "94.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-94.0.0.tgz",
"integrity": "sha512-Rg5Mib5TF3kddtORJyMGED9Ga0CfR0Wx3tS8urpw3tRpLfANEf7DYfG3FGUWSrnDs+eDanEUVCY4HCy/muhw8w==",
"version": "95.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-95.0.0.tgz",
"integrity": "sha512-ZpFZW7FDwcjQa2+xZNS2SC5sK2s46iWKA5QSFVJSK3RELQec4PYHhzKwzbeCzt4urnjYp6udPif95zXTFxbtRA==",
"dependencies": {
"google-auth-library": "^7.0.2",
"googleapis-common": "^5.0.2"
@@ -17630,9 +17630,9 @@
}
},
"googleapis": {
"version": "94.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-94.0.0.tgz",
"integrity": "sha512-Rg5Mib5TF3kddtORJyMGED9Ga0CfR0Wx3tS8urpw3tRpLfANEf7DYfG3FGUWSrnDs+eDanEUVCY4HCy/muhw8w==",
"version": "95.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-95.0.0.tgz",
"integrity": "sha512-ZpFZW7FDwcjQa2+xZNS2SC5sK2s46iWKA5QSFVJSK3RELQec4PYHhzKwzbeCzt4urnjYp6udPif95zXTFxbtRA==",
"requires": {
"google-auth-library": "^7.0.2",
"googleapis-common": "^5.0.2"

View File

@@ -61,7 +61,7 @@
"express-async-handler": "^1.2.0",
"express-static-gzip": "2.1.2",
"fs-extra": "10.0.0",
"googleapis": "94.0.0",
"googleapis": "95.0.0",
"js-yaml": "^4.1.0",
"jwt-simple": "^0.5.6",
"less": "^3.13.1",