From 4b7119baa4b9caf968ab9cff609a137eac0fbcbd Mon Sep 17 00:00:00 2001 From: potremblay Date: Tue, 2 Oct 2018 11:35:55 -0400 Subject: [PATCH] chore(deps): update webpack to 3.12.0 (#1477) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 19784352..2ec3b4ab 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "tslint": "^5.8.0", "tslint-eslint-rules": "^4.1.1", "uglify-es": "3.2.2", - "webpack": "3.8.1", + "webpack": "3.12.0", "ws": "3.3.2", "xml2js": "^0.4.19" },