From 4db649487f1d0c6f1dccf39c72d026513af8ab67 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Mar 2022 17:33:37 +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 f3a05227eb..db11184ad8 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": "^2.0.0", - "googleapis": "^36.0.0", + "google-auth-library": "^6.0.0", + "googleapis": "^49.0.0", "slack": "^11.0.1" }, "devDependencies": {