Skip to content

Commit a572bb9

Browse files
Bump cookie, express and socket.io in /server
Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 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.6.0 to 0.7.1 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](jshttp/cookie@v0.6.0...v0.7.1) Updates `express` from 4.19.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.19.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: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dce0049 commit a572bb9

File tree

2 files changed

+82
-68
lines changed

2 files changed

+82
-68
lines changed

server/package-lock.json

Lines changed: 80 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"@oracle/coherence": "^1.2.1",
1717
"@socket.io/redis-adapter": "^8.1.0",
1818
"dotenv": "^16.0.3",
19-
"express": "^4.19.2",
19+
"express": "^4.21.1",
2020
"node-fetch": "^3.3.1",
2121
"pino": "^7.10.0",
2222
"redis": "^4.6.4",
2323
"short-uuid": "^4.2.2",
24-
"socket.io": "^4.4.1"
24+
"socket.io": "^4.8.0"
2525
},
2626
"devDependencies": {
2727
"nodemon": "^2.0.15",

0 commit comments

Comments
 (0)