From a7b050a2d88374d7b8a8c02e9171bc8307b698d7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 May 2026 18:56:10 +0000 Subject: [PATCH] fix: builders/testdata/nodejs/functions/firebase_multiple_functions/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PROTOBUFJS-16643421 - https://snyk.io/vuln/SNYK-JS-PROTOBUFJS-16643442 --- .../nodejs/functions/firebase_multiple_functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builders/testdata/nodejs/functions/firebase_multiple_functions/package.json b/builders/testdata/nodejs/functions/firebase_multiple_functions/package.json index 054d081..1f2e037 100644 --- a/builders/testdata/nodejs/functions/firebase_multiple_functions/package.json +++ b/builders/testdata/nodejs/functions/firebase_multiple_functions/package.json @@ -12,7 +12,7 @@ "node": "10" }, "dependencies": { - "firebase-admin": "^8.6.0", + "firebase-admin": "^12.0.0", "firebase-functions": "^3.4.0" }, "devDependencies": {