Skip to content

Commit b000446

Browse files
authored
Merge pull request #729 from LIT-Protocol/fix/solana-web3-to-1-95-3
fix: fixed `@solana/web3.js` version to 1.95.3 due to https://x.com/t…
2 parents 5c7dea6 + 9a9d61d commit b000446

File tree

2 files changed

+9
-35
lines changed

2 files changed

+9
-35
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@nx/plugin": "17.3.0",
8585
"@nx/react": "17.3.0",
8686
"@nx/web": "17.3.0",
87-
"@solana/web3.js": "^1.95.3",
87+
"@solana/web3.js": "1.95.3",
8888
"@types/depd": "^1.1.36",
8989
"@types/jest": "27.4.1",
9090
"@types/node": "18.19.18",
@@ -125,6 +125,5 @@
125125
},
126126
"workspaces": [
127127
"packages/*"
128-
],
129-
"packageManager": "[email protected]"
128+
]
130129
}

yarn.lock

Lines changed: 7 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4935,10 +4935,10 @@
49354935
dependencies:
49364936
buffer "~6.0.3"
49374937

4938-
"@solana/web3.js@^1.95.3":
4939-
version "1.95.4"
4940-
resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-1.95.4.tgz#771603f60d75cf7556ad867e1fd2efae32f9ad09"
4941-
integrity sha512-sdewnNEA42ZSMxqkzdwEWi6fDgzwtJHaQa5ndUGEJYtoOnM6X5cvPmjoTUp7/k7bRrVAxfBgDnvQQHD6yhlLYw==
4938+
4939+
version "1.95.3"
4940+
resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-1.95.3.tgz#70b5f4d76823f56b5af6403da51125fffeb65ff3"
4941+
integrity sha512-O6rPUN0w2fkNqx/Z3QJMB9L225Ex10PRDH8bTaIUPZXMPV0QP8ZpPvjQnXK+upUczlRgzHzd6SjKIha1p+I6og==
49424942
dependencies:
49434943
"@babel/runtime" "^7.25.0"
49444944
"@noble/curves" "^1.4.2"
@@ -21949,7 +21949,7 @@ string-length@^4.0.1:
2194921949
char-regex "^1.0.2"
2195021950
strip-ansi "^6.0.0"
2195121951

21952-
"string-width-cjs@npm:string-width@^4.2.0":
21952+
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
2195321953
version "4.2.3"
2195421954
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2195521955
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -21967,15 +21967,6 @@ string-width@^1.0.1:
2196721967
is-fullwidth-code-point "^1.0.0"
2196821968
strip-ansi "^3.0.0"
2196921969

21970-
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
21971-
version "4.2.3"
21972-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
21973-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
21974-
dependencies:
21975-
emoji-regex "^8.0.0"
21976-
is-fullwidth-code-point "^3.0.0"
21977-
strip-ansi "^6.0.1"
21978-
2197921970
string-width@^2.0.0, string-width@^2.1.0:
2198021971
version "2.1.1"
2198121972
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
@@ -22097,7 +22088,7 @@ stringify-package@^1.0.1:
2209722088
resolved "https://registry.yarnpkg.com/stringify-package/-/stringify-package-1.0.1.tgz#e5aa3643e7f74d0f28628b72f3dad5cecfc3ba85"
2209822089
integrity sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==
2209922090

22100-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
22091+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
2210122092
version "6.0.1"
2210222093
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2210322094
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -22125,13 +22116,6 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
2212522116
dependencies:
2212622117
ansi-regex "^4.1.0"
2212722118

22128-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
22129-
version "6.0.1"
22130-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
22131-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
22132-
dependencies:
22133-
ansi-regex "^5.0.1"
22134-
2213522119
strip-ansi@^7.0.1:
2213622120
version "7.1.0"
2213722121
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -24274,7 +24258,7 @@ wordwrap@^1.0.0:
2427424258
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
2427524259
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
2427624260

24277-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
24261+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
2427824262
version "7.0.0"
2427924263
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
2428024264
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -24309,15 +24293,6 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
2430924293
string-width "^4.1.0"
2431024294
strip-ansi "^6.0.0"
2431124295

24312-
wrap-ansi@^7.0.0:
24313-
version "7.0.0"
24314-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
24315-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
24316-
dependencies:
24317-
ansi-styles "^4.0.0"
24318-
string-width "^4.1.0"
24319-
strip-ansi "^6.0.0"
24320-
2432124296
wrap-ansi@^8.0.1, wrap-ansi@^8.1.0:
2432224297
version "8.1.0"
2432324298
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)