From dbd6f4c4d44249c25ed32fd262adb954acc30825 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jan 2022 18:45:11 +0000 Subject: [PATCH] fix: functions/node8/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 --- functions/node8/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/node8/package.json b/functions/node8/package.json index 561ee73908..448cc769a8 100644 --- a/functions/node8/package.json +++ b/functions/node8/package.json @@ -26,6 +26,6 @@ "dependencies": { "@google-cloud/firestore": "^3.0.0", "escape-html": "^1.0.3", - "node-fetch": "^2.3.0" + "node-fetch": "^3.1.1" } }