Skip to content

Commit

Permalink
chore(deps-dev): bump html-webpack-plugin from 5.6.0 to 5.6.3 (#469)
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.3.
- [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.3)

---
updated-dependencies:
- dependency-name: html-webpack-plugin
  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>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 94b8967 commit 74dd9de
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
22 changes: 11 additions & 11 deletions 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 src/solutions/step-01-setting-up-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@babel/core": "7.26.0",
"@babel/preset-react": "7.25.7",
"babel-loader": "9.2.1",
"html-webpack-plugin": "5.6.0",
"html-webpack-plugin": "5.6.3",
"serve": "14.2.4",
"webpack": "5.95.0",
"webpack-cli": "5.1.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"babel-loader": "9.2.1",
"css-loader": "^7.1.2",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.6.0",
"html-webpack-plugin": "5.6.3",
"serve": "14.2.4",
"style-loader": "^4.0.0",
"webpack": "5.95.0",
Expand Down
2 changes: 1 addition & 1 deletion src/solutions/step-03-bidirectional/reactApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"babel-loader": "9.2.1",
"css-loader": "^7.1.2",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.6.0",
"html-webpack-plugin": "5.6.3",
"serve": "14.2.4",
"style-loader": "^4.0.0",
"webpack": "5.95.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"babel-loader": "9.2.1",
"css-loader": "^7.1.2",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.6.0",
"html-webpack-plugin": "5.6.3",
"serve": "14.2.4",
"style-loader": "^4.0.0",
"webpack": "5.95.0",
Expand Down
2 changes: 1 addition & 1 deletion src/step-01-setting-up-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@babel/core": "7.26.0",
"@babel/preset-react": "7.25.7",
"babel-loader": "9.2.1",
"html-webpack-plugin": "5.6.0",
"html-webpack-plugin": "5.6.3",
"serve": "14.2.4",
"webpack": "5.95.0",
"webpack-cli": "5.1.4",
Expand Down
2 changes: 1 addition & 1 deletion src/step-02-setting-up-host/reactApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"babel-loader": "9.2.1",
"css-loader": "^7.1.2",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.6.0",
"html-webpack-plugin": "5.6.3",
"serve": "14.2.4",
"style-loader": "^4.0.0",
"webpack": "5.95.0",
Expand Down
2 changes: 1 addition & 1 deletion src/step-03-bidirectional/reactApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"babel-loader": "9.2.1",
"css-loader": "^7.1.2",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.6.0",
"html-webpack-plugin": "5.6.3",
"serve": "14.2.4",
"style-loader": "^4.0.0",
"webpack": "5.95.0",
Expand Down
2 changes: 1 addition & 1 deletion src/step-04-shared-dependencies/reactApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"babel-loader": "9.2.1",
"css-loader": "^7.1.2",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.6.0",
"html-webpack-plugin": "5.6.3",
"serve": "14.2.4",
"style-loader": "^4.0.0",
"webpack": "5.95.0",
Expand Down

0 comments on commit 74dd9de

Please sign in to comment.