diff --git a/packages/hashi/package.json b/packages/hashi/package.json index 11b02654c8b..426b2713326 100644 --- a/packages/hashi/package.json +++ b/packages/hashi/package.json @@ -15,7 +15,7 @@ "license": "MIT", "devDependencies": { "eslint-plugin-compat": "^4.2.0", - "html-webpack-plugin": "5.5.4", + "html-webpack-plugin": "5.6.0", "jquery": "3.5.1", "mime-db": "^1.52.0", "mutationobserver-shim": "^0.3.7", diff --git a/yarn.lock b/yarn.lock index d819b58b079..af680bd43b5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6225,10 +6225,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.4: - version "5.5.4" - resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5.4.tgz#517a48e6f046ff1ae1a172c983cd993eb79d2f6a" - integrity sha512-3wNSaVVxdxcu0jd4FpQFoICdqgxs4zIQQvj+2yQKFfBOnLETQ6X5CDWdeasuGlSsooFlMkEioWDTqBv1wvw5Iw== +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== dependencies: "@types/html-minifier-terser" "^6.0.0" html-minifier-terser "^6.0.2"