From 6fc33bfc8a9180793673153b3ba680c1ebf3a29a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 10:25:52 +0000 Subject: [PATCH] Bump webpack-cli from 3.3.12 to 4.10.0 Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.12 to 4.10.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.10.0) --- updated-dependencies: - dependency-name: webpack-cli dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/kotlin-webpack-plugin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/kotlin-webpack-plugin/package.json b/packages/kotlin-webpack-plugin/package.json index ee0f658e..9dbd06a4 100644 --- a/packages/kotlin-webpack-plugin/package.json +++ b/packages/kotlin-webpack-plugin/package.json @@ -37,7 +37,7 @@ "html-webpack-plugin": "^3.2.0", "source-map-loader": "^0.2.4", "webpack": "^4.46.0", - "webpack-cli": "^3.3.10", + "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.7.2" } }