|
9 | 9 | dependencies:
|
10 | 10 | regenerator-runtime "^0.13.11"
|
11 | 11 |
|
12 |
| -"@coral-xyz/anchor@^0.27.0": |
13 |
| - version "0.27.0" |
14 |
| - resolved "https://registry.yarnpkg.com/@coral-xyz/anchor/-/anchor-0.27.0.tgz#621e5ef123d05811b97e49973b4ed7ede27c705c" |
15 |
| - integrity sha512-+P/vPdORawvg3A9Wj02iquxb4T0C5m4P6aZBVYysKl4Amk+r6aMPZkUhilBkD6E4Nuxnoajv3CFykUfkGE0n5g== |
16 |
| - dependencies: |
17 |
| - "@coral-xyz/borsh" "^0.27.0" |
| 12 | +"@coral-xyz/anchor-errors@^0.30.1": |
| 13 | + version "0.30.1" |
| 14 | + resolved "https://registry.yarnpkg.com/@coral-xyz/anchor-errors/-/anchor-errors-0.30.1.tgz#bdfd3a353131345244546876eb4afc0e125bec30" |
| 15 | + integrity sha512-9Mkradf5yS5xiLWrl9WrpjqOrAV+/W2RQHDlbnAZBivoGpOs1ECjoDCkVk4aRG8ZdiFiB8zQEVlxf+8fKkmSfQ== |
| 16 | + |
| 17 | +"@coral-xyz/anchor@^0.30.0": |
| 18 | + version "0.30.1" |
| 19 | + resolved "https://registry.yarnpkg.com/@coral-xyz/anchor/-/anchor-0.30.1.tgz#17f3e9134c28cd0ea83574c6bab4e410bcecec5d" |
| 20 | + integrity sha512-gDXFoF5oHgpriXAaLpxyWBHdCs8Awgf/gLHIo6crv7Aqm937CNdY+x+6hoj7QR5vaJV7MxWSQ0NGFzL3kPbWEQ== |
| 21 | + dependencies: |
| 22 | + "@coral-xyz/anchor-errors" "^0.30.1" |
| 23 | + "@coral-xyz/borsh" "^0.30.1" |
| 24 | + "@noble/hashes" "^1.3.1" |
18 | 25 | "@solana/web3.js" "^1.68.0"
|
19 |
| - base64-js "^1.5.1" |
20 | 26 | bn.js "^5.1.2"
|
21 | 27 | bs58 "^4.0.1"
|
22 | 28 | buffer-layout "^1.2.2"
|
23 | 29 | camelcase "^6.3.0"
|
24 | 30 | cross-fetch "^3.1.5"
|
25 | 31 | crypto-hash "^1.3.0"
|
26 | 32 | eventemitter3 "^4.0.7"
|
27 |
| - js-sha256 "^0.9.0" |
28 | 33 | pako "^2.0.3"
|
29 | 34 | snake-case "^3.0.4"
|
30 | 35 | superstruct "^0.15.4"
|
31 | 36 | toml "^3.0.0"
|
32 | 37 |
|
33 |
| -"@coral-xyz/borsh@^0.27.0": |
34 |
| - version "0.27.0" |
35 |
| - resolved "https://registry.yarnpkg.com/@coral-xyz/borsh/-/borsh-0.27.0.tgz#700c647ea5262b1488957ac7fb4e8acf72c72b63" |
36 |
| - integrity sha512-tJKzhLukghTWPLy+n8K8iJKgBq1yLT/AxaNd10yJrX8mI56ao5+OFAKAqW/h0i79KCvb4BK0VGO5ECmmolFz9A== |
| 38 | +"@coral-xyz/borsh@^0.30.1": |
| 39 | + version "0.30.1" |
| 40 | + resolved "https://registry.yarnpkg.com/@coral-xyz/borsh/-/borsh-0.30.1.tgz#869d8833abe65685c72e9199b8688477a4f6b0e3" |
| 41 | + integrity sha512-aaxswpPrCFKl8vZTbxLssA2RvwX2zmKLlRCIktJOwW+VpVwYtXRtlWiIP+c2pPRKneiTiWCN2GEMSH9j1zTlWQ== |
37 | 42 | dependencies:
|
38 | 43 | bn.js "^5.1.2"
|
39 | 44 | buffer-layout "^1.2.0"
|
|
50 | 55 | resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.0.tgz#085fd70f6d7d9d109671090ccae1d3bec62554a1"
|
51 | 56 | integrity sha512-ilHEACi9DwqJB0pw7kv+Apvh50jiiSyR/cQ3y4W7lOR5mhvn/50FLUfsnfJz0BDZtl/RR16kXvptiv6q1msYZg==
|
52 | 57 |
|
| 58 | +"@noble/hashes@^1.3.1": |
| 59 | + version "1.4.0" |
| 60 | + resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.4.0.tgz#45814aa329f30e4fe0ba49426f49dfccdd066426" |
| 61 | + integrity sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg== |
| 62 | + |
53 | 63 | "@solana/buffer-layout@^4.0.0":
|
54 | 64 | version "4.0.1"
|
55 | 65 | resolved "https://registry.yarnpkg.com/@solana/buffer-layout/-/buffer-layout-4.0.1.tgz#b996235eaec15b1e0b5092a8ed6028df77fa6c15"
|
@@ -200,7 +210,7 @@ base-x@^3.0.2:
|
200 | 210 | dependencies:
|
201 | 211 | safe-buffer "^5.0.1"
|
202 | 212 |
|
203 |
| -base64-js@^1.3.1, base64-js@^1.5.1: |
| 213 | +base64-js@^1.3.1: |
204 | 214 | version "1.5.1"
|
205 | 215 | resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
|
206 | 216 | integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
|
@@ -649,11 +659,6 @@ jayson@^3.4.4:
|
649 | 659 | uuid "^8.3.2"
|
650 | 660 | ws "^7.4.5"
|
651 | 661 |
|
652 |
| -js-sha256@^0.9.0: |
653 |
| - version "0.9.0" |
654 |
| - resolved "https://registry.yarnpkg.com/js-sha256/-/js-sha256-0.9.0.tgz#0b89ac166583e91ef9123644bd3c5334ce9d0966" |
655 |
| - integrity sha512-sga3MHh9sgQN2+pJ9VYZ+1LPwXOxuBJBA5nrR5/ofPfuiJBE2hnjsaN8se8JznOmGLN2p49Pe5U/ttafcs/apA== |
656 |
| - |
657 | 662 |
|
658 | 663 | version "4.1.0"
|
659 | 664 | resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
|
|
0 commit comments