From eb979caea8e5c7cd7c75c84927bed2ab507c6f01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 19:46:41 -0600 Subject: [PATCH] [deps] AC: Update html-webpack-plugin to v5.5.4 (#7161) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index eeeb95ecc7e..1ddd0d35122 100644 --- a/package-lock.json +++ b/package-lock.json @@ -146,7 +146,7 @@ "gulp-zip": "6.0.0", "html-loader": "4.2.0", "html-webpack-injector": "1.1.4", - "html-webpack-plugin": "5.5.3", + "html-webpack-plugin": "5.5.4", "husky": "8.0.3", "jest-junit": "16.0.0", "jest-mock-extended": "3.0.5", @@ -24804,9 +24804,9 @@ "dev": true }, "node_modules/html-webpack-plugin": { - "version": "5.5.3", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.3.tgz", - "integrity": "sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg==", + "version": "5.5.4", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.4.tgz", + "integrity": "sha512-3wNSaVVxdxcu0jd4FpQFoICdqgxs4zIQQvj+2yQKFfBOnLETQ6X5CDWdeasuGlSsooFlMkEioWDTqBv1wvw5Iw==", "dev": true, "dependencies": { "@types/html-minifier-terser": "^6.0.0", diff --git a/package.json b/package.json index eee7996f783..225dfc2d892 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "gulp-zip": "6.0.0", "html-loader": "4.2.0", "html-webpack-injector": "1.1.4", - "html-webpack-plugin": "5.5.3", + "html-webpack-plugin": "5.5.4", "husky": "8.0.3", "jest-junit": "16.0.0", "jest-mock-extended": "3.0.5",