From e20d8cd2be3510b99a8f8e6bc5763ef37274f9f2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Mar 2025 09:05:31 +0000 Subject: [PATCH] fix: examples/with-firebase-hosting-and-docker/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 --- examples/with-firebase-hosting-and-docker/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-firebase-hosting-and-docker/package.json b/examples/with-firebase-hosting-and-docker/package.json index 577d24524a8f0..0386de1204712 100644 --- a/examples/with-firebase-hosting-and-docker/package.json +++ b/examples/with-firebase-hosting-and-docker/package.json @@ -28,7 +28,7 @@ "compression": "^1.7.3", "cors": "^2.8.4", "express": "^4.16.3", - "firebase-admin": "6.0.0", + "firebase-admin": "10.1.0", "firebase-functions": "^2.0.5", "helmet": "^3.13.0", "next": "latest",