From 8111a11db7738a64946df2aee72c7d1cb423bfb8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2020 10:44:01 +0000 Subject: [PATCH] Bump webpack from 3.12.0 to 4.44.1 Bumps [webpack](https://github.com/webpack/webpack) from 3.12.0 to 4.44.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v3.12.0...v4.44.1) 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 e6c369b..8ec731f 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "react-addons-test-utils": "^15.1.0", "sinon": "^9.0.2", "source-map-support": "^0.5.16", - "webpack": "^3.12.0", + "webpack": "^4.44.1", "webpack-dev-server": "^2.11.5", "webpack-node-externals": "^2.5.0", "yargs": "^15.3.1"