diff --git a/package-lock.json b/package-lock.json index 8fdb3f7..666afe3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -93,7 +93,7 @@ "follow-redirects": ">=1.15.2", "fork-ts-checker-webpack-plugin": ">=8.0.0", "fs-extra": "^11.0.0", - "html-webpack-plugin": "5.5.4", + "html-webpack-plugin": "5.6.0", "husky": "^8.0.1", "jest": "29.7.0", "jest-circus": "29.7.0", @@ -12376,9 +12376,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", @@ -12395,7 +12395,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": { @@ -31252,9 +31261,9 @@ } }, "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, "requires": { "@types/html-minifier-terser": "^6.0.0", diff --git a/package.json b/package.json index 3e2cb03..87c60aa 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "follow-redirects": ">=1.15.2", "fork-ts-checker-webpack-plugin": ">=8.0.0", "fs-extra": "^11.0.0", - "html-webpack-plugin": "5.5.4", + "html-webpack-plugin": "5.6.0", "husky": "^8.0.1", "jest": "29.7.0", "jest-circus": "29.7.0",