Skip to content

Commit

Permalink
explicitly install websocket
Browse files Browse the repository at this point in the history
  • Loading branch information
0xodia committed Jun 12, 2024
1 parent 2cca197 commit 180046f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
4 changes: 1 addition & 3 deletions solend-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,9 @@
"hot-shots": "^9.3.0",
"isomorphic-fetch": "^3.0.0",
"jsbi": "^4.3.0",
"rpc-websockets": "7.11.0",
"typedoc-plugin-cname": "^1.0.1"
},
"resolutions": {
"rpc-websockets": "7.11.0"
},
"devDependencies": {
"@types/bn.js": "^5.1.0",
"@types/jest": "^29.2.3",
Expand Down
21 changes: 5 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4964,6 +4964,7 @@
bn.js "^5.1.3"

"@solana/spl-token-v2@npm:@solana/spl-token@^0.2.0", "@solana/spl-token@^0.2.0":
name "@solana/spl-token-v2"
version "0.2.0"
resolved "https://registry.yarnpkg.com/@solana/spl-token/-/spl-token-0.2.0.tgz#329bb6babb5de0f9c40035ddb1657f01a8347acd"
integrity sha512-RWcn31OXtdqIxmkzQfB2R+WpsJOVS6rKuvpxJFjvik2LyODd+WN58ZP3Rpjpro03fscGAkzlFuP3r42doRJgyQ==
Expand Down Expand Up @@ -14624,22 +14625,10 @@ ripple-lib@^1.10.1:
ripple-lib-transactionparser "0.8.2"
ws "^7.2.0"

rpc-websockets@^7.4.12, rpc-websockets@^7.4.2, rpc-websockets@^7.5.1:
version "7.11.1"
resolved "https://registry.yarnpkg.com/rpc-websockets/-/rpc-websockets-7.11.1.tgz#02d29aa6e561006b4a4c1e4769763948db8f4a62"
integrity sha512-ePm9GVlk1D1p1B35iU1AiAr9lMKUpSqU9wjYoUb9YaoabfLAcQ7DG6IfQvyam2nDJ0FOSB00AgEA4pGm/wSD5A==
dependencies:
eventemitter3 "^4.0.7"
uuid "^8.3.2"
ws "^8.5.0"
optionalDependencies:
bufferutil "^4.0.1"
utf-8-validate "^5.0.2"

rpc-websockets@^8.0.1:
version "8.0.1"
resolved "https://registry.yarnpkg.com/rpc-websockets/-/rpc-websockets-8.0.1.tgz#fa76db08badc0b2f5cd66b5496debd2c404c94b1"
integrity sha512-PptrPRK40uQvifq5sCcObmqInVcZXhy+RRrirzdE5KUPvDI47y1wPvfckD2QzqngOU9xaPW/dT+G+b+wj6M1MQ==
[email protected], rpc-websockets@^7.4.12, rpc-websockets@^7.4.2, rpc-websockets@^7.5.1, rpc-websockets@^8.0.1:
version "7.11.0"
resolved "https://registry.yarnpkg.com/rpc-websockets/-/rpc-websockets-7.11.0.tgz#05451975963a7d1a4cf36d54e200bfc4402a56d7"
integrity sha512-IkLYjayPv6Io8C/TdCL5gwgzd1hFz2vmBZrjMw/SPEXo51ETOhnzgS4Qy5GWi2JQN7HKHa66J3+2mv0fgNh/7w==
dependencies:
eventemitter3 "^4.0.7"
uuid "^8.3.2"
Expand Down

0 comments on commit 180046f

Please sign in to comment.