From ffc9a432e7a6e87c504252e200595a8b946b659a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 15:26:43 +0000 Subject: [PATCH] fix: functions/slack/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- functions/slack/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/slack/package.json b/functions/slack/package.json index cf92ff8555..17b4e841d6 100644 --- a/functions/slack/package.json +++ b/functions/slack/package.json @@ -17,7 +17,7 @@ "test": "ava -T 20s --verbose test/*.test.js" }, "dependencies": { - "googleapis": "20.1.0" + "googleapis": "25.0.0" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "1.4.17",