diff --git a/ui/react-app/package-lock.json b/ui/react-app/package-lock.json index e775cfb3ae..15e36d21d6 100644 --- a/ui/react-app/package-lock.json +++ b/ui/react-app/package-lock.json @@ -35,7 +35,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-webpack-plugin": "^4.2.0", "fork-ts-checker-webpack-plugin": "^9.0.2", - "html-webpack-plugin": "^5.5.0", + "html-webpack-plugin": "^5.6.0", "style-loader": "^4.0.0", "ts-loader": "^9.5.1", "ts-node": "^10.9.2", @@ -5250,9 +5250,9 @@ } }, "node_modules/html-webpack-plugin": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz", - "integrity": "sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==", + "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", @@ -5269,7 +5269,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": { @@ -13513,9 +13522,9 @@ } }, "html-webpack-plugin": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz", - "integrity": "sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==", + "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/ui/react-app/package.json b/ui/react-app/package.json index cca35d50d6..2e3fe5d89c 100644 --- a/ui/react-app/package.json +++ b/ui/react-app/package.json @@ -37,7 +37,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-webpack-plugin": "^4.2.0", "fork-ts-checker-webpack-plugin": "^9.0.2", - "html-webpack-plugin": "^5.5.0", + "html-webpack-plugin": "^5.6.0", "style-loader": "^4.0.0", "ts-loader": "^9.5.1", "ts-node": "^10.9.2",