diff --git a/package-lock.json b/package-lock.json index 3b40fe3..00629a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "commander": "^12.0.0", - "googleapis": "^137.1.0" + "googleapis": "^140.0.0" }, "bin": { "ss2json": "bin/ss2json" @@ -4080,9 +4080,9 @@ } }, "node_modules/googleapis": { - "version": "137.1.0", - "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-137.1.0.tgz", - "integrity": "sha512-2L7SzN0FLHyQtFmyIxrcXhgust77067pkkduqkbIpDuj9JzVnByxsRrcRfUMFQam3rQkWW2B0f1i40IwKDWIVQ==", + "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" diff --git a/package.json b/package.json index 31a72a0..71948ad 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ }, "dependencies": { "commander": "^12.0.0", - "googleapis": "^137.1.0" + "googleapis": "^140.0.0" }, "files": [ "CHANGELOG.md",