From c10559ad5c6c7316068c213541c181ab4900c096 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Jun 2024 20:44:47 +0000 Subject: [PATCH] fix: functions/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GRPCGRPCJS-7242922 --- functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/package.json b/functions/package.json index 7f8d0d4..53e2daf 100644 --- a/functions/package.json +++ b/functions/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "busboy": "0.3.1", - "firebase-admin": "8.6.0", + "firebase-admin": "11.1.0", "firebase-functions": "3.3.0", "formidable": "1.2.1", "sharp": "0.23.1"