From 4c72e30b9d196272d2f5e48be6308e7f54b917b3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 13:29:32 +0000 Subject: [PATCH] chore(deps-dev): bump webpack-cli in /projects/mitch-datasource Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.12 to 4.1.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.1.0) Signed-off-by: dependabot-preview[bot] --- projects/mitch-datasource/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mitch-datasource/package.json b/projects/mitch-datasource/package.json index c084e7b..71cc495 100644 --- a/projects/mitch-datasource/package.json +++ b/projects/mitch-datasource/package.json @@ -36,7 +36,7 @@ "npm-run-all": "^4.1.5", "semantic-release": "^15.13.31", "webpack": "^4.41.2", - "webpack-cli": "^3.3.10" + "webpack-cli": "^4.1.0" }, "dependencies": { "axios": "^0.19.0",