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",