From dd43a7e5a7bbc5d29ee0fe13dd76921862c285ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Oct 2024 06:36:47 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0dbab5b..f7b435c 100644 --- a/package.json +++ b/package.json @@ -6,10 +6,10 @@ "start": "node ./bin/www" }, "dependencies": { - "express": "~4.2.0", + "express": "~4.21.1", "static-favicon": "~1.0.0", "morgan": "~1.0.0", - "cookie-parser": "~1.0.1", + "cookie-parser": "~1.4.7", "body-parser": "~1.0.0", "debug": "~0.7.4", "jade": "~1.3.0",