From 59bf331c8f699b203baac6f4dfa0e6c8d90911e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Oct 2020 14:42:17 +0000 Subject: [PATCH] Bump webpack-cli from 3.3.12 to 4.0.0 Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.12 to 4.0.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.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e51305456f..389aa76133 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "url-loader": "^4.1.1", "watchify": "^3.11.1", "webpack": "^4.41.2", - "webpack-cli": "^3.3.10", + "webpack-cli": "^4.0.0", "webpack-dev-middleware": "^3.7.2", "webpack-node-externals": "^1.7.2" },