From 26f60ef79c8b6ed0962759b19dc37ba2982d5887 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Dec 2023 18:43:11 +0000 Subject: [PATCH] fix: functions/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/package.json b/functions/package.json index 80f8769..1c0c30d 100644 --- a/functions/package.json +++ b/functions/package.json @@ -16,7 +16,7 @@ }, "main": "lib/index.js", "dependencies": { - "firebase-admin": "^11.10.1", + "firebase-admin": "^12.0.0", "firebase-functions": "^4.4.1" }, "devDependencies": {