From 3c8e5ef5f68e08eec98ed64cda379867338f1f25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 19:13:57 +0000 Subject: [PATCH] chore(deps): update dependency html-webpack-plugin to v5.6.2 (#610) 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 8776e31..8aec9af 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "babel-loader": "9.2.1", "codecov": "3.8.3", "copy-webpack-plugin": "12.0.2", - "html-webpack-plugin": "5.6.1", + "html-webpack-plugin": "5.6.2", "jest": "29.7.0", "luxon": "3.5.0", "raw-loader": "4.0.2", diff --git a/yarn.lock b/yarn.lock index 2c75f54..fc6f906 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4160,10 +4160,10 @@ html-minifier-terser@^6.0.2: relateurl "^0.2.7" terser "^5.7.2" -html-webpack-plugin@5.6.1: - version "5.6.1" - resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.6.1.tgz#f48117ec3f18d807b854e6137e1fc3b51ad45d84" - integrity sha512-t4aRC1wx8aCZev3bCYta/k0LE2b68fv0BmmQdmHiRwDfkdGzjCZVk1VFQLfHy8EmAw/T3jA7/QeEAwNaHIj0ZQ== +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== dependencies: "@types/html-minifier-terser" "^6.0.0" html-minifier-terser "^6.0.2"