Skip to content

Commit

Permalink
chore(deps): bump cookie, express and socket.io
Browse files Browse the repository at this point in the history
Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.2 and updates ancestor dependencies [cookie](https://github.com/jshttp/cookie), [express](https://github.com/expressjs/express) and [socket.io](https://github.com/socketio/socket.io). These dependencies need to be updated together.


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

Updates `express` from 4.18.2 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.18.2...4.21.1)

Updates `socket.io` from 4.7.2 to 4.8.0
- [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/[email protected])

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: indirect
- dependency-name: express
  dependency-type: direct:production
- dependency-name: socket.io
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 11, 2024
1 parent 1fa5b42 commit cace1b0
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 58 deletions.
139 changes: 83 additions & 56 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"bootstrap-icons": "^1.11.3",
"chart.js": "^4.4.4",
"cors": "^2.8.5",
"express": "^4.19.2",
"express": "^4.21.1",
"form-data": "^4.0.0",
"jimp": "^1.4.0",
"jsonwebtoken": "^9.0.2",
Expand Down
2 changes: 1 addition & 1 deletion projects/aas-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"bcryptjs": "^2.4.3",
"chalk": "^2.4.1",
"cors": "^2.8.5",
"express": "^4.19.2",
"express": "^4.21.1",
"form-data": "^4.0.0",
"jimp": "^1.4.0",
"jsonwebtoken": "^9.0.2",
Expand Down

0 comments on commit cace1b0

Please sign in to comment.