From 3ab5d16b51f4779ca1c36115b2a2b9f8d51f4a50 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Dec 2020 06:53:07 +0000 Subject: [PATCH] chore(deps-dev): bump webpack-cli Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.12 to 4.3.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.3.0) Signed-off-by: dependabot-preview[bot] --- projects/mitch-datasource-test-utilities/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mitch-datasource-test-utilities/package.json b/projects/mitch-datasource-test-utilities/package.json index bdda662..8752688 100644 --- a/projects/mitch-datasource-test-utilities/package.json +++ b/projects/mitch-datasource-test-utilities/package.json @@ -27,6 +27,6 @@ "nodemon": "^2.0.1", "npm-run-all": "^4.1.5", "webpack": "^4.36.1", - "webpack-cli": "^3.3.6" + "webpack-cli": "^4.3.0" } }