Skip to content

Commit

Permalink
upgrade uWebSockets (#6851)
Browse files Browse the repository at this point in the history
  • Loading branch information
waghanza committed Oct 23, 2023
1 parent c94fdd4 commit 11cce0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion javascript/routejs-uwebsocket/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@routejs/router": "~2.1.0",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.30.0"
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.33.0"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion javascript/sifrr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"dependencies": {
"@sifrr/server": "~0.0.6",
"graphql": "*",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.30.0"
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.33.0"
}
}
2 changes: 1 addition & 1 deletion javascript/uwebsockets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.30.0"
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.33.0"
},
"type": "module"
}

0 comments on commit 11cce0c

Please sign in to comment.