From d86a1a6077d3323da00e8f46af78c554e87a3830 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 06:02:29 +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 28184bc..82beb94 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "terser-webpack-plugin": "^4.0.0", "webpack": "^4.42.0", "webpack-chrome-extension-reloader": "^1.3.0", - "webpack-cli": "^3.3.11" + "webpack-cli": "^4.0.0" }, "ava": { "babel": true,