diff --git a/package-lock.json b/package-lock.json index ebcafda9f0..b03a9913fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "eslint-plugin-react": "^7.37.2", "fork-ts-checker-webpack-plugin": "^9.0.2", "globals": "^15.13.0", - "html-webpack-plugin": "^5.6.0", + "html-webpack-plugin": "^5.6.3", "mini-css-extract-plugin": "^2.9.2", "monaco-editor-webpack-plugin": "^7.1.0", "npm-run-all": "^4.1.5", @@ -7222,9 +7222,9 @@ } }, "node_modules/html-webpack-plugin": { - "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==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.3.tgz", + "integrity": "sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg==", "dev": true, "dependencies": { "@types/html-minifier-terser": "^6.0.0", diff --git a/package.json b/package.json index e0b636f212..d47d23dc69 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint-plugin-react": "^7.37.2", "fork-ts-checker-webpack-plugin": "^9.0.2", "globals": "^15.13.0", - "html-webpack-plugin": "^5.6.0", + "html-webpack-plugin": "^5.6.3", "mini-css-extract-plugin": "^2.9.2", "monaco-editor-webpack-plugin": "^7.1.0", "npm-run-all": "^4.1.5",