From 1c62d7afb1272f2616de686e30dfd42fcd627a8f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 3 Feb 2021 03:24:23 +0000 Subject: [PATCH] Bump webpack-cli from 3.3.12 to 4.5.0 Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.12 to 4.5.0. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.12...webpack-cli@4.5.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 7fb48e3..4f5d825 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "jest-localstorage-mock": "^2.4.0", "nock": "^9.6.1", "webpack": "^4.12.0", - "webpack-cli": "^3.3.0", + "webpack-cli": "^4.5.0", "webpack-dev-server": "^3.2.1" } }