From ab713bf1c806cae735bdeb7821a334109b74347f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 May 2022 17:28:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:ms:20170412 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6f7306b..7a2414a 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ "dependencies": { "body-parser": "~1.10.1", "cookie-parser": "~1.3.3", - "debug": "~2.1.1", - "express": "~4.11.0", + "debug": "~2.6.7", + "express": "~4.15.3", "jade": "~1.9.0", "morgan": "~1.5.1", "serve-favicon": "~2.2.0"