From 62b12076e666b8f367c59fb0bdcbc9a40629e80f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 18 Nov 2024 00:14:45 +0000 Subject: [PATCH] fix: firestore/solution-sharded-timestamp/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/solution-sharded-timestamp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firestore/solution-sharded-timestamp/package.json b/firestore/solution-sharded-timestamp/package.json index db7732d0..79dc1784 100644 --- a/firestore/solution-sharded-timestamp/package.json +++ b/firestore/solution-sharded-timestamp/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@google-cloud/firestore": "^4.4.0", - "firebase-admin": "^10.0.0" + "firebase-admin": "^13.0.0" } }