Skip to content

Commit 9a246dd

Browse files
[web] Bump html-webpack-plugin from 5.6.3 to 5.6.4 in /frontend/web
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.6.3 to 5.6.4. - [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.3...v5.6.4) --- updated-dependencies: - dependency-name: html-webpack-plugin dependency-version: 5.6.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f86689d commit 9a246dd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

frontend/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"css-minimizer-webpack-plugin": "^7.0.2",
3333
"eslint": "^9.32.0",
3434
"globals": "^16.3.0",
35-
"html-webpack-plugin": "^5.6.0",
35+
"html-webpack-plugin": "^5.6.4",
3636
"mini-css-extract-plugin": "^2.9.0",
3737
"prettier": "^3.6.2",
3838
"uglifyjs-webpack-plugin": "^2.2.0",

frontend/web/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1857,10 +1857,10 @@ html-minifier-terser@^6.0.2:
18571857
relateurl "^0.2.7"
18581858
terser "^5.10.0"
18591859

1860-
html-webpack-plugin@^5.6.0:
1861-
version "5.6.3"
1862-
resolved "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.3.tgz#a31145f0fee4184d53a794f9513147df1e653685"
1863-
integrity sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg==
1860+
html-webpack-plugin@^5.6.4:
1861+
version "5.6.4"
1862+
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.6.4.tgz#d8cb0f7edff7745ae7d6cccb0bff592e9f7f7959"
1863+
integrity sha512-V/PZeWsqhfpE27nKeX9EO2sbR+D17A+tLf6qU+ht66jdUsN0QLKJN27Z+1+gHrVMKgndBahes0PU6rRihDgHTw==
18641864
dependencies:
18651865
"@types/html-minifier-terser" "^6.0.0"
18661866
html-minifier-terser "^6.0.2"

0 commit comments

Comments
 (0)