From 13d949e0fb58cbe6a1598e234a073eac4ad74ec0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Apr 2018 07:22:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:braces:20180219 Latest report for operationcode/mean-dash: https://snyk.io/test/github/operationcode/mean-dash --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8499757..d93711c 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "url-loader": "^0.5.5", "webpack": "^2.3.2", "webpack-core": "^0.5.0", - "webpack-dev-server": "^1.7.0", + "webpack-dev-server": "^3.1.2", "webpack-stream": "^3.2.0", "snyk": "^1.41.1" },