From 72663c530a49a59492d56f1f1de9fd7e86d4d0a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 06:17:59 +0000 Subject: [PATCH] build(deps-dev): bump webpack-cli from 3.3.12 to 4.0.0 in /frontend 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] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 79eebda5f..06ec66798 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -46,7 +46,7 @@ "standard": "^14.1.0", "terser-webpack-plugin": "^4.1.0", "webpack": "^4.40.2", - "webpack-cli": "^3.3.6", + "webpack-cli": "^4.0.0", "webpack-dev-server": "^3.7.2", "webpack-merge": "^4.2.1" },