From 072b90f26672cc58da42e4ae9e7a9a5bca95f05f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 10:09:40 +0000 Subject: [PATCH] Bump webpack-cli from 3.3.12 to 5.0.1 Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.12 to 5.0.1. - [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@5.0.1) --- 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..3a872df5 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": "^5.0.1", "webpack-dev-server": "^4.7.2" } }