Skip to content

Commit

Permalink
Bump webpack from 5.93.0 to 5.94.0 (#57592)
Browse files Browse the repository at this point in the history
* Bump webpack from 5.93.0 to 5.94.0

Bumps [webpack](https://github.com/webpack/webpack) from 5.93.0 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.93.0...v5.94.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

* Apply npm audit fix

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastien Ros <sebastienros@gmail.com>
  • Loading branch information
dependabot[bot] and sebastienros authored Sep 12, 2024
1 parent 72e0755 commit 5545cff
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 40 deletions.
53 changes: 15 additions & 38 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/SignalR/clients/ts/FunctionalTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"rxjs": "^6.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.0.2",
"webpack": "^5.76.3",
"webpack": "^5.94.0",
"ws": " ^6.0.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/SignalR/clients/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ts-jest": "^29.0.5",
"ts-loader": "^8.0.17",
"typescript": "^4.9.5",
"webpack": "^5.76.3",
"webpack": "^5.94.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {},
Expand Down

0 comments on commit 5545cff

Please sign in to comment.