From ef5f78507d12f57d73e823b2c0c0e634c5d3c2db Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Oct 2024 22:59:19 +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-COOKIE-8163060 --- 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..51ff96c7230e 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.21.1" }, "license": "Unlicense" }