|
1093 | 1093 | semver "^7.3.5"
|
1094 | 1094 | yargs "^17.0.1"
|
1095 | 1095 |
|
| 1096 | +"@metamask/bip39@^4.0.0": |
| 1097 | + version "4.0.0" |
| 1098 | + resolved "https://registry.yarnpkg.com/@metamask/bip39/-/bip39-4.0.0.tgz#1cb867a8454e3d45d065107b4e070d58bdb64aac" |
| 1099 | + integrity sha512-xH2g8mFe9p2WePnKeQJH4U8MB6pWPyvwpsz4stb0YdnMOR7cKA6Jm/KOSFiPKr1i9+AzNDImt/XxhwF5ej4jXQ== |
| 1100 | + dependencies: |
| 1101 | + "@types/node" "11.11.6" |
| 1102 | + create-hash "^1.1.0" |
| 1103 | + pbkdf2 "^3.0.9" |
| 1104 | + randombytes "^2.0.1" |
| 1105 | + |
1096 | 1106 | "@metamask/contract-metadata@^1.33.0":
|
1097 | 1107 | version "1.33.0"
|
1098 | 1108 | resolved "https://registry.yarnpkg.com/@metamask/contract-metadata/-/contract-metadata-1.33.0.tgz#3f0501d5c6d9119ce09c1edb075fc0a8fed7d09c"
|
1099 | 1109 | integrity sha512-sWfzsUe59UH2Y1A7czRjhPmYrWlg4UQDOUPdf+lY7kbXwYrlF/ZUvhQYajdgJVchv2yDzr+cFhWF7DmNb5NyTQ==
|
1100 | 1110 |
|
1101 |
| -"@metamask/controllers@^28.0.0": |
1102 |
| - version "28.0.0" |
1103 |
| - resolved "https://registry.yarnpkg.com/@metamask/controllers/-/controllers-28.0.0.tgz#dbde11df635daeb9d73ff989cb274f94f913ff39" |
1104 |
| - integrity sha512-ABIZ5OO6g9DzyKrDB0yr1KzyleqVZ4V2d9S8jaToz5AaDZ0tnVkcKptCtRfhzV8xC23xynKjoO7cU9ZkDXBbjw== |
| 1111 | +"@metamask/controllers@^29.0.1": |
| 1112 | + version "29.0.1" |
| 1113 | + resolved "https://registry.yarnpkg.com/@metamask/controllers/-/controllers-29.0.1.tgz#8b6d066a23877c82de005ce566b7fd6bbaa7cc13" |
| 1114 | + integrity sha512-jOZiaOg9E0Th2Pq75kRNMtKmku7dba6KVvKA5olEd7YB+2tzCkBh+TU16RAS1RUQzGXahWvt+kXDV/FLFa2ixg== |
1105 | 1115 | dependencies:
|
1106 | 1116 | "@ethereumjs/common" "^2.3.1"
|
1107 | 1117 | "@ethereumjs/tx" "^3.2.1"
|
|
1116 | 1126 | deep-freeze-strict "^1.1.1"
|
1117 | 1127 | eth-ens-namehash "^2.0.8"
|
1118 | 1128 | eth-json-rpc-infura "^5.1.0"
|
1119 |
| - eth-keyring-controller "^6.2.1" |
| 1129 | + eth-keyring-controller "^7.0.2" |
1120 | 1130 | eth-method-registry "1.1.0"
|
1121 | 1131 | eth-phishing-detect "^1.1.16"
|
1122 | 1132 | eth-query "^2.1.2"
|
|
1159 | 1169 | resolved "https://registry.yarnpkg.com/@metamask/eslint-config/-/eslint-config-8.0.0.tgz#f4e3bcd6b37ec135b5a72902b0526cba2a6b5a4d"
|
1160 | 1170 | integrity sha512-ZO9B3ohNhjomrufNAkxnDXV46Kut7NKzri7itDxUzHJncNtI1of7ewWh6fKPl/hr6Al6Gd7WgjPdJZGFpzKPQw==
|
1161 | 1171 |
|
| 1172 | +"@metamask/eth-hd-keyring@^4.0.2": |
| 1173 | + version "4.0.2" |
| 1174 | + resolved "https://registry.yarnpkg.com/@metamask/eth-hd-keyring/-/eth-hd-keyring-4.0.2.tgz#0a81556a556b361755c8d6fb5aced1ce5be0331c" |
| 1175 | + integrity sha512-v47VOTCCmZUZ6uxM5tQNoasQjLdrZADmgph2fhk4m7zKVUxDvYFU7FJT3Rm55fk8mg+dKSbEObDriqbdWeBbcA== |
| 1176 | + dependencies: |
| 1177 | + "@metamask/bip39" "^4.0.0" |
| 1178 | + "@metamask/eth-sig-util" "^4.0.0" |
| 1179 | + eth-simple-keyring "^4.2.0" |
| 1180 | + ethereumjs-util "^7.0.9" |
| 1181 | + ethereumjs-wallet "^1.0.1" |
| 1182 | + |
| 1183 | +"@metamask/eth-sig-util@^4.0.0": |
| 1184 | + version "4.0.1" |
| 1185 | + resolved "https://registry.yarnpkg.com/@metamask/eth-sig-util/-/eth-sig-util-4.0.1.tgz#3ad61f6ea9ad73ba5b19db780d40d9aae5157088" |
| 1186 | + integrity sha512-tghyZKLHZjcdlDqCA3gNZmLeR0XvOE9U1qoQO9ohyAZT6Pya+H9vkBPcsyXytmYLNgVoin7CKCmweo/R43V+tQ== |
| 1187 | + dependencies: |
| 1188 | + ethereumjs-abi "^0.6.8" |
| 1189 | + ethereumjs-util "^6.2.1" |
| 1190 | + ethjs-util "^0.1.6" |
| 1191 | + tweetnacl "^1.0.3" |
| 1192 | + tweetnacl-util "^0.15.1" |
| 1193 | + |
1162 | 1194 |
|
1163 | 1195 | version "3.0.0"
|
1164 | 1196 | resolved "https://registry.yarnpkg.com/@metamask/metamask-eth-abis/-/metamask-eth-abis-3.0.0.tgz#eccc0746b3ab1ab63000444403819c16e88b5272"
|
|
1379 | 1411 | resolved "https://registry.yarnpkg.com/@types/node/-/node-14.6.2.tgz#264b44c5a28dfa80198fc2f7b6d3c8a054b9491f"
|
1380 | 1412 | integrity sha512-onlIwbaeqvZyniGPfdw/TEhKIh79pz66L1q06WUQqJLnAb6wbjvOtepLYTGHTqzdXgBYIE3ZdmqHDGsRsbBz7A==
|
1381 | 1413 |
|
| 1414 | + |
| 1415 | + version "11.11.6" |
| 1416 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-11.11.6.tgz#df929d1bb2eee5afdda598a41930fe50b43eaa6a" |
| 1417 | + integrity sha512-Exw4yUWMBXM3X+8oqzJNRqZSwUAaS4+7NdvHqQuFi/d+synz++xmX3QIf+BFqneW8N31R8Ky+sikfZUXq07ggQ== |
| 1418 | + |
1382 | 1419 | "@types/node@^16.7.8":
|
1383 | 1420 | version "16.7.8"
|
1384 | 1421 | resolved "https://registry.yarnpkg.com/@types/node/-/node-16.7.8.tgz#2448be5f24fe6b77114632b6350fcd219334651e"
|
@@ -1988,27 +2025,11 @@ bignumber.js@^9.0.1:
|
1988 | 2025 | version "2.0.7"
|
1989 | 2026 | resolved "git+https://github.com/frozeman/bignumber.js-nolookahead.git#57692b3ecfc98bbdd6b3a516cb2353652ea49934"
|
1990 | 2027 |
|
1991 |
| -bip39@^2.2.0, bip39@^2.4.0: |
1992 |
| - version "2.6.0" |
1993 |
| - resolved "https://registry.yarnpkg.com/bip39/-/bip39-2.6.0.tgz#9e3a720b42ec8b3fbe4038f1e445317b6a99321c" |
1994 |
| - integrity sha512-RrnQRG2EgEoqO24ea+Q/fftuPUZLmrEM3qNhhGsA3PbaXaCW791LTzPuVyx/VprXQcTbPJ3K3UeTna8ZnVl2sg== |
1995 |
| - dependencies: |
1996 |
| - create-hash "^1.1.0" |
1997 |
| - pbkdf2 "^3.0.9" |
1998 |
| - randombytes "^2.0.1" |
1999 |
| - safe-buffer "^5.0.1" |
2000 |
| - unorm "^1.3.3" |
2001 |
| - |
2002 | 2028 | blakejs@^1.1.0:
|
2003 | 2029 | version "1.1.1"
|
2004 | 2030 | resolved "https://registry.yarnpkg.com/blakejs/-/blakejs-1.1.1.tgz#bf313053978b2cd4c444a48795710be05c785702"
|
2005 | 2031 | integrity sha512-bLG6PHOCZJKNshTjGRBvET0vTciwQE6zFKOKKXPDJfwFBd4Ac0yBfPZqcGvGJap50l7ktvlpFqc2jGVaUgbJgg==
|
2006 | 2032 |
|
2007 |
| -bluebird@^3.5.0: |
2008 |
| - version "3.7.2" |
2009 |
| - resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f" |
2010 |
| - integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg== |
2011 |
| - |
2012 | 2033 |
|
2013 | 2034 | version "4.11.6"
|
2014 | 2035 | resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.6.tgz#53344adb14617a13f6e8dd2ce28905d1c0ba3215"
|
@@ -3037,17 +3058,6 @@ eth-ens-namehash@^2.0.8:
|
3037 | 3058 | idna-uts46-hx "^2.3.1"
|
3038 | 3059 | js-sha3 "^0.5.7"
|
3039 | 3060 |
|
3040 |
| -eth-hd-keyring@^3.6.0: |
3041 |
| - version "3.6.0" |
3042 |
| - resolved "https://registry.yarnpkg.com/eth-hd-keyring/-/eth-hd-keyring-3.6.0.tgz#6835d30aa411b8d3ef098e82f6427b5325082abb" |
3043 |
| - integrity sha512-n2CwE9VNXsxLrXQa6suv0Umt4NT6+HtoahKgWx3YviXx4rQFwVT5nDwZfjhwrT31ESuoXYNIeJgz5hKLD96QeQ== |
3044 |
| - dependencies: |
3045 |
| - bip39 "^2.2.0" |
3046 |
| - eth-sig-util "^3.0.1" |
3047 |
| - eth-simple-keyring "^4.2.0" |
3048 |
| - ethereumjs-util "^7.0.9" |
3049 |
| - ethereumjs-wallet "^1.0.1" |
3050 |
| - |
3051 | 3061 | eth-json-rpc-filters@^4.2.1:
|
3052 | 3062 | version "4.2.2"
|
3053 | 3063 | resolved "https://registry.yarnpkg.com/eth-json-rpc-filters/-/eth-json-rpc-filters-4.2.2.tgz#eb35e1dfe9357ace8a8908e7daee80b2cd60a10d"
|
@@ -3087,19 +3097,16 @@ eth-json-rpc-middleware@^6.0.0:
|
3087 | 3097 | pify "^3.0.0"
|
3088 | 3098 | safe-event-emitter "^1.0.1"
|
3089 | 3099 |
|
3090 |
| -eth-keyring-controller@^6.2.1: |
3091 |
| - version "6.2.1" |
3092 |
| - resolved "https://registry.yarnpkg.com/eth-keyring-controller/-/eth-keyring-controller-6.2.1.tgz#61901071fc74059ed37cb5ae93870fdcae6e3781" |
3093 |
| - integrity sha512-x2gTM1iHp2Kbvdtd9Eslysw0qzVZiqOzpVB3AU/ni2Xiit+rlcv2H80zYKjrEwlfWFDj4YILD3bOqlnEMmRJOA== |
| 3100 | +eth-keyring-controller@^7.0.2: |
| 3101 | + version "7.0.2" |
| 3102 | + resolved "https://registry.yarnpkg.com/eth-keyring-controller/-/eth-keyring-controller-7.0.2.tgz#c4d7f9be179f08b3bb18410066bc4c8e91f50552" |
| 3103 | + integrity sha512-U4bqbXkTn7js/47rnFtVyBYQcvOKtmraD/YReBwuy4R56bFSJN8kinP0JJRl3WTtVfVS1l5A/jjsF3qk5TaTeg== |
3094 | 3104 | dependencies:
|
3095 |
| - bip39 "^2.4.0" |
3096 |
| - bluebird "^3.5.0" |
| 3105 | + "@metamask/bip39" "^4.0.0" |
| 3106 | + "@metamask/eth-hd-keyring" "^4.0.2" |
3097 | 3107 | browser-passworder "^2.0.3"
|
3098 |
| - eth-hd-keyring "^3.6.0" |
3099 | 3108 | eth-sig-util "^3.0.1"
|
3100 | 3109 | eth-simple-keyring "^4.2.0"
|
3101 |
| - ethereumjs-util "^7.0.9" |
3102 |
| - loglevel "^1.5.0" |
3103 | 3110 | obs-store "^4.0.3"
|
3104 | 3111 |
|
3105 | 3112 |
|
@@ -3277,7 +3284,7 @@ ethereumjs-util@^5.0.0, ethereumjs-util@^5.1.1, ethereumjs-util@^5.1.2, ethereum
|
3277 | 3284 | rlp "^2.0.0"
|
3278 | 3285 | safe-buffer "^5.1.1"
|
3279 | 3286 |
|
3280 |
| -ethereumjs-util@^6.0.0: |
| 3287 | +ethereumjs-util@^6.0.0, ethereumjs-util@^6.2.1: |
3281 | 3288 | version "6.2.1"
|
3282 | 3289 | resolved "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-6.2.1.tgz#fcb4e4dd5ceacb9d2305426ab1a5cd93e3163b69"
|
3283 | 3290 | integrity sha512-W2Ktez4L01Vexijrm5EB6w7dg4n/TgpoYU4avuT5T3Vmnw/eCRtiBrJfQYS/DCSvDIOLn2k57GcHdeBcgVxAqw==
|
|
3457 | 3464 | is-hex-prefixed "1.0.0"
|
3458 | 3465 | strip-hex-prefix "1.0.0"
|
3459 | 3466 |
|
3460 |
| -[email protected], ethjs-util@^0.1.3: |
| 3467 | +[email protected], ethjs-util@^0.1.3, ethjs-util@^0.1.6: |
3461 | 3468 | version "0.1.6"
|
3462 | 3469 | resolved "https://registry.yarnpkg.com/ethjs-util/-/ethjs-util-0.1.6.tgz#f308b62f185f9fe6237132fb2a9818866a5cd536"
|
3463 | 3470 | integrity sha512-CUnVOQq7gSpDHZVVrQW8ExxUETWrnrvXYvYz55wOU8Uj4VCgw56XC2B/fVqQN+f7gmrnRHSLVnFAwsCuNwji8w==
|
@@ -5325,11 +5332,6 @@ [email protected], lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20,
|
5325 | 5332 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
|
5326 | 5333 | integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
|
5327 | 5334 |
|
5328 |
| -loglevel@^1.5.0: |
5329 |
| - version "1.7.1" |
5330 |
| - resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.7.1.tgz#005fde2f5e6e47068f935ff28573e125ef72f197" |
5331 |
| - integrity sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw== |
5332 |
| - |
5333 | 5335 | lru-cache@^6.0.0:
|
5334 | 5336 | version "6.0.0"
|
5335 | 5337 | resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
|
@@ -7144,7 +7146,7 @@ tunnel-agent@^0.6.0:
|
7144 | 7146 | dependencies:
|
7145 | 7147 | safe-buffer "^5.0.1"
|
7146 | 7148 |
|
7147 |
| -tweetnacl-util@^0.15.0: |
| 7149 | +tweetnacl-util@^0.15.0, tweetnacl-util@^0.15.1: |
7148 | 7150 | version "0.15.1"
|
7149 | 7151 | resolved "https://registry.yarnpkg.com/tweetnacl-util/-/tweetnacl-util-0.15.1.tgz#b80fcdb5c97bcc508be18c44a4be50f022eea00b"
|
7150 | 7152 | integrity sha512-RKJBIj8lySrShN4w6i/BonWp2Z/uxwC3h4y7xsRrpP59ZboCd0GpEVsOnMDYLMmKBpYhb5TgHzZXy7wTfYFBRw==
|
@@ -7245,11 +7247,6 @@ universalify@^0.1.2:
|
7245 | 7247 | resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
|
7246 | 7248 | integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
|
7247 | 7249 |
|
7248 |
| -unorm@^1.3.3: |
7249 |
| - version "1.6.0" |
7250 |
| - resolved "https://registry.yarnpkg.com/unorm/-/unorm-1.6.0.tgz#029b289661fba714f1a9af439eb51d9b16c205af" |
7251 |
| - integrity sha512-b2/KCUlYZUeA7JFUuRJZPUtr4gZvBh7tavtv4fvk4+KV9pfGiR6CQAQAWl49ZpR3ts2dk4FYkP7EIgDJoiOLDA== |
7252 |
| - |
7253 | 7250 | unset-value@^1.0.0:
|
7254 | 7251 | version "1.0.0"
|
7255 | 7252 | resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559"
|
|
0 commit comments