0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 22:12:39 +00:00

Bump googleapis from 89.0.0 to 91.0.0

Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 89.0.0 to 91.0.0.
- [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases)
- [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-api-nodejs-client/compare/googleapis-v89.0.0...googleapis-v91.0.0)

---
updated-dependencies:
- dependency-name: googleapis
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-11-09 03:00:55 +00:00
committed by GitHub
parent 34bc242b76
commit edb8f28098
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": "89.0.0",
"googleapis": "91.0.0",
"jwt-simple": "^0.5.6",
"less": "^3.13.1",
"lodash": "^4.17.21",
@@ -4845,9 +4845,9 @@
}
},
"node_modules/googleapis": {
"version": "89.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-89.0.0.tgz",
"integrity": "sha512-eH91BN+6R/Mp5uulrhKWGwKAbibfDNOIu1Oq8n12aFTiqb23/A9kVdRhituYVqhRqSWLr/kv1dpFbd6n+uN+7Q==",
"version": "91.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-91.0.0.tgz",
"integrity": "sha512-iHqXZwgYam0g8n0Yyi+YHx8kgwT+H5O4k3fe0LB1JhWRp1dSKYu+ShY4PQbW584zLOE4kK3LHf2B+x1THx+ZPQ==",
"dependencies": {
"google-auth-library": "^7.0.2",
"googleapis-common": "^5.0.2"
@@ -13163,9 +13163,9 @@
}
},
"googleapis": {
"version": "89.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-89.0.0.tgz",
"integrity": "sha512-eH91BN+6R/Mp5uulrhKWGwKAbibfDNOIu1Oq8n12aFTiqb23/A9kVdRhituYVqhRqSWLr/kv1dpFbd6n+uN+7Q==",
"version": "91.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-91.0.0.tgz",
"integrity": "sha512-iHqXZwgYam0g8n0Yyi+YHx8kgwT+H5O4k3fe0LB1JhWRp1dSKYu+ShY4PQbW584zLOE4kK3LHf2B+x1THx+ZPQ==",
"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": "89.0.0",
"googleapis": "91.0.0",
"jwt-simple": "^0.5.6",
"less": "^3.13.1",
"lodash": "^4.17.21",