From 20401c81e06617d3912676a228db8b63d416e58b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Oct 2024 15:27:08 +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 b091d65..fc05a27 100644 --- a/package.json +++ b/package.json @@ -9,10 +9,10 @@ }, "dependencies": { "body-parser": "~1.18.2", - "cookie-parser": "~1.3.4", + "cookie-parser": "~1.4.7", "debug": "~2.6.9", "morgan": "~1.9.0", - "express": "~4.16.0", + "express": "~4.21.1", "jade": "~1.9.2", "morgan": "~1.5.1", "serve-favicon": "~2.4.5",