From 6ba2a871c6e7b82d2b730ee308e5b59fa54a9766 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Feb 2022 16:55:35 +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-FOLLOWREDIRECTS-2396346 --- 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 dbeff376d5..7609d89e34 100644 --- a/functions/node8/package.json +++ b/functions/node8/package.json @@ -25,7 +25,7 @@ "uuid": "^3.3.2" }, "dependencies": { - "@google-cloud/firestore": "^0.19.0", + "@google-cloud/firestore": "^0.21.0", "escape-html": "^1.0.3", "node-fetch": "^2.3.0" }