From 12e9a69b5f61367a4bdd1f6f3c72acff01b1344d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Mar 2022 17:57:55 +0000 Subject: [PATCH] fix: functions/billing/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430337 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430339 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430341 --- functions/billing/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/billing/package.json b/functions/billing/package.json index a7e5e2bf9d..201bbdeddf 100644 --- a/functions/billing/package.json +++ b/functions/billing/package.json @@ -12,8 +12,8 @@ "author": "Ace Nassri ", "license": "Apache-2.0", "dependencies": { - "google-auth-library": "^4.0.0", - "googleapis": "^40.0.0", + "google-auth-library": "^6.0.0", + "googleapis": "^49.0.0", "slack": "^11.0.1" }, "devDependencies": {