diff --git a/example/webpack/package.json b/example/webpack/package.json index 221ec7ab..fcb6cb8f 100644 --- a/example/webpack/package.json +++ b/example/webpack/package.json @@ -12,7 +12,7 @@ "license": "MIT", "devDependencies": { "@webpack-cli/serve": "1.3.0", - "html-webpack-plugin": "5.1.0", + "html-webpack-plugin": "5.2.0", "mocker-api": "2.8.1", "webpack": "5.24.2", "webpack-cli": "4.5.0", diff --git a/yarn.lock b/yarn.lock index 6180f980..183e5cee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6917,10 +6917,10 @@ html-webpack-plugin@4.5.0: tapable "^1.1.3" util.promisify "1.0.0" -html-webpack-plugin@5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.1.0.tgz#1c11bbe01ab9d1262c4b601edebcf394364b1f60" - integrity sha512-2axkp+2NHmvHUWrKe1dY4LyM3WatQEdFChr42OY7R/Ad7f0AQzaKscGCcqN/FtQBxo8rdfJP7M3RMFDttqok3g== +html-webpack-plugin@5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.2.0.tgz#d675ad0027a89de6b3d9950e0b57656dcfd97fbf" + integrity sha512-0wkVlJKq7edCN793gdLgdAm5m196qI2vb5SGXy4AtGOFB/lYKyS10+3Vkhe6Bo0acddAW3QVw+0ysgWoko/IEQ== dependencies: "@types/html-minifier-terser" "^5.0.0" html-minifier-terser "^5.0.1"