From 3f359923c1d504fa0dcfc841beea0d18b9a5a10f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Dec 2020 08:55:08 +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-AXIOS-1038255 --- 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" }