From 38563968a0a708f6934bcc005fa2161f59f1dccf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 17:03:37 +0000 Subject: [PATCH] chore(deps): update dependency html-webpack-plugin to v5.6.0 (#529) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fffa35a..3f351b0 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "babel-loader": "9.1.3", "codecov": "3.8.3", "copy-webpack-plugin": "11.0.0", - "html-webpack-plugin": "5.5.4", + "html-webpack-plugin": "5.6.0", "jest": "29.7.0", "luxon": "3.4.4", "raw-loader": "4.0.2", diff --git a/yarn.lock b/yarn.lock index 426dc54..b521010 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4268,10 +4268,10 @@ html-minifier-terser@^6.0.2: relateurl "^0.2.7" terser "^5.7.2" -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"