From f0c8f7e8f945d758b40ef6ba2de5f6320a95cec4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Jul 2025 08:09:28 +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-BUN-9510752 --- 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..33148476bb 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": "^3.3.0", "escape-html": "^1.0.3", "node-fetch": "^2.3.0" }