Skip to content

Commit

Permalink
Bump cookie, cookie-parser, 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), [cookie-parser](https://github.com/expressjs/cookie-parser), [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.4.1 to 0.7.2
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](jshttp/cookie@v0.4.1...v0.7.2)

Updates `cookie-parser` from 1.4.6 to 1.4.7
- [Release notes](https://github.com/expressjs/cookie-parser/releases)
- [Changelog](https://github.com/expressjs/cookie-parser/blob/master/HISTORY.md)
- [Commits](expressjs/cookie-parser@1.4.6...1.4.7)

Updates `express` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@v5.0.0...5.0.1)

Updates `socket.io` from 4.7.5 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]@4.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tec27 committed Oct 10, 2024
1 parent 3d63b7d commit 289d974
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
50 changes: 25 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"babel-loader": "^9.1.0",
"compression": "^1.7.4",
"concat-stream": "^2.0.0",
"cookie-parser": "^1.4.5",
"cookie-parser": "^1.4.7",
"core-js": "^3.19.1",
"cuid": "^2.1.8",
"data-uri-to-blob": "0.0.4",
"data-uri-to-buffer": "^4.0.0",
"dotenv": "^16.0.3",
"express": "^5.0.0",
"express": "^5.0.1",
"html-loader": "^4.2.0",
"lit": "^2.0.2",
"multer": "^1.4.5-lts.1",
Expand All @@ -56,7 +56,7 @@
"rimraf": "^3.0.2",
"serve-static": "^2.1.0",
"sha1": "^1.1.0",
"socket.io": "^4.7.5",
"socket.io": "^4.8.0",
"socket.io-client": "^4.7.5",
"thenify": "^3.3.1",
"tokenthrottle": "^1.1.0",
Expand Down

0 comments on commit 289d974

Please sign in to comment.