|
@@ -50,18 +50,19 @@
|
|
|
snake-case "^3.0.4"
|
|
|
toml "^3.0.0"
|
|
|
|
|
|
-"@project-serum/anchor@^0.20.0":
|
|
|
- version "0.20.0"
|
|
|
- resolved "https://registry.yarnpkg.com/@project-serum/anchor/-/anchor-0.20.0.tgz#547f5c0ff7e66809fa7118b2e3abd8087b5ec519"
|
|
|
- integrity sha512-p1KOiqGBIbNsopMrSVoPwgxR1iPffsdjMNCOysahTPL9whX2CLX9HQCdopHjYaGl7+SdHRuXml6Wahk/wUmC8g==
|
|
|
+"@project-serum/anchor@^0.21.0":
|
|
|
+ version "0.21.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/@project-serum/anchor/-/anchor-0.21.0.tgz#ad5fb33744991ec1900cdb2fd22707c908b12b5f"
|
|
|
+ integrity sha512-flRuW/F+iC8mitNokx82LOXyND7Dyk6n5UUPJpQv/+NfySFrNFlzuQZaBZJ4CG5g9s8HS/uaaIz1nVkDR8V/QA==
|
|
|
dependencies:
|
|
|
- "@project-serum/borsh" "^0.2.2"
|
|
|
+ "@project-serum/borsh" "^0.2.4"
|
|
|
"@solana/web3.js" "^1.17.0"
|
|
|
base64-js "^1.5.1"
|
|
|
bn.js "^5.1.2"
|
|
|
bs58 "^4.0.1"
|
|
|
buffer-layout "^1.2.2"
|
|
|
camelcase "^5.3.1"
|
|
|
+ cross-fetch "^3.1.5"
|
|
|
crypto-hash "^1.3.0"
|
|
|
eventemitter3 "^4.0.7"
|
|
|
find "^0.3.0"
|
|
@@ -78,6 +79,14 @@
|
|
|
bn.js "^5.1.2"
|
|
|
buffer-layout "^1.2.0"
|
|
|
|
|
|
+"@project-serum/borsh@^0.2.4":
|
|
|
+ version "0.2.5"
|
|
|
+ resolved "https://registry.yarnpkg.com/@project-serum/borsh/-/borsh-0.2.5.tgz#6059287aa624ecebbfc0edd35e4c28ff987d8663"
|
|
|
+ integrity sha512-UmeUkUoKdQ7rhx6Leve1SssMR/Ghv8qrEiyywyxSWg7ooV7StdpPBhciiy5eB3T0qU1BXvdRNC8TdrkxK7WC5Q==
|
|
|
+ dependencies:
|
|
|
+ bn.js "^5.1.2"
|
|
|
+ buffer-layout "^1.2.0"
|
|
|
+
|
|
|
"@project-serum/common@^0.0.1-beta.3":
|
|
|
version "0.0.1-beta.3"
|
|
|
resolved "https://registry.yarnpkg.com/@project-serum/common/-/common-0.0.1-beta.3.tgz#53586eaff9d9fd7e8938b1e12080c935b8b6ad07"
|
|
@@ -455,6 +464,13 @@ cross-fetch@^3.1.4:
|
|
|
dependencies:
|
|
|
node-fetch "2.6.1"
|
|
|
|
|
|
+cross-fetch@^3.1.5:
|
|
|
+ version "3.1.5"
|
|
|
+ resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f"
|
|
|
+ integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==
|
|
|
+ dependencies:
|
|
|
+ node-fetch "2.6.7"
|
|
|
+
|
|
|
crypto-hash@^1.3.0:
|
|
|
version "1.3.0"
|
|
|
resolved "https://registry.yarnpkg.com/crypto-hash/-/crypto-hash-1.3.0.tgz#b402cb08f4529e9f4f09346c3e275942f845e247"
|
|
@@ -906,6 +922,13 @@ node-fetch@2.6.1:
|
|
|
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
|
|
|
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
|
|
|
|
|
|
+node-fetch@2.6.7:
|
|
|
+ version "2.6.7"
|
|
|
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
|
|
|
+ integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
|
|
|
+ dependencies:
|
|
|
+ whatwg-url "^5.0.0"
|
|
|
+
|
|
|
node-gyp-build@^4.2.0, node-gyp-build@^4.3.0:
|
|
|
version "4.3.0"
|
|
|
resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.3.0.tgz#9f256b03e5826150be39c764bf51e993946d71a3"
|
|
@@ -1127,6 +1150,11 @@ toml@^3.0.0:
|
|
|
resolved "https://registry.yarnpkg.com/toml/-/toml-3.0.0.tgz#342160f1af1904ec9d204d03a5d61222d762c5ee"
|
|
|
integrity sha512-y/mWCZinnvxjTKYhJ+pYxwD0mRLVvOtdS2Awbgxln6iEnt4rk0yBxeSBHkGJcPucRiG0e55mwWp+g/05rsrd6w==
|
|
|
|
|
|
+tr46@~0.0.3:
|
|
|
+ version "0.0.3"
|
|
|
+ resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
|
|
|
+ integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
|
|
|
+
|
|
|
traverse-chain@~0.1.0:
|
|
|
version "0.1.0"
|
|
|
resolved "https://registry.yarnpkg.com/traverse-chain/-/traverse-chain-0.1.0.tgz#61dbc2d53b69ff6091a12a168fd7d433107e40f1"
|
|
@@ -1202,6 +1230,19 @@ uuid@^8.3.0:
|
|
|
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
|
|
|
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
|
|
|
|
|
|
+webidl-conversions@^3.0.0:
|
|
|
+ version "3.0.1"
|
|
|
+ resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
|
|
|
+ integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
|
|
|
+
|
|
|
+whatwg-url@^5.0.0:
|
|
|
+ version "5.0.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
|
|
|
+ integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
|
|
|
+ dependencies:
|
|
|
+ tr46 "~0.0.3"
|
|
|
+ webidl-conversions "^3.0.0"
|
|
|
+
|
|
|
which@2.0.2:
|
|
|
version "2.0.2"
|
|
|
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
|