From 2e46d2bfde4d3454b856b7f6cca6a4b60f31cf0b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Oct 2017 07:28:09 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:fresh:20170908 - https://snyk.io/vuln/npm:mime:20170907 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..3f88b32a 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,9 @@ "destroy": "~1.0.4", "escape-html": "~1.0.3", "etag": "~1.7.0", - "fresh": "0.3.0", + "fresh": "0.5.2", "http-errors": "~1.5.0", - "mime": "1.3.4", + "mime": "1.4.1", "ms": "0.7.1", "on-finished": "~2.3.0", "range-parser": "~1.2.0",