diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 46a15d98a9..df81d3c2fe 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -87,7 +87,7 @@ "graphql": "^16.8.1", "graphql-relay": "^0.10.0", "graphql-subscriptions": "^2.0.0", - "html-webpack-plugin": "^5.5.0", + "html-webpack-plugin": "^5.6.4", "jest": "^26.6.3", "jest-emotion": "^11.0.0", "jsonwebtoken": "^9.0.0", @@ -14078,9 +14078,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.4", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.4.tgz", + "integrity": "sha512-V/PZeWsqhfpE27nKeX9EO2sbR+D17A+tLf6qU+ht66jdUsN0QLKJN27Z+1+gHrVMKgndBahes0PU6rRihDgHTw==", "dev": true, "dependencies": { "@types/html-minifier-terser": "^6.0.0", @@ -14097,7 +14097,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": { @@ -33458,9 +33467,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.4", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.4.tgz", + "integrity": "sha512-V/PZeWsqhfpE27nKeX9EO2sbR+D17A+tLf6qU+ht66jdUsN0QLKJN27Z+1+gHrVMKgndBahes0PU6rRihDgHTw==", "dev": true, "requires": { "@types/html-minifier-terser": "^6.0.0", diff --git a/frontend/package.json b/frontend/package.json index f7f2c8fdad..b5d01de79b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -93,7 +93,7 @@ "graphql": "^16.8.1", "graphql-relay": "^0.10.0", "graphql-subscriptions": "^2.0.0", - "html-webpack-plugin": "^5.5.0", + "html-webpack-plugin": "^5.6.4", "jest": "^26.6.3", "jest-emotion": "^11.0.0", "jsonwebtoken": "^9.0.0",