From f4fdc1a69ab5b77d35a91e57035a3a8153b3cda6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 19:16:53 +0000 Subject: [PATCH] Update dependency html-webpack-plugin to v5.5.4 (#61) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8b45f1c..8fdb3f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -93,7 +93,7 @@ "follow-redirects": ">=1.15.2", "fork-ts-checker-webpack-plugin": ">=8.0.0", "fs-extra": "^11.0.0", - "html-webpack-plugin": "5.5.3", + "html-webpack-plugin": "5.5.4", "husky": "^8.0.1", "jest": "29.7.0", "jest-circus": "29.7.0", @@ -12376,9 +12376,9 @@ } }, "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", @@ -31252,9 +31252,9 @@ } }, "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, "requires": { "@types/html-minifier-terser": "^6.0.0", diff --git a/package.json b/package.json index 01d59bf..3e2cb03 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "follow-redirects": ">=1.15.2", "fork-ts-checker-webpack-plugin": ">=8.0.0", "fs-extra": "^11.0.0", - "html-webpack-plugin": "5.5.3", + "html-webpack-plugin": "5.5.4", "husky": "^8.0.1", "jest": "29.7.0", "jest-circus": "29.7.0",