diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ac82d9246..5a1f62dad 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -31,7 +31,7 @@ "eslint-plugin-n": "^16.6.2", "eslint-plugin-promise": "^6.6.0", "eslint-plugin-vue": "^10.9.2", - "html-webpack-plugin": "^5.6.7", + "html-webpack-plugin": "^5.6.8", "mini-css-extract-plugin": "^2.10.2", "process": "^0.11.10", "style-loader": "^4.0.0", @@ -5797,9 +5797,9 @@ } }, "node_modules/html-webpack-plugin": { - "version": "5.6.7", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.7.tgz", - "integrity": "sha512-md+vXtdCAe60s1k6AU3dUyMJnDxUyQAwfwPKoLisvgUF1IXjtlLsk2se54+qfL9Mdm26bbwvjJybpNx48NKRLw==", + "version": "5.6.8", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.8.tgz", + "integrity": "sha512-MZmKQcTnhEh1SPSyMiEytIeDZDUoBZVorNHivQGXMASHf/BSGGOrKa2xQ5bGx3TCe1n109ecCt+cpww7wwWhKA==", "dev": true, "dependencies": { "@types/html-minifier-terser": "^6.0.0", @@ -5816,7 +5816,7 @@ "url": "https://opencollective.com/html-webpack-plugin" }, "peerDependencies": { - "@rspack/core": "0.x || 1.x", + "@rspack/core": "0.x || 1.x || 2.x", "webpack": "^5.20.0" }, "peerDependenciesMeta": { @@ -13910,9 +13910,9 @@ } }, "html-webpack-plugin": { - "version": "5.6.7", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.7.tgz", - "integrity": "sha512-md+vXtdCAe60s1k6AU3dUyMJnDxUyQAwfwPKoLisvgUF1IXjtlLsk2se54+qfL9Mdm26bbwvjJybpNx48NKRLw==", + "version": "5.6.8", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.8.tgz", + "integrity": "sha512-MZmKQcTnhEh1SPSyMiEytIeDZDUoBZVorNHivQGXMASHf/BSGGOrKa2xQ5bGx3TCe1n109ecCt+cpww7wwWhKA==", "dev": true, "requires": { "@types/html-minifier-terser": "^6.0.0", diff --git a/frontend/package.json b/frontend/package.json index d5811d589..bac81ee38 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -28,7 +28,7 @@ "eslint-plugin-n": "^16.6.2", "eslint-plugin-promise": "^6.6.0", "eslint-plugin-vue": "^10.9.2", - "html-webpack-plugin": "^5.6.7", + "html-webpack-plugin": "^5.6.8", "mini-css-extract-plugin": "^2.10.2", "process": "^0.11.10", "style-loader": "^4.0.0",