From cb61d4e951c8dc562d5eb6d624fe23c951dfa41b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 18:49:28 +0000 Subject: [PATCH] fix: samples/documentation/dynamic-html/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860 - https://snyk.io/vuln/SNYK-JS-EXPRESS-7926867 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- samples/documentation/dynamic-html/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/documentation/dynamic-html/package.json b/samples/documentation/dynamic-html/package.json index 4ee029067f4a..ac569448bb7d 100644 --- a/samples/documentation/dynamic-html/package.json +++ b/samples/documentation/dynamic-html/package.json @@ -6,7 +6,7 @@ "node": ">= 0.8.x" }, "dependencies": { - "express": "3.x" + "express": "4.20.0" }, "license": "Unlicense" }