From db2685bf4b5dfd6f71a164ada65ab58415814c24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 07:05:00 +0000 Subject: [PATCH] Bump googleapis from 81.0.0 to 82.0.0 Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 81.0.0 to 82.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-v81.0.0...googleapis-v82.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 dab2899..7eb21a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "express-fileupload": "^1.2.1", "express-prettify": "^0.1.1", "express-rate-limit": "^5.2.3", - "googleapis": "^81.0.0", + "googleapis": "^82.0.0", "js-yaml": "^4.1.0", "minimist": "^1.2.5", "node-cron": "^3.0.0", @@ -2948,9 +2948,9 @@ } }, "node_modules/googleapis": { - "version": "81.0.0", - "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-81.0.0.tgz", - "integrity": "sha512-PV4A3PWbOFkm44k4jk1I4ixFsfwc9dZWthfyGkU3322l0HMx2AYIuYqqN9vqQPlD734fTz4MOetETtQ0pH4KTg==", + "version": "82.0.0", + "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-82.0.0.tgz", + "integrity": "sha512-TytL2h+Cl82RP8ZZ4hgiqOz/ZKWJ5nqn2ZaQ1bNIsIp6z4xuasXyJsgPaZzHADyRx/zNQfRfJGwzRInYJy7X4A==", "dependencies": { "google-auth-library": "^7.0.2", "googleapis-common": "^5.0.2" @@ -9354,9 +9354,9 @@ } }, "googleapis": { - "version": "81.0.0", - "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-81.0.0.tgz", - "integrity": "sha512-PV4A3PWbOFkm44k4jk1I4ixFsfwc9dZWthfyGkU3322l0HMx2AYIuYqqN9vqQPlD734fTz4MOetETtQ0pH4KTg==", + "version": "82.0.0", + "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-82.0.0.tgz", + "integrity": "sha512-TytL2h+Cl82RP8ZZ4hgiqOz/ZKWJ5nqn2ZaQ1bNIsIp6z4xuasXyJsgPaZzHADyRx/zNQfRfJGwzRInYJy7X4A==", "requires": { "google-auth-library": "^7.0.2", "googleapis-common": "^5.0.2" diff --git a/package.json b/package.json index d723cab..63d3070 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "express-fileupload": "^1.2.1", "express-prettify": "^0.1.1", "express-rate-limit": "^5.2.3", - "googleapis": "^81.0.0", + "googleapis": "^82.0.0", "js-yaml": "^4.1.0", "minimist": "^1.2.5", "node-cron": "^3.0.0", -- 2.50.0