diff --git a/src/web/package-lock.json b/src/web/package-lock.json index 495731c..f61e9ff 100644 --- a/src/web/package-lock.json +++ b/src/web/package-lock.json @@ -31,7 +31,7 @@ "eslint-plugin-react": "^7.33.2", "eslint-webpack-plugin": "^4.0.1", "html-loader": "^4.2.0", - "html-webpack-plugin": "^5.5.4", + "html-webpack-plugin": "^5.6.0", "keyv": "^4.5.4", "prop-types": "^15.8.1", "sass": "^1.69.5", @@ -2681,9 +2681,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", @@ -2700,7 +2700,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/commander": { diff --git a/src/web/package.json b/src/web/package.json index d27dee3..1971ddc 100644 --- a/src/web/package.json +++ b/src/web/package.json @@ -28,7 +28,7 @@ "eslint-plugin-react": "^7.33.2", "eslint-webpack-plugin": "^4.0.1", "html-loader": "^4.2.0", - "html-webpack-plugin": "^5.5.4", + "html-webpack-plugin": "^5.6.0", "keyv": "^4.5.4", "prop-types": "^15.8.1", "sass": "^1.69.5",