From f9ebe2fd79e9b6e2521d201a80a6ac5c54a060d4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 16 Nov 2024 20:36:31 +0000 Subject: [PATCH] fix: firestore/extend-with-functions/functions/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-GRPCGRPCJS-7242922 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/npm:debug:20170905 --- firestore/extend-with-functions/functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firestore/extend-with-functions/functions/package.json b/firestore/extend-with-functions/functions/package.json index e524e2e0..5b1c92a0 100644 --- a/firestore/extend-with-functions/functions/package.json +++ b/firestore/extend-with-functions/functions/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@google-cloud/firestore": "^4.4.0", - "firebase-admin": "^10.0.0", + "firebase-admin": "^13.0.0", "firebase-functions": "^3.16.0" } }