From 15730d194f73fa7e5d63e74b6cbed6524879fe2a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 22 Jun 2021 04:29:50 +0000 Subject: [PATCH] Bump webpack from 1.15.0 to 5.40.0 Bumps [webpack](https://github.com/webpack/webpack) from 1.15.0 to 5.40.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v1.15.0...v5.40.0) 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 dadc622..419cef9 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,6 @@ "eslint": "^3.5.0", "mocha": "^3.0.2", "rimraf": "^2.5.4", - "webpack": "^1.13.2" + "webpack": "^5.40.0" } }