Skip to content

Commit

Permalink
Bump ws, engine.io and socket.io-adapter
Browse files Browse the repository at this point in the history
Bumps [ws](https://github.com/websockets/ws), [engine.io](https://github.com/socketio/engine.io) and [socket.io-adapter](https://github.com/socketio/socket.io-adapter). These dependencies needed to be updated together.

Updates `ws` from 8.17.0 to 8.17.1
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.17.0...8.17.1)

Updates `engine.io` from 6.5.4 to 6.5.5
- [Release notes](https://github.com/socketio/engine.io/releases)
- [Changelog](https://github.com/socketio/engine.io/blob/6.5.5/CHANGELOG.md)
- [Commits](socketio/engine.io@6.5.4...6.5.5)

Updates `socket.io-adapter` from 2.5.4 to 2.5.5
- [Release notes](https://github.com/socketio/socket.io-adapter/releases)
- [Changelog](https://github.com/socketio/socket.io-adapter/blob/2.5.5/CHANGELOG.md)
- [Commits](socketio/socket.io-adapter@2.5.4...2.5.5)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
- dependency-name: engine.io
  dependency-type: indirect
- dependency-name: socket.io-adapter
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 6, 2024
1 parent a4c9415 commit 0e44ffd
Showing 1 changed file with 99 additions and 164 deletions.
Loading

2 comments on commit 0e44ffd

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage for this commit

83.33%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src/app
   app.component.ts100%100%100%100%
src/app/components/help
   help.component.ts100%100%100%100%
src/app/components/navbar
   navbar.component.ts92.11%75%100%93.10%40–42
src/app/components/participant-list
   participant-list.component.ts85.29%75%87.50%86.36%24–25, 52, 62
src/app/components/settings
   settings.component.ts93.75%83.33%100%95.24%42, 45
src/app/components/timer
   timer.component.ts76.87%69.23%69.23%78.70%106–110, 129, 132, 182, 185, 188–189, 192–194, 197, 201–202, 221–223, 239–241, 61–62, 91, 93
src/app/models
   Participant.ts75%100%50%80%17
src/app/pipes
   secs.pipe.ts100%100%100%100%
src/app/services/navbar
   navbar.service.ts100%100%100%100%
src/app/services/participant
   participant.service.ts66.13%60%64.29%68.42%104, 106–108, 19, 22, 81, 81, 83, 86, 86, 86–87, 89, 91, 94
src/app/services/settings
   settings.service.ts83.58%66.67%92.31%88.89%15, 22, 33, 39–40, 42, 63, 66, 85–86

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage for this commit

85.51%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src/app
   app.component.ts100%100%100%100%
src/app/components/help
   help.component.ts100%100%100%100%
src/app/components/navbar
   navbar.component.ts100%100%100%100%
src/app/components/participant-list
   participant-list.component.ts85.29%75%87.50%86.36%24–25, 52, 62
src/app/components/settings
   settings.component.ts100%100%100%100%
src/app/components/timer
   timer.component.ts76.87%69.23%69.23%78.70%106–110, 129, 132, 182, 185, 188–189, 192–194, 197, 201–202, 221–223, 239–241, 61–62, 91, 93
src/app/models
   Participant.ts75%100%50%80%17
src/app/pipes
   secs.pipe.ts100%100%100%100%
src/app/services/navbar
   navbar.service.ts100%100%100%100%
src/app/services/participant
   participant.service.ts69.35%70%64.29%71.05%104, 106–108, 81, 81, 83, 86, 86, 86–87, 89, 91, 94
src/app/services/settings
   settings.service.ts89.55%77.78%92.31%94.44%15, 22, 33, 42, 85–86

Please sign in to comment.