From cd57c3c895ebbbbf127285813c2d26a245141e1d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Oct 2024 04:49:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 23ffc6e0..3836099b 100644 --- a/package.json +++ b/package.json @@ -23,12 +23,12 @@ "url" : "git://github.com/simov/express-admin.git" }, "dependencies": { - "express" : "4.4.4", + "express" : "4.21.1", "morgan" : "1.1.1", "body-parser" : "1.4.3", "connect-multiparty": "1.1.0", - "cookie-parser" : "1.3.1", - "express-session" : "1.5.1", + "cookie-parser" : "1.4.7", + "express-session" : "1.18.1", "csurf" : "1.2.2", "method-override" : "2.0.2", "serve-static" : "1.2.3",