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

Merge pull request #2229 from naturalcrit/dependabot/npm_and_yarn/googleapis-104.0.0

Bump googleapis from 103.0.0 to 104.0.0
This commit is contained in:
Trevor Buckner
2022-06-22 00:24:28 -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.2.0",
"express-static-gzip": "2.1.7",
"fs-extra": "10.1.0",
"googleapis": "103.0.0",
"googleapis": "104.0.0",
"js-yaml": "^4.1.0",
"jwt-simple": "^0.5.6",
"less": "^3.13.1",
@@ -5983,9 +5983,9 @@
}
},
"node_modules/googleapis": {
"version": "103.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-103.0.0.tgz",
"integrity": "sha512-jS/6UJcy3Wci+8EF21EkAh5CA/sPDCiZ1PqCPQEFNtvM6/MPNS4OUH6Ty2aTx2OeoNe8dzIqRW0gF0+c43irlw==",
"version": "104.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-104.0.0.tgz",
"integrity": "sha512-5UItkob9BgC2S1Ekm16ZMiCxaD0bU0n3EauiNAMB7KejmlACDIfNnHiC0GUYUL9/fU2jrJx1ngY89oQP9ZAPeA==",
"dependencies": {
"google-auth-library": "^8.0.2",
"googleapis-common": "^6.0.0"
@@ -17127,9 +17127,9 @@
}
},
"googleapis": {
"version": "103.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-103.0.0.tgz",
"integrity": "sha512-jS/6UJcy3Wci+8EF21EkAh5CA/sPDCiZ1PqCPQEFNtvM6/MPNS4OUH6Ty2aTx2OeoNe8dzIqRW0gF0+c43irlw==",
"version": "104.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-104.0.0.tgz",
"integrity": "sha512-5UItkob9BgC2S1Ekm16ZMiCxaD0bU0n3EauiNAMB7KejmlACDIfNnHiC0GUYUL9/fU2jrJx1ngY89oQP9ZAPeA==",
"requires": {
"google-auth-library": "^8.0.2",
"googleapis-common": "^6.0.0"

View File

@@ -65,7 +65,7 @@
"express-async-handler": "^1.2.0",
"express-static-gzip": "2.1.7",
"fs-extra": "10.1.0",
"googleapis": "103.0.0",
"googleapis": "104.0.0",
"js-yaml": "^4.1.0",
"jwt-simple": "^0.5.6",
"less": "^3.13.1",