Skip to content

Commit

Permalink
Merge pull request #14225 from nestjs/renovate/socket.io-packages
Browse files Browse the repository at this point in the history
fix(deps): update dependency socket.io to v4.8.1
  • Loading branch information
kamilmysliwiec authored Nov 27, 2024
2 parents 5b08243 + 13a22ef commit a23e7df
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 103 deletions.
2 changes: 1 addition & 1 deletion packages/platform-socket.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"access": "public"
},
"dependencies": {
"socket.io": "4.8.0",
"socket.io": "4.8.1",
"tslib": "2.7.0"
},
"peerDependencies": {
Expand Down
152 changes: 51 additions & 101 deletions sample/02-gateways/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 sample/02-gateways/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"reflect-metadata": "0.2.1",
"rimraf": "5.0.10",
"rxjs": "7.8.1",
"socket.io": "4.7.4"
"socket.io": "4.8.1"
},
"devDependencies": {
"@nestjs/cli": "10.4.8",
Expand Down

0 comments on commit a23e7df

Please sign in to comment.