From 154abfa9cecee41755c96e0207da5081080f12a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 03:57:47 +0000 Subject: [PATCH] Bump @googleapis/drive from 18.0.0 to 19.1.0 Bumps [@googleapis/drive](https://github.com/googleapis/google-api-nodejs-client) from 18.0.0 to 19.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-manifest.json) - [Commits](https://github.com/googleapis/google-api-nodejs-client/compare/run-v18.0.0...drive-v19.1.0) --- updated-dependencies: - dependency-name: "@googleapis/drive" dependency-version: 19.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6036b1013..df424429f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@babel/preset-react": "^7.27.1", "@babel/runtime": "^7.28.4", "@dmsnell/diff-match-patch": "^1.1.0", - "@googleapis/drive": "^18.0.0", + "@googleapis/drive": "^19.1.0", "@sanity/diff-match-patch": "^3.2.0", "body-parser": "^2.2.0", "classnames": "^2.5.1", @@ -2295,9 +2295,9 @@ } }, "node_modules/@googleapis/drive": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@googleapis/drive/-/drive-18.0.0.tgz", - "integrity": "sha512-nk4TirsHttwZSOjBEBjltCPDKUqwFso59G3WitNE+EGNVSVseSEq981f8Dmjq2ah0/fk3i206wuCU4PUCwcoTQ==", + "version": "19.1.0", + "resolved": "https://registry.npmjs.org/@googleapis/drive/-/drive-19.1.0.tgz", + "integrity": "sha512-UT68qfHurQinl8Ke2lcif9kutIT3PfCP9i3KRih6laiLjQLsPeq5Hi7lWW3dKNtcfegSty1prjw80erVv0ZJRA==", "license": "Apache-2.0", "dependencies": { "googleapis-common": "^8.0.0" diff --git a/package.json b/package.json index 36b467438..b9848dbf3 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "@babel/preset-react": "^7.27.1", "@babel/runtime": "^7.28.4", "@dmsnell/diff-match-patch": "^1.1.0", - "@googleapis/drive": "^18.0.0", + "@googleapis/drive": "^19.1.0", "@sanity/diff-match-patch": "^3.2.0", "body-parser": "^2.2.0", "classnames": "^2.5.1",