diff --git a/docs/package.json b/docs/package.json index 0e712cfe4..848ba150e 100644 --- a/docs/package.json +++ b/docs/package.json @@ -10,7 +10,7 @@ "@types/react-is": "^18.3.0", "core-js": "^3.37.1", "css-loader": "^5.2.7", - "html-webpack-plugin": "^5.6.0", + "html-webpack-plugin": "^5.6.2", "mini-css-extract-plugin": "^2.9.0", "mobx": "^6.12.4", "react": "^18.3.1", diff --git a/docs/yarn.lock b/docs/yarn.lock index 09be3d34a..c73a0fcac 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -1047,10 +1047,10 @@ html-minifier-terser@^6.0.2: relateurl "^0.2.7" terser "^5.10.0" -html-webpack-plugin@^5.6.0: - version "5.6.0" - resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz#50a8fa6709245608cb00e811eacecb8e0d7b7ea0" - integrity sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw== +html-webpack-plugin@^5.6.2: + version "5.6.2" + resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.6.2.tgz#174a67c8e55aa3fa2ba94c8e8e42894bfe4978ea" + integrity sha512-q7xp/FO9RGBVoTKNItkdX1jKLscLFkgn/dLVFNYbHVbfHLBk6DYW5nsQ8kCzIWcgKP/kUBocetjvav6lD8YfCQ== dependencies: "@types/html-minifier-terser" "^6.0.0" html-minifier-terser "^6.0.2"