From d042d3ab1c5c9ab7ced5b6ec6b3c3aa50459abf1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Aug 2026 16:12:31 +0000 Subject: [PATCH] fix: builders/testdata/nodejs/functions/firebase_post_3.4.0/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-19432019 - https://snyk.io/vuln/SNYK-JS-QS-19432017 --- .../testdata/nodejs/functions/firebase_post_3.4.0/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builders/testdata/nodejs/functions/firebase_post_3.4.0/package.json b/builders/testdata/nodejs/functions/firebase_post_3.4.0/package.json index 054d081..b9bf37f 100644 --- a/builders/testdata/nodejs/functions/firebase_post_3.4.0/package.json +++ b/builders/testdata/nodejs/functions/firebase_post_3.4.0/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "firebase-admin": "^8.6.0", - "firebase-functions": "^3.4.0" + "firebase-functions": "^7.3.2" }, "devDependencies": { "firebase-functions-test": "^0.1.6"