From 4bcaf5188e9fb7dc43e3fe817cc4f59270e39205 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 08:32:28 +0900 Subject: [PATCH] chore(deps): update dependency html-webpack-plugin to v5.5.3 (#649) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docx-wasm/package.json | 2 +- docx-wasm/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docx-wasm/package.json b/docx-wasm/package.json index 4f6de31..c11e136 100644 --- a/docx-wasm/package.json +++ b/docx-wasm/package.json @@ -30,7 +30,7 @@ "adm-zip": "0.5.10", "cpy-cli": "4.2.0", "file-saver": "2.0.5", - "html-webpack-plugin": "5.5.0", + "html-webpack-plugin": "5.5.3", "jest": "28.1.3", "npm-run-all": "4.1.5", "text-encoding": "0.7.0", diff --git a/docx-wasm/yarn.lock b/docx-wasm/yarn.lock index cb721df..d0bbc9e 100644 --- a/docx-wasm/yarn.lock +++ b/docx-wasm/yarn.lock @@ -3308,10 +3308,10 @@ html-minifier-terser@^6.0.2: relateurl "^0.2.7" terser "^5.10.0" -html-webpack-plugin@5.5.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz#c3911936f57681c1f9f4d8b68c158cd9dfe52f50" - integrity sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw== +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== dependencies: "@types/html-minifier-terser" "^6.0.0" html-minifier-terser "^6.0.2"