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