From f427f9da648827b2abd8328993647c651907a982 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Dec 2022 23:12:26 +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 8562f2c..47bf2e6 100644 --- a/package.json +++ b/package.json @@ -6,12 +6,12 @@ "start": "node ./bin/www" }, "dependencies": { - "body-parser": "~1.18.2", + "body-parser": "~1.19.2", "client-sessions": "^0.8.0", "cookie-parser": "~1.4.3", "debug": "~2.6.3", "ejs": "~2.5.6", - "express": "~4.16.0", + "express": "~4.17.3", "floatthead": "^2.0.3", "helmet": "^3.9.0", "machinepack-hackerrank": "^0.1.2",