From 5f2f2b299e4722f36f283e151892b1ddbbb4e60c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 18 Nov 2024 00:12:43 +0000 Subject: [PATCH] fix: firestore/main/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/main/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firestore/main/package.json b/firestore/main/package.json index 5068345d..e71a110f 100644 --- a/firestore/main/package.json +++ b/firestore/main/package.json @@ -12,7 +12,7 @@ "license": "ISC", "dependencies": { "@google-cloud/firestore": "^4.4.0", - "firebase-admin": "^11.4.1", + "firebase-admin": "^13.0.0", "firebase-functions": "^3.16.0" }, "devDependencies": {