From 3b5659fe254c71500d9d3d965b6358fab8f32c04 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 18:22:36 +0000 Subject: [PATCH] Bump webpack from 3.12.0 to 4.41.6 Bumps [webpack](https://github.com/webpack/webpack) from 3.12.0 to 4.41.6. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v3.12.0...v4.41.6) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7dee2b4..665786e 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "mocha": "^3.5.0", "mocha-lazy-bdd": "^0.1.2", "power-assert": "^1.4.4", - "webpack": "^3.5.6" + "webpack": "^4.41.6" }, "scripts": { "test": "mocha && karma start --single-run",