Skip to content

Commit 2d89f03

Browse files
build(deps-dev): bump html-webpack-plugin in /web/app (#14752)
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.6.4 to 5.6.5. - [Release notes](https://github.com/jantimon/html-webpack-plugin/releases) - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](jantimon/html-webpack-plugin@v5.6.4...v5.6.5) --- updated-dependencies: - dependency-name: html-webpack-plugin dependency-version: 5.6.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4ef985e commit 2d89f03

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

web/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"eslint-webpack-plugin": "^4.2.0",
7070
"file-loader": "^6.2.0",
7171
"history": "5.3.0",
72-
"html-webpack-plugin": "^5.6.4",
72+
"html-webpack-plugin": "^5.6.5",
7373
"jest": "^30.1.3",
7474
"jest-environment-jsdom": "^30.2.0",
7575
"lodash-webpack-plugin": "^0.11.6",

web/app/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5692,10 +5692,10 @@ html-minifier-terser@^6.0.2:
56925692
relateurl "^0.2.7"
56935693
terser "^5.7.2"
56945694

5695-
html-webpack-plugin@^5.6.4:
5696-
version "5.6.4"
5697-
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.6.4.tgz#d8cb0f7edff7745ae7d6cccb0bff592e9f7f7959"
5698-
integrity sha512-V/PZeWsqhfpE27nKeX9EO2sbR+D17A+tLf6qU+ht66jdUsN0QLKJN27Z+1+gHrVMKgndBahes0PU6rRihDgHTw==
5695+
html-webpack-plugin@^5.6.5:
5696+
version "5.6.5"
5697+
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.6.5.tgz#d57defb83cabbf29bf56b2d4bf10b67b650066be"
5698+
integrity sha512-4xynFbKNNk+WlzXeQQ+6YYsH2g7mpfPszQZUi3ovKlj+pDmngQ7vRXjrrmGROabmKwyQkcgcX5hqfOwHbFmK5g==
56995699
dependencies:
57005700
"@types/html-minifier-terser" "^6.0.0"
57015701
html-minifier-terser "^6.0.2"

0 commit comments

Comments
 (0)