From 19615207c861079755ee5cdbc08c762acc27b149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 04:36:09 +0000 Subject: [PATCH] chore(deps): bump googleapis from 134.0.0 to 140.0.1 Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 134.0.0 to 140.0.1. - [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.1) --- 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 53dea81d2..5880b52c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "dotenv": "^16.4.5", "extends-classes": "^1.0.5", "ffmpeg-static": "^5.2.0", - "googleapis": "^134.0.0", + "googleapis": "^140.0.1", "husky": "^9.0.11", "imgur": "^2.4.2", "jsonwebtoken": "^9.0.2", @@ -4685,9 +4685,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.1", + "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-140.0.1.tgz", + "integrity": "sha512-ZGvBX4mQcFXO9ACnVNg6Aqy3KtBPB5zTuue43YVLxwn8HSv8jB7w+uDKoIPSoWuxGROgnj2kbng6acXncOQRNA==", "dependencies": { "google-auth-library": "^9.0.0", "googleapis-common": "^7.0.0" @@ -11724,9 +11724,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.1", + "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-140.0.1.tgz", + "integrity": "sha512-ZGvBX4mQcFXO9ACnVNg6Aqy3KtBPB5zTuue43YVLxwn8HSv8jB7w+uDKoIPSoWuxGROgnj2kbng6acXncOQRNA==", "requires": { "google-auth-library": "^9.0.0", "googleapis-common": "^7.0.0" diff --git a/package.json b/package.json index 850b83f4c..8b3046ad3 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "dotenv": "^16.4.5", "extends-classes": "^1.0.5", "ffmpeg-static": "^5.2.0", - "googleapis": "^134.0.0", + "googleapis": "^140.0.1", "husky": "^9.0.11", "imgur": "^2.4.2", "jsonwebtoken": "^9.0.2",