From 2cba15db63a5a3c3359a40e8a8448c5aa835b43b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jun 2021 10:34:01 +0000 Subject: [PATCH] Bump googleapis from 77.0.0 to 78.0.0 Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 77.0.0 to 78.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-v77.0.0...googleapis-v78.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 505765a..f2c4d18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "express": "^4.17.1", "express-fileupload": "^1.2.1", "express-rate-limit": "^5.2.3", - "googleapis": "^77.0.0", + "googleapis": "^78.0.0", "js-yaml": "^4.1.0", "minimist": "^1.2.5", "node-cron": "^3.0.0", @@ -2693,9 +2693,9 @@ } }, "node_modules/googleapis": { - "version": "77.0.0", - "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-77.0.0.tgz", - "integrity": "sha512-BtH2dxG7IiEC1Crs6Ke5BenXuWgXyBK4k5SQTYOxcKuDtG27gVcyLaysTo0imbfBmnzLr4CcXXuojrFeJAy+tA==", + "version": "78.0.0", + "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-78.0.0.tgz", + "integrity": "sha512-Qx3WyG0kP1EHMc5z5lHDZyNg/u/1T9P0yudfp9y/ZrtQTpCLQM+7hH2Ca/C3Gnnn0qwN8hsn9E5Os03L46fldA==", "dependencies": { "google-auth-library": "^7.0.2", "googleapis-common": "^5.0.2" @@ -8531,9 +8531,9 @@ } }, "googleapis": { - "version": "77.0.0", - "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-77.0.0.tgz", - "integrity": "sha512-BtH2dxG7IiEC1Crs6Ke5BenXuWgXyBK4k5SQTYOxcKuDtG27gVcyLaysTo0imbfBmnzLr4CcXXuojrFeJAy+tA==", + "version": "78.0.0", + "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-78.0.0.tgz", + "integrity": "sha512-Qx3WyG0kP1EHMc5z5lHDZyNg/u/1T9P0yudfp9y/ZrtQTpCLQM+7hH2Ca/C3Gnnn0qwN8hsn9E5Os03L46fldA==", "requires": { "google-auth-library": "^7.0.2", "googleapis-common": "^5.0.2" diff --git a/package.json b/package.json index e996d21..c219f82 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "express": "^4.17.1", "express-fileupload": "^1.2.1", "express-rate-limit": "^5.2.3", - "googleapis": "^77.0.0", + "googleapis": "^78.0.0", "js-yaml": "^4.1.0", "minimist": "^1.2.5", "node-cron": "^3.0.0", -- 2.49.0