Skip to content

Commit

Permalink
Merge pull request #8700 from nestjs/revert-8687-dependabot/npm_and_y…
Browse files Browse the repository at this point in the history
…arn/ws-8.3.0

Revert "chore(deps): bump ws from 7.5.5 to 8.3.0"
  • Loading branch information
kamilmysliwiec committed Nov 25, 2021
2 parents 1a86adb + e50ff6a commit b245710
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 19 deletions.
20 changes: 3 additions & 17 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"typeorm": "0.2.41",
"typescript": "4.3.5",
"wrk": "1.2.1",
"ws": "8.3.0"
"ws": "7.5.6"
},
"engines": {
"node": ">= 10.13.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"tslib": "2.3.1",
"ws": "8.3.0"
"ws": "7.5.6"
},
"peerDependencies": {
"@nestjs/common": "^8.0.0",
Expand Down

0 comments on commit b245710

Please sign in to comment.