From 0028a3990c3021d54e9bcacdf43303afe675b260 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 May 2022 17:09:39 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9dfe570..84a493c 100644 --- a/package.json +++ b/package.json @@ -8,10 +8,10 @@ "dependencies": { "body-parser": "~1.8.1", "cookie-parser": "~1.3.3", - "debug": "~2.0.0", - "express": "~4.9.0", + "debug": "~2.6.7", + "express": "~4.15.3", "morgan": "~1.3.0", - "serve-favicon": "~2.1.3", + "serve-favicon": "~2.4.3", "swig": "^1.4.2" } }