From f5e0809392e1047516811f13989f6e51eff2ae99 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Sep 2024 09:08:50 +0000 Subject: [PATCH] fix: upgrade google-auth-library from 9.0.0 to 9.13.0 Snyk has created this PR to upgrade google-auth-library from 9.0.0 to 9.13.0. See this package in npm: google-auth-library See this project in Snyk: https://app.snyk.io/org/bitsaway/project/2bd13dc8-649b-48bc-9eb5-0b34b3b76167?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../functions/nodejs/upload/package-lock.json | 19 +++++++++---------- .../functions/nodejs/upload/package.json | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/src/other_examples/upload_to_big3_storage/functions/nodejs/upload/package-lock.json b/src/other_examples/upload_to_big3_storage/functions/nodejs/upload/package-lock.json index 906e4b8..cc1dd25 100644 --- a/src/other_examples/upload_to_big3_storage/functions/nodejs/upload/package-lock.json +++ b/src/other_examples/upload_to_big3_storage/functions/nodejs/upload/package-lock.json @@ -564,9 +564,9 @@ } }, "gcp-metadata": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-6.0.0.tgz", - "integrity": "sha512-Ozxyi23/1Ar51wjUT2RDklK+3HxqDr8TLBNK8rBBFQ7T85iIGnXnVusauj06QyqCXRFZig8LZC+TUddWbndlpQ==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-6.1.0.tgz", + "integrity": "sha512-Jh/AIwwgaxan+7ZUUmRLCjtchyDiqh4KjBJ5tW3plBZb5iL/BPcso8A5DlzeD9qlw0duCamnNdpFjxwaT0KyKg==", "requires": { "gaxios": "^6.0.0", "json-bigint": "^1.0.0" @@ -584,17 +584,16 @@ } }, "google-auth-library": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.0.0.tgz", - "integrity": "sha512-IQGjgQoVUAfOk6khqTVMLvWx26R+yPw9uLyb1MNyMQpdKiKt0Fd9sp4NWoINjyGHR8S3iw12hMTYK7O8J07c6Q==", + "version": "9.13.0", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.13.0.tgz", + "integrity": "sha512-p9Y03Uzp/Igcs36zAaB0XTSwZ8Y0/tpYiz5KIde5By+H9DCVUSYtDWZu6aFXsWTqENMb8BD/pDT3hR8NVrPkfA==", "requires": { "base64-js": "^1.3.0", "ecdsa-sig-formatter": "^1.0.11", - "gaxios": "^6.0.0", - "gcp-metadata": "^6.0.0", + "gaxios": "^6.1.1", + "gcp-metadata": "^6.1.0", "gtoken": "^7.0.0", - "jws": "^4.0.0", - "lru-cache": "^6.0.0" + "jws": "^4.0.0" } }, "gopd": { diff --git a/src/other_examples/upload_to_big3_storage/functions/nodejs/upload/package.json b/src/other_examples/upload_to_big3_storage/functions/nodejs/upload/package.json index 12a247a..3a69cb6 100644 --- a/src/other_examples/upload_to_big3_storage/functions/nodejs/upload/package.json +++ b/src/other_examples/upload_to_big3_storage/functions/nodejs/upload/package.json @@ -37,6 +37,6 @@ "@google-cloud/storage": "7.1.0", "aws-sdk": "2.1459.0", "axios": "1.5.0", - "google-auth-library": "9.0.0" + "google-auth-library": "9.13.0" } }