From e7dd216d167177d6b18e1c583b5ad80f9bef1d41 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jun 2024 02:43:03 +0000 Subject: [PATCH] fix: examples/with-firebase-hosting/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GRPCGRPCJS-7242922 --- examples/with-firebase-hosting/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-firebase-hosting/package.json b/examples/with-firebase-hosting/package.json index cbcac721f393c..72f05baedecd9 100644 --- a/examples/with-firebase-hosting/package.json +++ b/examples/with-firebase-hosting/package.json @@ -11,7 +11,7 @@ "logs": "firebase functions:log" }, "dependencies": { - "firebase-admin": "^9.4.2", + "firebase-admin": "^11.1.0", "firebase-functions": "^3.13.1", "next": "latest", "react": "^17.0.2",