diff --git a/package-lock.json b/package-lock.json index 522fd5a085..4f91855361 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17291,9 +17291,9 @@ } }, "node_modules/html-webpack-plugin": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.4.tgz", - "integrity": "sha512-3wNSaVVxdxcu0jd4FpQFoICdqgxs4zIQQvj+2yQKFfBOnLETQ6X5CDWdeasuGlSsooFlMkEioWDTqBv1wvw5Iw==", + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz", + "integrity": "sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==", "dev": true, "dependencies": { "@types/html-minifier-terser": "^6.0.0", @@ -17310,7 +17310,16 @@ "url": "https://opencollective.com/html-webpack-plugin" }, "peerDependencies": { + "@rspack/core": "0.x || 1.x", "webpack": "^5.20.0" + }, + "peerDependenciesMeta": { + "@rspack/core": { + "optional": true + }, + "webpack": { + "optional": true + } } }, "node_modules/html-webpack-plugin/node_modules/tapable": { @@ -32569,7 +32578,7 @@ "css-loader": "6.8.1", "css-minimizer-webpack-plugin": "5.0.1", "dotenv": "16.3.1", - "html-webpack-plugin": "5.5.4", + "html-webpack-plugin": "5.6.0", "identity-obj-proxy": "3.0.0", "jest": "29.7.0", "jest-date-mock": "1.0.8", diff --git a/packages/html-templates/package.json b/packages/html-templates/package.json index 7f4d547e9e..782077f31d 100644 --- a/packages/html-templates/package.json +++ b/packages/html-templates/package.json @@ -48,7 +48,7 @@ "css-loader": "6.8.1", "css-minimizer-webpack-plugin": "5.0.1", "dotenv": "16.3.1", - "html-webpack-plugin": "5.5.4", + "html-webpack-plugin": "5.6.0", "identity-obj-proxy": "3.0.0", "jest": "29.7.0", "jest-date-mock": "1.0.8",