From 03819fb72b581a604dd25015c5c04535a96d7452 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Aug 2025 08:27:28 +0000 Subject: [PATCH] fix: app_check/integration_test/functions/functions/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKDOWNIT-12143043 --- app_check/integration_test/functions/functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_check/integration_test/functions/functions/package.json b/app_check/integration_test/functions/functions/package.json index 8cac566e3d..efff36e01d 100644 --- a/app_check/integration_test/functions/functions/package.json +++ b/app_check/integration_test/functions/functions/package.json @@ -6,7 +6,7 @@ }, "main": "index.js", "dependencies": { - "firebase-admin": "^11.5.0", + "firebase-admin": "^12.0.0", "firebase-functions": "^4.2.1" }, "private": true