Skip to content

Commit

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

Updates `cookie` from 0.4.2 to 0.7.2
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](jshttp/cookie@v0.4.2...v0.7.2)

Updates `engine.io` from 6.6.1 to 6.6.2
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/engine.io@6.6.1...engine.io@6.6.2)

Updates `express` from 4.21.0 to 4.21.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
- [Commits](expressjs/express@4.21.0...4.21.1)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: indirect
- dependency-name: engine.io
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent cafc968 commit 92f509f
Showing 1 changed file with 189 additions and 19 deletions.
Loading

2 comments on commit 92f509f

@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.56%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src
   test.ts100%100%100%100%
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

@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

84.48%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src
   test.ts100%100%100%100%
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.ts93.75%83.33%100%95.24%26–27
src/app/components/timer
   timer.component.ts73.88%53.85%69.23%76.85%106–110, 129, 132, 182, 185, 188–189, 192–194, 197, 201–202, 221–223, 239–241, 61–62, 90–91, 91, 91, 93, 95
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.