From 826a476b847cc0e35736a8724ea8c72ab2e17212 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 11:20:40 +0000 Subject: [PATCH] fix(deps): update dependency html-webpack-plugin to v5.6.3 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 15df67e59..62e6f0261 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "enzyme-adapter-react-16": "1.15.8", "enzyme-to-json": "3.6.2", "file-loader": "6.2.0", - "html-webpack-plugin": "5.6.2", + "html-webpack-plugin": "5.6.3", "jsdom": "25.0.1", "path": "0.12.7", "process": "0.11.10", diff --git a/yarn.lock b/yarn.lock index 2ddfa8d49..7984aa399 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5110,10 +5110,10 @@ html-minifier-terser@^6.0.2: relateurl "^0.2.7" terser "^5.10.0" -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== +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"