From 894999951e93ee9b00a5f93c09a198fd395e3b20 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Dec 2025 18:45:46 +0000 Subject: [PATCH] fix: builders/testdata/nodejs/functions/with_dependencies/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-14157151 --- .../testdata/nodejs/functions/with_dependencies/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builders/testdata/nodejs/functions/with_dependencies/package.json b/builders/testdata/nodejs/functions/with_dependencies/package.json index ed8dbc0..e6888bd 100644 --- a/builders/testdata/nodejs/functions/with_dependencies/package.json +++ b/builders/testdata/nodejs/functions/with_dependencies/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "express": "3.2.5" + "express": "4.22.0" } }