diff --git a/package-lock.json b/package-lock.json index c89034c..8ff85b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/github": "^6.0.0", "axios": "^1.6.7", "form-data": "^4.0.0", - "google-auth-library": "^9.6.3" + "google-auth-library": "^9.7.0" }, "devDependencies": { "@babel/core": "^7.23.9", @@ -5713,9 +5713,9 @@ } }, "node_modules/google-auth-library": { - "version": "9.6.3", - "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.6.3.tgz", - "integrity": "sha512-4CacM29MLC2eT9Cey5GDVK4Q8t+MMp8+OEdOaqD9MG6b0dOyLORaaeJMPQ7EESVgm/+z5EKYyFLxgzBJlJgyHQ==", + "version": "9.7.0", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.7.0.tgz", + "integrity": "sha512-I/AvzBiUXDzLOy4iIZ2W+Zq33W4lcukQv1nl7C8WUA6SQwyQwUwu3waNmWNAvzds//FG8SZ+DnKnW/2k6mQS8A==", "dependencies": { "base64-js": "^1.3.0", "ecdsa-sig-formatter": "^1.0.11", diff --git a/package.json b/package.json index 9123d48..03d12bd 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@actions/github": "^6.0.0", "axios": "^1.6.7", "form-data": "^4.0.0", - "google-auth-library": "^9.6.3" + "google-auth-library": "^9.7.0" }, "devDependencies": { "@babel/core": "^7.23.9",