From 37851bad6f65bacfd665f4111e7305635592ae49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 11 May 2018 17:25:33 +0000 Subject: [PATCH] Update webpack requirement to ^4.8.2 in /js Updates the requirements on [webpack](https://github.com/webpack/webpack) to permit the latest version. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/commits/v4.8.2) Signed-off-by: dependabot[bot] --- js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/package.json b/js/package.json index 5a9861863..bcf4784ec 100644 --- a/js/package.json +++ b/js/package.json @@ -27,7 +27,7 @@ "karma": "^1.4.1", "node-sass": "^4.5.3", "style-loader": "^0.19.1", - "webpack": "^3.10.0", + "webpack": "^4.8.2", "webpack-merge": "^4.1.1" }, "scripts": {