From 543634b37bfd2cf5d0f441d70cea20dbdb29322c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 14:06:29 +0200 Subject: [PATCH] chore(npm)(deps-dev): bump html-webpack-plugin in /wnfs-wasm (#289) Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.5.1 to 5.5.3. - [Release notes](https://github.com/jantimon/html-webpack-plugin/releases) - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v5.5.1...v5.5.3) --- updated-dependencies: - dependency-name: html-webpack-plugin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- wnfs-wasm/package.json | 2 +- wnfs-wasm/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wnfs-wasm/package.json b/wnfs-wasm/package.json index 54844227..786fffd4 100644 --- a/wnfs-wasm/package.json +++ b/wnfs-wasm/package.json @@ -4,7 +4,7 @@ "@wasm-tool/wasm-pack-plugin": "^1.7.0", "css-loader": "^6.8.1", "file-loader": "^6.2.0", - "html-webpack-plugin": "^5.5.1", + "html-webpack-plugin": "^5.5.3", "multiformats": "^12.0.1", "style-loader": "^3.3.3", "text-encoding": "^0.7.0", diff --git a/wnfs-wasm/yarn.lock b/wnfs-wasm/yarn.lock index d14ae970..6a84253d 100644 --- a/wnfs-wasm/yarn.lock +++ b/wnfs-wasm/yarn.lock @@ -1230,10 +1230,10 @@ html-minifier-terser@^6.0.2: relateurl "^0.2.7" terser "^5.10.0" -html-webpack-plugin@^5.5.1: - version "5.5.1" - resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5.1.tgz#826838e31b427f5f7f30971f8d8fa2422dfa6763" - integrity sha512-cTUzZ1+NqjGEKjmVgZKLMdiFg3m9MdRXkZW2OEe69WYVi5ONLMmlnSZdXzGGMOq0C8jGDrL6EWyEDDUioHO/pA== +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"