From 2f2248923dde06533cb364436c1a0dfe904b0036 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Mar 2018 04:56:10 +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 tobiaslins/draft-js-plugins: https://snyk.io/test/github/tobiaslins/draft-js-plugins --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db7e627e39..dd33f5f3c0 100644 --- a/package.json +++ b/package.json @@ -108,6 +108,6 @@ "react-dom": ">=15.3.1", "tlds": "1.159.0", "union-class-names": "^1.0.0", - "webpack": "^1.13.2" + "webpack": "^2.2.0" } }