From 1b8007d9598674a2484e700f68bb34c104260ec8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Sep 2024 11:48:41 +0000 Subject: [PATCH] fix: upgrade google-auth-library from 9.14.0 to 9.14.1 Snyk has created this PR to upgrade google-auth-library from 9.14.0 to 9.14.1. See this package in npm: google-auth-library See this project in Snyk: https://app.snyk.io/org/karol.preiskorn/project/efd160dc-7879-45fd-87ca-1a7aed1f0404?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 28 ++++++++-------------------- package.json | 2 +- 2 files changed, 9 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef5b79f..1993268 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,10 +12,8 @@ "@angular-eslint/eslint-plugin": "^18.3.0", "@apollo/client": "^3.11.5", "@google-cloud/storage": "^7.12.1", - "async": "3.2.5", "body-parser": "^1.20.3", - "canvas": "^2.11.2", "cookie-session": "^2.1.0", "cors": "^2.8.5", @@ -23,16 +21,13 @@ "dotenv": "^16.4.5", "eslint-formatter-codeframe": "^7.32.1", "eslint-plugin-jest": "^27.9.0", - "express": "^4.21.0", - "express-async-errors": "^3.1.1", "express-openapi-validator": "^5.3.3", - "express-session": "1.18.0", "figlet": "^1.7.0", "fs": "^0.0.2", - "google-auth-library": "^9.13.0", + "google-auth-library": "^9.14.1", "graphql": "^16.9.0", "helmet": "^7.1.0", "http-errors": "^2.0.0", @@ -3165,9 +3160,9 @@ "dev": true }, "node_modules/async": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", - "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==", + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", + "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==", "license": "MIT" }, "node_modules/async-mutex": { @@ -5318,11 +5313,9 @@ } }, "node_modules/express": { - "version": "4.21.0", "resolved": "https://registry.npmjs.org/express/-/express-4.21.0.tgz", "integrity": "sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==", - "license": "MIT", "dependencies": { "accepts": "~1.3.8", @@ -5350,9 +5343,7 @@ "range-parser": "~1.2.1", "safe-buffer": "5.2.1", "send": "0.19.0", - "serve-static": "1.16.2", - "setprototypeof": "1.2.0", "statuses": "2.0.1", "type-is": "~1.6.18", @@ -5372,11 +5363,9 @@ } }, "node_modules/express-openapi-validator": { - "version": "5.3.3", "resolved": "https://registry.npmjs.org/express-openapi-validator/-/express-openapi-validator-5.3.3.tgz", "integrity": "sha512-WolpeQTubIlPOjKZiMmFL+pvztAq4bpL/ylvKjs2v7JN/8qC2J2k21MuYcz0o5vQBt4cdIg2cZ2I1Ik2R3FG6w==", - "license": "MIT", "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.7.0", @@ -6249,9 +6238,10 @@ } }, "node_modules/google-auth-library": { - "version": "9.14.0", - "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.14.0.tgz", - "integrity": "sha512-Y/eq+RWVs55Io/anIsm24sDS8X79Tq948zVLGaa7+KlJYYqaGwp1YI37w48nzrNi12RgnzMrQD4NzdmCowT90g==", + "version": "9.14.1", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.14.1.tgz", + "integrity": "sha512-Rj+PMjoNFGFTmtItH7gHfbHpGVSb3vmnGK3nwNBqxQF9NoBpttSZI/rc0WiM63ma2uGDQtYEkMHkK9U6937NiA==", + "license": "Apache-2.0", "dependencies": { "base64-js": "^1.3.0", "ecdsa-sig-formatter": "^1.0.11", @@ -11867,11 +11857,9 @@ } }, "node_modules/serve-static": { - "version": "1.16.2", "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz", "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==", - "license": "MIT", "dependencies": { "encodeurl": "~2.0.0", diff --git a/package.json b/package.json index 7a64574..1cc9e86 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "express-session": "1.18.0", "figlet": "^1.7.0", "fs": "^0.0.2", - "google-auth-library": "^9.13.0", + "google-auth-library": "^9.14.1", "graphql": "^16.9.0", "helmet": "^7.1.0", "http-errors": "^2.0.0",