From 72b9ff4c625ee1153f6803e2040b5d9db7da341a Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Wed, 5 Dec 2018 19:28:55 +0000 Subject: [PATCH] chore(package): update webpack to version 4.27.1 Closes #142 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e44b716..5f16962 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "jscs": "3.0.7", "jsinspect": "0.12.5", "mocha": "4.0.1", - "webpack": "3.10.0" + "webpack": "4.27.1" }, "scripts": { "cover": "istanbul cover _mocha -- --check-leaks --bail test && istanbul check-coverage --statements 100 --branches 100 --functions 100 --lines 100",