Skip to content

Commit

Permalink
chore: bump engine.io to version 6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Jun 20, 2023
1 parent e5c62ca commit a250e28
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 18 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -16,7 +16,8 @@ jobs:

strategy:
matrix:
node-version: [12, 14, 16]
node-version:
- 16

steps:
- name: Checkout repository
Expand Down
47 changes: 32 additions & 15 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -49,7 +49,7 @@
"accepts": "~1.3.4",
"base64id": "~2.0.0",
"debug": "~4.3.2",
"engine.io": "~6.4.2",
"engine.io": "~6.5.0",
"socket.io-adapter": "~2.5.2",
"socket.io-parser": "~4.2.4"
},
Expand All @@ -67,7 +67,7 @@
"ts-node": "^10.2.1",
"tsd": "^0.21.0",
"typescript": "^4.4.2",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.0.0"
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.30.0"
},
"contributors": [
{
Expand Down

0 comments on commit a250e28

Please sign in to comment.