From 10102d7b08a0dee27daecea5f72fa0398230bb4a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Dec 2022 10:21:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-3153490 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f18f4a4..6c85939 100644 --- a/package.json +++ b/package.json @@ -6,11 +6,11 @@ "start": "node ./bin/www" }, "dependencies": { - "body-parser": "~1.13.2", + "body-parser": "~1.19.2", "cookie-parser": "~1.3.5", "debug": "~2.2.0", "ejs": "~3.1.6", - "express": "~4.13.1", + "express": "~4.17.3", "morgan": "~1.6.1", "serve-favicon": "~2.3.0" }