From b0ec76ef73e919fc94b1911dd15b0254510c1df3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 31 Mar 2024 17:00:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-6474509 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0dbab5b..5716582 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "start": "node ./bin/www" }, "dependencies": { - "express": "~4.2.0", + "express": "~4.19.2", "static-favicon": "~1.0.0", "morgan": "~1.0.0", "cookie-parser": "~1.0.1",