From 9382b75b5c4dde4d8265d6d664f2e8c5e676d6fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jan 2022 10:32:40 +0000 Subject: [PATCH] Bump html-webpack-plugin from 3.2.0 to 4.5.2 Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 3.2.0 to 4.5.2. - [Release notes](https://github.com/jantimon/html-webpack-plugin/releases) - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/v4.5.2/CHANGELOG.md) - [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v3.2.0...v4.5.2) --- updated-dependencies: - dependency-name: html-webpack-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/kotlin-webpack-plugin/package.json | 2 +- packages/react-scripts/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/kotlin-webpack-plugin/package.json b/packages/kotlin-webpack-plugin/package.json index ee0f658e..d4cc34d1 100644 --- a/packages/kotlin-webpack-plugin/package.json +++ b/packages/kotlin-webpack-plugin/package.json @@ -34,7 +34,7 @@ "webpack-log": "^3.0.2" }, "devDependencies": { - "html-webpack-plugin": "^3.2.0", + "html-webpack-plugin": "^4.5.2", "source-map-loader": "^0.2.4", "webpack": "^4.46.0", "webpack-cli": "^3.3.10", diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 292cc982..4f791e82 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -40,7 +40,7 @@ "dotenv": "^8.2.0", "file-loader": "^6.2.0", "fs-extra": "^10.0.0", - "html-webpack-plugin": "^4.5.1", + "html-webpack-plugin": "^4.5.2", "kotlin": "~1.5.32", "kotlinx-coroutines-core": "~1.5.2", "kotlinx-html": "^0.7.2",