Skip to content

Commit

Permalink
fix(deps): update dependency ws to v8.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 21, 2025
1 parent 6983f67 commit a93e551
Show file tree
Hide file tree
Showing 4 changed files with 329 additions and 112 deletions.
2 changes: 1 addition & 1 deletion examples/graphql-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"graphql": "16.10.0",
"graphql-ws": "6.0.4",
"graphql-yoga": "workspace:*",
"ws": "8.18.0"
"ws": "8.18.1"
},
"devDependencies": {
"@types/ws": "^8.5.13",
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"next": "15.1.7",
"react": "19.0.0",
"react-dom": "19.0.0",
"ws": "8.18.0"
"ws": "8.18.1"
},
"devDependencies": {
"@types/node": "22.13.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/uwebsockets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"devDependencies": {
"@types/ws": "8.5.14",
"@whatwg-node/fetch": "^0.10.1",
"ws": "8.18.0"
"ws": "8.18.1"
}
}
Loading

0 comments on commit a93e551

Please sign in to comment.