From 9866a902c00b7701057611717c1808290f2eaed6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jan 2022 17:01:29 +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-FOLLOWREDIRECTS-2332181 --- 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..b3215e125e 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": "^3.0.0", + "googleapis": "^37.0.0", "slack": "^11.0.1" }, "devDependencies": {