From 6a7cb73a9352f353ffe076c23088b11f124e5b22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 09:55:48 +0000 Subject: [PATCH] Bump googleapis from 134.0.0 to 135.1.0 Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 134.0.0 to 135.1.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-v135.1.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..c3074c3 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": "^135.1.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": "135.1.0", + "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-135.1.0.tgz", + "integrity": "sha512-cQ4P0ok2YJZGOW6nBFI/ZC3rjX5CAzp+onIc1O8ovIp1N7wiVW6vGJhLgB3lfUls9EqNf5yNFP4mqTT3MAYInA==", "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": "135.1.0", + "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-135.1.0.tgz", + "integrity": "sha512-cQ4P0ok2YJZGOW6nBFI/ZC3rjX5CAzp+onIc1O8ovIp1N7wiVW6vGJhLgB3lfUls9EqNf5yNFP4mqTT3MAYInA==", "requires": { "google-auth-library": "^9.0.0", "googleapis-common": "^7.0.0" diff --git a/package.json b/package.json index 71f6bde..20269cc 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": "^135.1.0" }, "scripts": { "prepare": "ncc build index.js -o dist --source-map --license licenses.txt",