From 4448b8b9c5a4cd4994a47a4117e5da9d5e597016 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 May 2017 07:28:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:ms:20170412 - https://snyk.io/vuln/npm:ms:20170412 Latest report for piranna/send: https://snyk.io/test/github/piranna/send --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9d932f7a..a2451e7b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "server" ], "dependencies": { - "debug": "~2.2.0", + "debug": "~2.6.7", "depd": "~1.1.0", "destroy": "~1.0.4", "escape-html": "~1.0.3", @@ -22,7 +22,7 @@ "fresh": "0.3.0", "http-errors": "~1.5.0", "mime": "1.3.4", - "ms": "0.7.1", + "ms": "2.0.0", "on-finished": "~2.3.0", "range-parser": "~1.2.0", "statuses": "~1.3.0"