From e67736e7707a9eb3f3f48cbfd61e22a1b58403fc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Oct 2018 00:29:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:fresh:20170908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d932f7a..532b8fe3 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "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", "ms": "0.7.1",