0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 07:42:39 +00:00

Merge pull request #1269 from naturalcrit/dependabot/npm_and_yarn/googleapis-67.1.1

Bump googleapis from 67.1.0 to 67.1.1
This commit is contained in:
Trevor Buckner
2021-03-05 23:10:15 -05:00
committed by GitHub
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -6106,9 +6106,9 @@
"dev": true "dev": true
}, },
"gaxios": { "gaxios": {
"version": "4.1.0", "version": "4.2.0",
"resolved": "https://registry.npmjs.org/gaxios/-/gaxios-4.1.0.tgz", "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-4.2.0.tgz",
"integrity": "sha512-vb0to8xzGnA2qcgywAjtshOKKVDf2eQhJoiL6fHhgW5tVN7wNk7egnYIO9zotfn3lQ3De1VPdf7V5/BWfCtCmg==", "integrity": "sha512-Ms7fNifGv0XVU+6eIyL9LB7RVESeML9+cMvkwGS70xyD6w2Z80wl6RiqiJ9k1KFlJCUTQqFFc8tXmPQfSKUe8g==",
"requires": { "requires": {
"abort-controller": "^3.0.0", "abort-controller": "^3.0.0",
"extend": "^3.0.2", "extend": "^3.0.2",
@@ -6227,9 +6227,9 @@
} }
}, },
"googleapis": { "googleapis": {
"version": "67.1.0", "version": "67.1.1",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-67.1.0.tgz", "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-67.1.1.tgz",
"integrity": "sha512-FBjPY9a4HBwb47E1M49ziPChhvox5jQkhgmVDkPBHuiAK14iXKk/qenoClDWaqZisqdLMZ/jvwq68t974oBcXA==", "integrity": "sha512-WLYk8R4dpW/oIxXhj0PQGhu+eOUpQbtWYTCxx/jeENr4arE9UmV5qmz0h1Gs1SPF/O/8PjCQIsPwOuHAlj78GA==",
"requires": { "requires": {
"google-auth-library": "^7.0.2", "google-auth-library": "^7.0.2",
"googleapis-common": "^5.0.1" "googleapis-common": "^5.0.1"

View File

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