0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Merge pull request #2078 from naturalcrit/dependabot/npm_and_yarn/googleapis-97.0.0

Bump googleapis from 96.0.0 to 97.0.0
This commit is contained in:
Trevor Buckner
2022-03-14 21:25:37 -04: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.5",
"fs-extra": "10.0.1",
"googleapis": "96.0.0",
"googleapis": "97.0.0",
"js-yaml": "^4.1.0",
"jwt-simple": "^0.5.6",
"less": "^3.13.1",
@@ -6065,9 +6065,9 @@
}
},
"node_modules/googleapis": {
"version": "96.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-96.0.0.tgz",
"integrity": "sha512-tEQtcukxA4sW1OXh35teJbui+BIjMTghH6i0tvUctyXgMDO0Upu3+hrytrw9JqZJxtXReM3Wr5+g4U7veqHpBQ==",
"version": "97.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-97.0.0.tgz",
"integrity": "sha512-npfVjA4unKsyKvlBC7nhKq6ReH/lsSkSl+0AcW9/TrjT4Uc5QUyJCd1vhH54k5SGDpVQ0xMyyC06dVRMsNarRw==",
"dependencies": {
"google-auth-library": "^7.0.2",
"googleapis-common": "^5.0.2"
@@ -17705,9 +17705,9 @@
}
},
"googleapis": {
"version": "96.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-96.0.0.tgz",
"integrity": "sha512-tEQtcukxA4sW1OXh35teJbui+BIjMTghH6i0tvUctyXgMDO0Upu3+hrytrw9JqZJxtXReM3Wr5+g4U7veqHpBQ==",
"version": "97.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-97.0.0.tgz",
"integrity": "sha512-npfVjA4unKsyKvlBC7nhKq6ReH/lsSkSl+0AcW9/TrjT4Uc5QUyJCd1vhH54k5SGDpVQ0xMyyC06dVRMsNarRw==",
"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.5",
"fs-extra": "10.0.1",
"googleapis": "96.0.0",
"googleapis": "97.0.0",
"js-yaml": "^4.1.0",
"jwt-simple": "^0.5.6",
"less": "^3.13.1",