From 7c727ebe544b9cc1c2fc412b74fa8e561cde533c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Oct 2024 05:52:48 +0000 Subject: [PATCH] fix: test/fixtures/demo-os/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 --- test/fixtures/demo-os/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/demo-os/package.json b/test/fixtures/demo-os/package.json index 164737a469..a9a50e26f7 100644 --- a/test/fixtures/demo-os/package.json +++ b/test/fixtures/demo-os/package.json @@ -37,7 +37,7 @@ "connect-slashes": "1.3.1", "cookie-session": "1.1.0", "downsize": "0.0.8", - "express": "4.12.4", + "express": "4.21.1", "express-hbs": "0.8.4", "extract-zip": "1.0.3", "fs-extra": "0.18.4",