From c1dfabd7815fab562b870e6dcb6fb020dcbfe72c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Mar 2018 03:24:21 +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 valmassoi/bitpay-card: https://snyk.io/test/github/valmassoi/bitpay-card --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3873d23..8906b5b 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "serve-favicon": "~2.3.0", "systemjs": "0.19.27", "underscore": "^1.8.3", - "webpack": "^1.13.0", + "webpack": "^2.2.0", "webpack-dev-server": "^1.14.1", "zone.js": "^0.6.12" },