0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 15:42:38 +00:00

Bump googleapis from 74.2.0 to 75.0.0

Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 74.2.0 to 75.0.0.
- [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases)
- [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-api-nodejs-client/compare/googleapis-v74.2.0...googleapis-v75.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-06-03 05:03:03 +00:00
committed by GitHub
parent 4504a25272
commit ef9d4d8525
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -4056,9 +4056,9 @@
"dev": true
},
"gaxios": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/gaxios/-/gaxios-4.2.1.tgz",
"integrity": "sha512-s+rTywpw6CmfB8r9TXYkpix7YFeuRjnR/AqhaJrQqsNhsAqej+IAiCc3hadzQH3gHyWth30tvYjxH8EVjQt/8Q==",
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/gaxios/-/gaxios-4.3.0.tgz",
"integrity": "sha512-pHplNbslpwCLMyII/lHPWFQbJWOX0B3R1hwBEOvzYi1GmdKZruuEHK4N9V6f7tf1EaPYyF80mui1+344p6SmLg==",
"requires": {
"abort-controller": "^3.0.0",
"extend": "^3.0.2",
@@ -4161,9 +4161,9 @@
}
},
"google-auth-library": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-7.1.0.tgz",
"integrity": "sha512-X+gbkGjnLN3HUZP2W3KBREuA603BXd80ITvL0PeS0QpyDNYz/u0pIZ7aRuGnrSuUc0grk/qxEgtVTFt1ogbP+A==",
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-7.1.1.tgz",
"integrity": "sha512-+Q1linq/To3DYLyPz4UTEkQ0v5EOXadMM/S+taLV3W9611hq9zqg8kgGApqbTQnggtwdO9yU1y2YT7+83wdTRg==",
"requires": {
"arrify": "^2.0.0",
"base64-js": "^1.3.0",
@@ -4185,9 +4185,9 @@
}
},
"googleapis": {
"version": "74.2.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-74.2.0.tgz",
"integrity": "sha512-AF8RwmTbz8GGIza9LViokOUAsrEkB6gKwvIGXbgWEWzZO1+DRsbKSstHotDgUA4zdXhVtGkOW7uqNs/wz4rYNA==",
"version": "75.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-75.0.0.tgz",
"integrity": "sha512-ZAZbWiBMw+ke5rzKRjNBSIJ+ab6wX/4HyHucIV1UHuLScNc8/rFCQsQg2VXEWBkdWUvsRxpB2AtTGtzcviJfwg==",
"requires": {
"google-auth-library": "^7.0.2",
"googleapis-common": "^5.0.2"

View File

@@ -53,7 +53,7 @@
"express-async-handler": "^1.1.4",
"express-static-gzip": "2.1.1",
"fs-extra": "9.1.0",
"googleapis": "74.2.0",
"googleapis": "75.0.0",
"jwt-simple": "^0.5.6",
"less": "^3.13.1",
"lodash": "^4.17.21",