From cdbbacf130328b7df03ff21ec0e02fc917d89bf9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Nov 2020 08:53:29 +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-GRPCGRPCJS-1038818 --- 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..2ae1f9e051 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": "^4.0.0", "escape-html": "^1.0.3", "node-fetch": "^2.3.0" }