Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump ws from 7.5.3 to 8.2.0
Browse files Browse the repository at this point in the history
Bumps [ws](https://github.com/websockets/ws) from 7.5.3 to 8.2.0.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.5.3...8.2.0)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 25, 2021
1 parent 6ad2b40 commit ce3d127
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/ipfs-daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"aegir": "^34.0.2",
"node-fetch": "npm:@achingbrain/node-fetch@^2.6.4",
"ws": "^7.3.1"
"ws": "^8.2.0"
},
"optionalDependencies": {
"electron-webrtc": "^0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-grpc-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"p-defer": "^3.0.0",
"protobufjs": "^6.10.2",
"wherearewe": "^1.0.0",
"ws": "^7.3.1"
"ws": "^8.2.0"
},
"devDependencies": {
"aegir": "^34.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-grpc-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"multiaddr": "^10.0.0",
"nanoid": "^3.1.23",
"protobufjs": "^6.10.2",
"ws": "^7.3.1"
"ws": "^8.2.0"
},
"devDependencies": {
"@types/ws": "^7.4.0",
Expand Down

0 comments on commit ce3d127

Please sign in to comment.