From 180046f9981f2309a890baad398048e4c9784173 Mon Sep 17 00:00:00 2001 From: 0xodia <0xodia@solend.fi> Date: Wed, 12 Jun 2024 09:41:55 -0400 Subject: [PATCH] explicitly install websocket --- solend-sdk/package.json | 4 +--- yarn.lock | 21 +++++---------------- 2 files changed, 6 insertions(+), 19 deletions(-) diff --git a/solend-sdk/package.json b/solend-sdk/package.json index 3d563c0f..069e068e 100644 --- a/solend-sdk/package.json +++ b/solend-sdk/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 24f194dd..2e2ddf18 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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== @@ -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== +rpc-websockets@7.11.0, 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"