diff --git a/package-lock.json b/package-lock.json index 0e24197b2..d4c1ed2e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "eslint-plugin-react-hooks": "4.6.0", "express": "4.18.2", "file-loader": "6.2.0", - "html-webpack-plugin": "5.5.4", + "html-webpack-plugin": "5.6.0", "identity-obj-proxy": "3.0.0", "image-minimizer-webpack-plugin": "3.8.3", "jest": "26.6.3", @@ -8377,9 +8377,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==", "dependencies": { "@types/html-minifier-terser": "^6.0.0", "html-minifier-terser": "^6.0.2", @@ -8395,7 +8395,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/htmlparser2": { diff --git a/package.json b/package.json index 1c46fde8d..b9ae20f2b 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "eslint-plugin-react-hooks": "4.6.0", "express": "4.18.2", "file-loader": "6.2.0", - "html-webpack-plugin": "5.5.4", + "html-webpack-plugin": "5.6.0", "identity-obj-proxy": "3.0.0", "image-minimizer-webpack-plugin": "3.8.3", "jest": "26.6.3",