From 065535155a7e9cd7b50b1680164ae712f0a9d334 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 May 2017 00:40:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:ms:20170412 Latest report for lammers/spa-prototype: https://snyk.io/test/github/lammers/spa-prototype --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0700092..f315bf3 100644 --- a/package.json +++ b/package.json @@ -69,6 +69,6 @@ "basic-auth": "^1.0.3", "compression": "^1.6.1", "express": "^4.13.4", - "ms": "^0.7.1" + "ms": "^2.0.0" } }