Skip to content

Commit

Permalink
chore(deps): bump socket.io from 4.4.1 to 4.5.0
Browse files Browse the repository at this point in the history
Bumps [socket.io](https://github.com/socketio/socket.io) from 4.4.1 to 4.5.0.
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
- [Commits](socketio/socket.io@4.4.1...4.5.0)

---
updated-dependencies:
- dependency-name: socket.io
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 6, 2022
1 parent 5eedf8a commit a40a356
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 45 deletions.
145 changes: 105 additions & 40 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
Expand Up @@ -64,8 +64,8 @@
"path-to-regexp": "3.2.0",
"reflect-metadata": "0.1.13",
"rxjs": "7.5.5",
"socket.io": "4.4.1",
"tslib": "2.3.1",
"socket.io": "4.5.0",
"tslib": "2.4.0",
"uuid": "8.3.2"
},
"devDependencies": {
Expand Down Expand Up @@ -152,7 +152,7 @@
"multer": "1.4.4",
"mysql2": "2.3.3",
"nats": "2.6.1",
"nodemon": "2.0.15",
"nodemon": "2.0.16",
"nyc": "15.1.0",
"point-of-view": "5.2.0",
"prettier": "2.6.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/platform-socket.io/package.json
Expand Up @@ -17,8 +17,8 @@
"access": "public"
},
"dependencies": {
"socket.io": "4.4.1",
"tslib": "2.3.1"
"socket.io": "4.5.0",
"tslib": "2.4.0"
},
"peerDependencies": {
"@nestjs/common": "^8.0.0",
Expand Down

0 comments on commit a40a356

Please sign in to comment.