Skip to content

Commit

Permalink
build(deps-dev): bump html-webpack-plugin in /cmd/mdl/webapp
Browse files Browse the repository at this point in the history
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.6.0 to 5.6.2.
- [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.0...v5.6.2)

---
updated-dependencies:
- dependency-name: html-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent f6f3aaf commit 7e641dd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions cmd/mdl/webapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cmd/mdl/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react-hooks": "5.0.0",
"html-loader": "5.1.0",
"html-webpack-plugin": "5.6.0",
"html-webpack-plugin": "5.6.2",
"react-refresh": "0.14.2",
"style-loader": "4.0.0",
"typescript": "5.6.3",
Expand Down
6 changes: 3 additions & 3 deletions cmd/mdl/webapp/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3031,9 +3031,9 @@ html-minifier-terser@^7.2.0:
relateurl "^0.2.7"
terser "^5.15.1"

[email protected].0:
version "5.6.0"
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz#50a8fa6709245608cb00e811eacecb8e0d7b7ea0"
[email protected].2:
version "5.6.2"
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.6.2.tgz#174a67c8e55aa3fa2ba94c8e8e42894bfe4978ea"
dependencies:
"@types/html-minifier-terser" "^6.0.0"
html-minifier-terser "^6.0.2"
Expand Down

0 comments on commit 7e641dd

Please sign in to comment.