From 19eb0a568f1f08f0c2ff98996057806438aba5bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 20:08:54 +0000 Subject: [PATCH] Bump googleapis from 88.2.0 to 89.0.0 Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 88.2.0 to 89.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-v88.2.0...googleapis-v89.0.0) --- updated-dependencies: - dependency-name: googleapis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 33fef570..e7c9c480 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "dotenv": "^10.0.0", "ejs": "^3.1.6", "express": "^4.17.1", - "googleapis": "^88.2.0", + "googleapis": "^89.0.0", "handlebars": "^4.7.7", "jsonwebtoken": "^8.5.1", "lodash": "^4.17.21", @@ -3648,9 +3648,9 @@ } }, "node_modules/googleapis": { - "version": "88.2.0", - "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-88.2.0.tgz", - "integrity": "sha512-z3iDvGVqaJ+4TZ7YulK530q5vkY0BifvAWqcu2JiUSgpnIHzsA89k005+McoaYB+lAgv7lPY2Y4OPMT6iloWRA==", + "version": "89.0.0", + "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-89.0.0.tgz", + "integrity": "sha512-eH91BN+6R/Mp5uulrhKWGwKAbibfDNOIu1Oq8n12aFTiqb23/A9kVdRhituYVqhRqSWLr/kv1dpFbd6n+uN+7Q==", "dependencies": { "google-auth-library": "^7.0.2", "googleapis-common": "^5.0.2" @@ -9905,9 +9905,9 @@ } }, "googleapis": { - "version": "88.2.0", - "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-88.2.0.tgz", - "integrity": "sha512-z3iDvGVqaJ+4TZ7YulK530q5vkY0BifvAWqcu2JiUSgpnIHzsA89k005+McoaYB+lAgv7lPY2Y4OPMT6iloWRA==", + "version": "89.0.0", + "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-89.0.0.tgz", + "integrity": "sha512-eH91BN+6R/Mp5uulrhKWGwKAbibfDNOIu1Oq8n12aFTiqb23/A9kVdRhituYVqhRqSWLr/kv1dpFbd6n+uN+7Q==", "requires": { "google-auth-library": "^7.0.2", "googleapis-common": "^5.0.2" diff --git a/package.json b/package.json index cebaa8d6..b99ef585 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dotenv": "^10.0.0", "ejs": "^3.1.6", "express": "^4.17.1", - "googleapis": "^88.2.0", + "googleapis": "^89.0.0", "handlebars": "^4.7.7", "jsonwebtoken": "^8.5.1", "lodash": "^4.17.21",