From 45a798408295342dce1edcee115ed34005e26b25 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 01:43:39 +0000 Subject: [PATCH] fix: samples/dynamic-html/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-14157151 --- samples/dynamic-html/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/dynamic-html/package.json b/samples/dynamic-html/package.json index 890b29a0555..03603a04a6c 100644 --- a/samples/dynamic-html/package.json +++ b/samples/dynamic-html/package.json @@ -6,7 +6,7 @@ "node": ">= 0.8.x" }, "dependencies": { - "express": "3.x" + "express": "4.22.0" }, "license": "Unlicense" }