diff --git a/package.json b/package.json index 8f8b08b..32822df 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "core-js": "^3.23.3", "css-loader": "^6.7.3", "css-minimizer-webpack-plugin": "^4.0.0", - "html-webpack-plugin": "^5.5.0", + "html-webpack-plugin": "^5.5.3", "jest": "^29.6.2", "jest-css-modules-transform": "^4.4.2", "jest-environment-jsdom": "^28.1.2", diff --git a/packages/demo/tree-view/package.json b/packages/demo/tree-view/package.json index c93b9d7..49acc82 100644 --- a/packages/demo/tree-view/package.json +++ b/packages/demo/tree-view/package.json @@ -15,7 +15,7 @@ "preact": "^10.8.2" }, "devDependencies": { - "html-webpack-plugin": "^5.5.0", + "html-webpack-plugin": "^5.5.3", "json-loader": "^0.5.7" } } diff --git a/packages/report/package.json b/packages/report/package.json index 52539bd..43c9aa4 100644 --- a/packages/report/package.json +++ b/packages/report/package.json @@ -15,7 +15,7 @@ "@lcov-viewer/core": "^1.3.0", "history": "^5.3.0", "html-inline-css-webpack-plugin": "^1.11.1", - "html-webpack-plugin": "^5.5.0", + "html-webpack-plugin": "^5.5.3", "license-webpack-plugin": "^4.0.2", "nanoid": "^4.0.2", "preact": "^10.8.2", diff --git a/yarn.lock b/yarn.lock index 092034a..fcf2597 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5662,10 +5662,10 @@ html-minifier-terser@^6.0.2: relateurl "^0.2.7" terser "^5.7.2" -html-webpack-plugin@^5.5.0: - version "5.5.0" - resolved "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz" - integrity sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw== +html-webpack-plugin@^5.5.3: + version "5.5.3" + resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5.3.tgz#72270f4a78e222b5825b296e5e3e1328ad525a3e" + integrity sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg== dependencies: "@types/html-minifier-terser" "^6.0.0" html-minifier-terser "^6.0.2"