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.6 to 8.4.2
Browse files Browse the repository at this point in the history
Bumps [ws](https://github.com/websockets/ws) from 7.5.6 to 8.4.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.5.6...8.4.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 27, 2022
1 parent b01b06b commit 4c8f481
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 @@ -57,7 +57,7 @@
"devDependencies": {
"aegir": "^36.0.1",
"node-fetch": "npm:@achingbrain/node-fetch@^2.6.4",
"ws": "^7.3.1"
"ws": "^8.4.2"
},
"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 @@ -67,7 +67,7 @@
"p-defer": "^3.0.0",
"protobufjs": "^6.10.2",
"wherearewe": "^1.0.0",
"ws": "^7.3.1"
"ws": "^8.4.2"
},
"devDependencies": {
"aegir": "^36.0.1",
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 @@ -56,7 +56,7 @@
"multiaddr": "^10.0.0",
"nanoid": "^3.1.23",
"protobufjs": "^6.10.2",
"ws": "^7.3.1"
"ws": "^8.4.2"
},
"devDependencies": {
"@types/ws": "^7.4.0",
Expand Down

0 comments on commit 4c8f481

Please sign in to comment.