From 308181acd609e73402a29a8a2f7892c60da0783a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 11:02:20 +0000 Subject: [PATCH] chore(deps): bump the major-updates group with 2 updates Bumps the major-updates group with 2 updates: [@googleapis/drive](https://github.com/googleapis/google-api-nodejs-client) and [@googleapis/sheets](https://github.com/googleapis/google-api-nodejs-client). Updates `@googleapis/drive` from 15.0.0 to 17.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-manifest.json) - [Commits](https://github.com/googleapis/google-api-nodejs-client/compare/15.0.0...run-v17.0.0) Updates `@googleapis/sheets` from 11.1.0 to 12.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-manifest.json) - [Commits](https://github.com/googleapis/google-api-nodejs-client/compare/run-v11.1.0...12.0.0) --- updated-dependencies: - dependency-name: "@googleapis/drive" dependency-version: 17.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-updates - dependency-name: "@googleapis/sheets" dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-updates ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 ++++++++++++++-------------- package.json | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2de08aa4d..45dbade2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,8 +11,8 @@ "license": "MIT", "dependencies": { "@fortawesome/fontawesome-free": "^7.0.1", - "@googleapis/drive": "^15.0.0", - "@googleapis/sheets": "^11.1.0", + "@googleapis/drive": "^17.0.0", + "@googleapis/sheets": "^12.0.0", "@huggingface/inference": "^4.7.1", "@langchain/community": "^0.3.55", "@langchain/core": "^0.3.75", @@ -416,24 +416,24 @@ } }, "node_modules/@googleapis/drive": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/@googleapis/drive/-/drive-15.0.0.tgz", - "integrity": "sha512-PGuhTZMrS8HCJnFpYRhCU92GXgWEszku6XA517rYv1ohNB3nJFrVvjdMvzr/QOD4Q8R4Kg3fFLl6ULpKewLc0A==", + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/@googleapis/drive/-/drive-17.0.0.tgz", + "integrity": "sha512-HcjLweYgSO4GlU1qSH9uR5RVh/jgyKQU8zVuKlKVscop/CypAl4FIcZdJkG+UjbuBWyNk529YczCmRx+HLNjgg==", "license": "Apache-2.0", "dependencies": { - "googleapis-common": "^8.0.2-rc.0" + "googleapis-common": "^8.0.0" }, "engines": { "node": ">=12.0.0" } }, "node_modules/@googleapis/sheets": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/@googleapis/sheets/-/sheets-11.1.0.tgz", - "integrity": "sha512-UsbODCbVpB3e0/kKCGy6QSgECl6nUAxCjJ7maXaeOWzQPpFLXtMX41l2TU76ze2F/Qxw8irvswFfx0vTORXsTw==", + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/@googleapis/sheets/-/sheets-12.0.0.tgz", + "integrity": "sha512-VCJAm3Vzz1nzuUrPP9ETOujlC7kuwdeWiWLdgXAeg+NWu7tKUzu+pe5l55GDqYAEEpCXrxkAlw4gSx+A44zgLg==", "license": "Apache-2.0", "dependencies": { - "googleapis-common": "^8.0.2-rc.0" + "googleapis-common": "^8.0.0" }, "engines": { "node": ">=12.0.0" @@ -5620,14 +5620,14 @@ } }, "node_modules/googleapis-common": { - "version": "8.0.2-rc.0", - "resolved": "https://registry.npmjs.org/googleapis-common/-/googleapis-common-8.0.2-rc.0.tgz", - "integrity": "sha512-JTcxRvmFa9Ec1uyfMEimEMeeKq1sHNZX3vn2qmoUMtnvixXXvcqTcbDZvEZXkEWpGlPlOf4joyep6/qs0BrLyg==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/googleapis-common/-/googleapis-common-8.0.0.tgz", + "integrity": "sha512-66if47It7y+Sab3HMkwEXx1kCq9qUC9px8ZXoj1CMrmLmUw81GpbnsNlXnlyZyGbGPGcj+tDD9XsZ23m7GLaJQ==", "license": "Apache-2.0", "dependencies": { "extend": "^3.0.2", "gaxios": "^7.0.0-rc.4", - "google-auth-library": "^10.0.0-rc.1", + "google-auth-library": "^10.1.0", "qs": "^6.7.0", "url-template": "^2.0.8" }, diff --git a/package.json b/package.json index 7f617bf08..6b7482b3d 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,8 @@ }, "dependencies": { "@fortawesome/fontawesome-free": "^7.0.1", - "@googleapis/drive": "^15.0.0", - "@googleapis/sheets": "^11.1.0", + "@googleapis/drive": "^17.0.0", + "@googleapis/sheets": "^12.0.0", "@huggingface/inference": "^4.7.1", "@langchain/community": "^0.3.55", "@langchain/core": "^0.3.75",