From 300f6a15199901660bbc5e8f91a318c0de4408d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 09:53:03 +0000 Subject: [PATCH] Bump googleapis from 134.0.0 to 140.0.0 Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 134.0.0 to 140.0.0. - [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases) - [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/main/release-please-config.json) - [Commits](https://github.com/googleapis/google-api-nodejs-client/compare/googleapis-v134.0.0...googleapis-v140.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 11f6792..c8cd72f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^1.9.1", "dotenv": "^16.4.5", "google-auth-library": "^9.7.0", - "googleapis": "^134.0.0" + "googleapis": "^140.0.0" }, "devDependencies": { "@vercel/ncc": "^0.38.1" @@ -218,9 +218,9 @@ } }, "node_modules/googleapis": { - "version": "134.0.0", - "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-134.0.0.tgz", - "integrity": "sha512-o8LhD1754W6MHWtpwAPeP1WUHgNxuMxCnLMDFlMKAA5kCMTNqX9/eaTXnkkAIv6YRfoKMQ6D1vyR6/biXuhE9g==", + "version": "140.0.0", + "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-140.0.0.tgz", + "integrity": "sha512-r8i++0lnexrvRA0/uogz3N3eJprddjxAcueTO5f09D/U5yxaOm5G+a892QkHsV+o15NP9whlLUiJr9zazb9ePg==", "dependencies": { "google-auth-library": "^9.0.0", "googleapis-common": "^7.0.0" @@ -650,9 +650,9 @@ } }, "googleapis": { - "version": "134.0.0", - "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-134.0.0.tgz", - "integrity": "sha512-o8LhD1754W6MHWtpwAPeP1WUHgNxuMxCnLMDFlMKAA5kCMTNqX9/eaTXnkkAIv6YRfoKMQ6D1vyR6/biXuhE9g==", + "version": "140.0.0", + "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-140.0.0.tgz", + "integrity": "sha512-r8i++0lnexrvRA0/uogz3N3eJprddjxAcueTO5f09D/U5yxaOm5G+a892QkHsV+o15NP9whlLUiJr9zazb9ePg==", "requires": { "google-auth-library": "^9.0.0", "googleapis-common": "^7.0.0" diff --git a/package.json b/package.json index 71f6bde..2f4b903 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@actions/core": "^1.9.1", "dotenv": "^16.4.5", "google-auth-library": "^9.7.0", - "googleapis": "^134.0.0" + "googleapis": "^140.0.0" }, "scripts": { "prepare": "ncc build index.js -o dist --source-map --license licenses.txt",