diff --git a/package.json b/package.json index 170a3783a6d883..2226b2eb49c73f 100644 --- a/package.json +++ b/package.json @@ -182,7 +182,7 @@ "benchmark": "^2.1.4", "eslint": "8.34.0", "eslint-config-sentry-app": "1.110.0", - "html-webpack-plugin": "^5.5.0", + "html-webpack-plugin": "^5.6.3", "jest": "29.4.1", "jest-canvas-mock": "^2.4.0", "jest-environment-jsdom": "^29.4.1", diff --git a/yarn.lock b/yarn.lock index 1cb09543733990..84c656ecbd59ac 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6431,10 +6431,10 @@ html-tags@^3.2.0: resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.2.0.tgz#dbb3518d20b726524e4dd43de397eb0a95726961" integrity sha512-vy7ClnArOZwCnqZgvv+ddgHgJiAFXe3Ge9ML5/mBctVJoUoYPCdxVucOywjDARn6CVoh3dRSFdPHy2sX80L0Wg== -html-webpack-plugin@^5.5.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz#c3911936f57681c1f9f4d8b68c158cd9dfe52f50" - integrity sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw== +html-webpack-plugin@^5.6.3: + version "5.6.3" + resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.6.3.tgz#a31145f0fee4184d53a794f9513147df1e653685" + integrity sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg== dependencies: "@types/html-minifier-terser" "^6.0.0" html-minifier-terser "^6.0.2"