From 9d4b4b09f0fba441718cddf9ab86ea5b84074beb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Jul 2023 04:32:54 +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-PROTOBUFJS-5756498 --- 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 21bd3f8866..2d542ace2a 100644 --- a/functions/node8/package.json +++ b/functions/node8/package.json @@ -25,7 +25,7 @@ "uuid": "^3.3.2" }, "dependencies": { - "@google-cloud/firestore": "^1.0.0", + "@google-cloud/firestore": "^6.0.0", "escape-html": "^1.0.3", "node-fetch": "^2.3.0" }