From 9b4a1e7f41cfbf3dc366c7a05a3c4b815ba176ea Mon Sep 17 00:00:00 2001 From: Haoliang Gao Date: Sat, 30 Sep 2017 14:49:58 -0500 Subject: [PATCH] fix: upgrade fresh to the latest version (#1073) Relate security issue 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 7f5c37c..f7b9230 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "destroy": "^1.0.3", "error-inject": "~1.0.0", "escape-html": "~1.0.1", - "fresh": "^0.3.0", + "fresh": "^0.5.2", "http-assert": "^1.1.0", "http-errors": "^1.2.8", "koa-compose": "^2.3.0",