From d55cfd090e7d0be30139c788cc242c4ec61b4570 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 00:35:42 +0000 Subject: [PATCH] Update dependency html-webpack-plugin to v5.5.4 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 485f6693695..418728ae729 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "eslint-plugin-react": "7.16.0", "fetch-mock": "9.4.0", "html-loader": "4.2.0", - "html-webpack-plugin": "5.5.3", + "html-webpack-plugin": "5.5.4", "jest": "28.1.3", "jest-environment-puppeteer": "9.0.1", "jest-puppeteer": "9.0.1", diff --git a/yarn.lock b/yarn.lock index ba1765664f6..b907144bdd5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5906,10 +5906,10 @@ html-minifier-terser@^7.0.0: relateurl "^0.2.7" terser "^5.14.2" -html-webpack-plugin@5.5.3: - version "5.5.3" - resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5.3.tgz#72270f4a78e222b5825b296e5e3e1328ad525a3e" - integrity sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg== +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== dependencies: "@types/html-minifier-terser" "^6.0.0" html-minifier-terser "^6.0.2"