From aff8140a741f6cec70e8df2de59fb728fd636550 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Nov 2024 05:07:01 +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-SOURCEMAPSUPPORT-6112477 - https://snyk.io/vuln/SNYK-JS-GRPCGRPCJS-7242922 --- examples/with-firebase-hosting/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/with-firebase-hosting/package.json b/examples/with-firebase-hosting/package.json index 7a70f855076c8..f2d151344f6cf 100644 --- a/examples/with-firebase-hosting/package.json +++ b/examples/with-firebase-hosting/package.json @@ -13,9 +13,9 @@ "logs": "firebase functions:log" }, "dependencies": { - "firebase-admin": "^8.9.0", + "firebase-admin": "^13.0.0", "firebase-functions": "^3.3.0", - "next": "^9.3.4", + "next": "^10.0.7", "react": "^16.13.1", "react-dom": "^16.13.1" },