Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update websocket client #1895

Merged
merged 1 commit into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 14 additions & 38 deletions .pnp.cjs

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

Binary file removed .yarn/cache/ws-npm-7.5.5-8f4a2a84a8-2e91fd634b.zip
Binary file not shown.
Binary file removed .yarn/cache/ws-npm-8.11.0-ab72116a01-f759ea19e4.zip
Binary file not shown.
Binary file not shown.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@
"cacache": "18.0.0",
"node-gyp": "10.0.1",
"follow-redirects": "^1.15.5",
"socks": "^2.8.1"
"socks": "^2.8.1",
"ws": "^8.17.1"
},
"dependencies": {
"node-gyp": "^10.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/dapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"lru-cache": "^5.1.1",
"pino": "^8.16.2",
"pino-pretty": "^10.2.3",
"ws": "^7.5.3"
"ws": "^8.17.1"
},
"devDependencies": {
"@babel/core": "^7.23.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-test-suite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"utf-8-validate": "^5.0.9",
"util": "^0.12.4",
"webpack": "^5.76.1",
"ws": "^7.5.3"
"ws": "^8.17.1"
},
"devDependencies": {
"eslint": "^8.53.0",
Expand Down
29 changes: 7 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1583,7 +1583,7 @@ __metadata:
sinon: "npm:^17.0.1"
sinon-chai: "npm:^3.7.0"
swagger-jsdoc: "npm:^3.5.0"
ws: "npm:^7.5.3"
ws: "npm:^8.17.1"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -1833,7 +1833,7 @@ __metadata:
utf-8-validate: "npm:^5.0.9"
util: "npm:^0.12.4"
webpack: "npm:^5.76.1"
ws: "npm:^7.5.3"
ws: "npm:^8.17.1"
bin:
test: bin/test.sh
languageName: unknown
Expand Down Expand Up @@ -15868,33 +15868,18 @@ __metadata:
languageName: node
linkType: hard

"ws@npm:^7.4.5, ws@npm:^7.5.3":
version: 7.5.5
resolution: "ws@npm:7.5.5"
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ^5.0.2
peerDependenciesMeta:
bufferutil:
optional: true
utf-8-validate:
optional: true
checksum: 2e91fd634b470f3a39bd6a9ada5e398a411bd9a32bd10d11c4ceabb2e4fd28835aeb5187fd2fc489c3e65bfdab4c29187f083d6672d7aeba014ab8a3f5f1ece2
languageName: node
linkType: hard

"ws@npm:~8.11.0":
version: 8.11.0
resolution: "ws@npm:8.11.0"
"ws@npm:^8.17.1":
version: 8.17.1
resolution: "ws@npm:8.17.1"
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ^5.0.2
utf-8-validate: ">=5.0.2"
peerDependenciesMeta:
bufferutil:
optional: true
utf-8-validate:
optional: true
checksum: f759ea19e42f6d94727b3d8590693f2d92521a78ec2de5c6064c3356f50d4815d427b7ddb10bf39596cc67d3b18232a1b2dfbc3b6361d4772bdfec69d4c130f4
checksum: 4264ae92c0b3e59c7e309001e93079b26937aab181835fb7af79f906b22cd33b6196d96556dafb4e985742dd401e99139572242e9847661fdbc96556b9e6902d
languageName: node
linkType: hard

Expand Down
Loading