From 2d510df92c6aabe7ad4db2e8044f22211dd23bdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jan 2022 10:34:37 +0000 Subject: [PATCH] Bump webpack-cli from 3.3.12 to 4.9.2 Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.12 to 4.9.2. - [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.9.2) --- 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..b2387487 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.9.2", "webpack-dev-server": "^4.7.2" } }