Skip to content

Commit

Permalink
fix(deps): update dependency ws to v6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 27, 2019
1 parent ca110df commit de446da
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions integration/graphql/package-lock.json

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

2 changes: 1 addition & 1 deletion integration/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"rxjs": "6.4.0",
"subscriptions-transport-ws": "0.9.16",
"typescript": "3.3.4000",
"ws": "6.2.0"
"ws": "6.2.1"
},
"devDependencies": {
"@types/node": "7.10.5",
Expand Down
6 changes: 3 additions & 3 deletions integration/typegraphql/package-lock.json

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

2 changes: 1 addition & 1 deletion integration/typegraphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"subscriptions-transport-ws": "0.9.16",
"type-graphql": "0.17.0",
"typescript": "3.3.4000",
"ws": "6.2.0"
"ws": "6.2.1"
},
"devDependencies": {
"@types/node": "7.10.5",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion packages/platform-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"access": "public"
},
"dependencies": {
"ws": "6.2.0"
"ws": "6.2.1"
},
"peerDependencies": {
"@nestjs/common": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion sample/16-gateways-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"reflect-metadata": "0.1.13",
"rxjs": "6.4.0",
"typescript": "3.3.4000",
"ws": "6.2.0"
"ws": "6.2.1"
},
"devDependencies": {
"@types/node": "10.14.4",
Expand Down

0 comments on commit de446da

Please sign in to comment.