Skip to content

Commit

Permalink
chore(deps): update dependency @types/ws to v8.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 13, 2024
1 parent 3b103f5 commit f8f65bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion typescript/graphql-subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/cors": "2.8.17",
"@types/express": "4.17.21",
"@types/node": "20.14.10",
"@types/ws": "8.5.10",
"@types/ws": "8.5.11",
"prisma": "5.16.1",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-typegraphql-crud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@types/node": "20.14.10",
"@types/ws": "8.5.10",
"@types/ws": "8.5.11",
"prisma": "5.16.1",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-typegraphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@types/node": "20.14.10",
"@types/ws": "8.5.10",
"@types/ws": "8.5.11",
"prisma": "5.16.1",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
Expand Down

0 comments on commit f8f65bd

Please sign in to comment.