|
13 | 13 | lodash "^4.17.11" |
14 | 14 | valid-url "^1.0.9" |
15 | 15 |
|
| 16 | +"@0x/assert@^3.0.7": |
| 17 | + version "3.0.7" |
| 18 | + resolved "https://registry.yarnpkg.com/@0x/assert/-/assert-3.0.7.tgz#fb616533ed00480bd642f8419d28e88b547c30df" |
| 19 | + integrity sha512-HYdVvIgj/wVb20MVveazLQwICxZGelNuyu/U09ZSMzRy1NrDgrBiMjrU4WrcpW2GTPZjl+7R4U4/7h/C8I/egQ== |
| 20 | + dependencies: |
| 21 | + "@0x/json-schemas" "^5.0.7" |
| 22 | + "@0x/typescript-typings" "^5.0.2" |
| 23 | + "@0x/utils" "^5.4.1" |
| 24 | + lodash "^4.17.11" |
| 25 | + valid-url "^1.0.9" |
| 26 | + |
16 | 27 | "@0x/dev-utils@^2.3.3": |
17 | 28 | version "2.3.3" |
18 | 29 | resolved "https://registry.yarnpkg.com/@0x/dev-utils/-/dev-utils-2.3.3.tgz#9b6df00fea357fa6da02b35ca93fc89d100e1992" |
|
28 | 39 | ethereum-types "^2.1.6" |
29 | 40 | lodash "^4.17.11" |
30 | 41 |
|
| 42 | +"@0x/dev-utils@^3.2.1": |
| 43 | + version "3.2.1" |
| 44 | + resolved "https://registry.yarnpkg.com/@0x/dev-utils/-/dev-utils-3.2.1.tgz#778b89a6ce47af143b526934cab0518f083eb831" |
| 45 | + integrity sha512-+7YVtXTMkEGgnf7HYEO9uqUmgowP+NaIOaNzzzooTJo6SrnwF1EBc0evBQeS/NBzyFoEskLs2w/jcGYP92J0ag== |
| 46 | + dependencies: |
| 47 | + "@0x/subproviders" "^6.0.8" |
| 48 | + "@0x/types" "^3.1.2" |
| 49 | + "@0x/typescript-typings" "^5.0.2" |
| 50 | + "@0x/utils" "^5.4.1" |
| 51 | + "@0x/web3-wrapper" "^7.0.7" |
| 52 | + "@types/web3-provider-engine" "^14.0.0" |
| 53 | + chai "^4.0.1" |
| 54 | + chai-as-promised "^7.1.0" |
| 55 | + chai-bignumber "^3.0.0" |
| 56 | + dirty-chai "^2.0.1" |
| 57 | + ethereum-types "^3.1.0" |
| 58 | + lodash "^4.17.11" |
| 59 | + web3-provider-engine "14.0.6" |
| 60 | + |
31 | 61 | "@0x/json-schemas@^4.0.2": |
32 | 62 | version "4.0.2" |
33 | 63 | resolved "https://registry.yarnpkg.com/@0x/json-schemas/-/json-schemas-4.0.2.tgz#6f7c1dcde04d3acc3e8ca2f24177b9705c10e772" |
|
38 | 68 | jsonschema "^1.2.0" |
39 | 69 | lodash.values "^4.3.0" |
40 | 70 |
|
| 71 | +"@0x/json-schemas@^5.0.7": |
| 72 | + version "5.0.7" |
| 73 | + resolved "https://registry.yarnpkg.com/@0x/json-schemas/-/json-schemas-5.0.7.tgz#4e68074b7ab06984f680df742de825b678a253d3" |
| 74 | + integrity sha512-/7gbLno+qQRNjLWRkulbPVOnRoP7uN5CnNP+VKydpKArBgU/E38rUVzSl/Y6FaPbhwC/Rs0d0BmP2Y5DMozjyA== |
| 75 | + dependencies: |
| 76 | + "@0x/typescript-typings" "^5.0.2" |
| 77 | + "@types/node" "*" |
| 78 | + jsonschema "^1.2.0" |
| 79 | + lodash.values "^4.3.0" |
| 80 | + |
41 | 81 | "@0x/sol-compiler@^3.1.15": |
42 | 82 | version "3.1.15" |
43 | 83 | resolved "https://registry.yarnpkg.com/@0x/sol-compiler/-/sol-compiler-3.1.15.tgz#aaaad55008dddd69ad1e3226aa4a2832e0dd13b3" |
|
65 | 105 | web3-eth-abi "^1.0.0-beta.24" |
66 | 106 | yargs "^10.0.3" |
67 | 107 |
|
| 108 | +"@0x/sol-compiler@^4.0.8": |
| 109 | + version "4.0.8" |
| 110 | + resolved "https://registry.yarnpkg.com/@0x/sol-compiler/-/sol-compiler-4.0.8.tgz#e60634423d47c4241a404e48edbdfff99098ab5f" |
| 111 | + integrity sha512-azwMQbPDcMmp81j/wHtZj9paaoq+Eo8SWkouVbygwUDxB+FSaBN7N+IURRzhKuTpKxY2w/vh2FBrJUE9ii6wog== |
| 112 | + dependencies: |
| 113 | + "@0x/assert" "^3.0.7" |
| 114 | + "@0x/json-schemas" "^5.0.7" |
| 115 | + "@0x/sol-resolver" "^3.0.3" |
| 116 | + "@0x/types" "^3.1.2" |
| 117 | + "@0x/typescript-typings" "^5.0.2" |
| 118 | + "@0x/utils" "^5.4.1" |
| 119 | + "@0x/web3-wrapper" "^7.0.7" |
| 120 | + "@types/yargs" "^11.0.0" |
| 121 | + chalk "^2.3.0" |
| 122 | + chokidar "^3.0.2" |
| 123 | + ethereum-types "^3.1.0" |
| 124 | + ethereumjs-util "^5.1.1" |
| 125 | + lodash "^4.17.11" |
| 126 | + mkdirp "^0.5.1" |
| 127 | + pluralize "^7.0.0" |
| 128 | + require-from-string "^2.0.1" |
| 129 | + semver "5.5.0" |
| 130 | + solc "^0.5.5" |
| 131 | + source-map-support "^0.5.0" |
| 132 | + web3-eth-abi "^1.0.0-beta.24" |
| 133 | + yargs "^10.0.3" |
| 134 | + |
68 | 135 | "@0x/sol-coverage@^3.0.0": |
69 | 136 | version "3.0.12" |
70 | 137 | resolved "https://registry.yarnpkg.com/@0x/sol-coverage/-/sol-coverage-3.0.12.tgz#4ca602495f7bcc4f045854850cd7f20fdf64e984" |
|
102 | 169 | "@0x/typescript-typings" "^4.3.0" |
103 | 170 | lodash "^4.17.11" |
104 | 171 |
|
105 | | -"@0x/sol-trace@^2.0.8": |
106 | | - version "2.0.20" |
107 | | - resolved "https://registry.yarnpkg.com/@0x/sol-trace/-/sol-trace-2.0.20.tgz#4c14af3f5c30ab50882e9667926ca9533446711d" |
108 | | - integrity sha512-lkw+8l+InqXKoyVFPCxdLA0oZnLLPvmpFm+lIJwEkPjrbwIyhvQbwSwyzPW/1XUWj0wIwWOpq6PSyofWZgt4KA== |
| 172 | +"@0x/sol-resolver@^3.0.3": |
| 173 | + version "3.0.3" |
| 174 | + resolved "https://registry.yarnpkg.com/@0x/sol-resolver/-/sol-resolver-3.0.3.tgz#da969e04d5512f8cc88c117dd377bdb04f3f4410" |
| 175 | + integrity sha512-8Pn53YZd8y8RCjWjZDcZlp39fcqZIuEJo7o4q1P2umfatIfl4ihXgfgzw7iNxA64jTY2CWtltLpRHLhyOcvqxw== |
109 | 176 | dependencies: |
110 | | - "@0x/sol-tracing-utils" "^6.0.19" |
111 | | - "@0x/subproviders" "^5.0.4" |
112 | | - "@0x/typescript-typings" "^4.3.0" |
| 177 | + "@0x/types" "^3.1.2" |
| 178 | + "@0x/typescript-typings" "^5.0.2" |
| 179 | + lodash "^4.17.11" |
| 180 | + |
| 181 | +"@0x/sol-trace@^3.0.8": |
| 182 | + version "3.0.8" |
| 183 | + resolved "https://registry.yarnpkg.com/@0x/sol-trace/-/sol-trace-3.0.8.tgz#f234078905c355f0fa8e8d02eb721be54189082a" |
| 184 | + integrity sha512-0Gj8O54QpZ6UIIB4pusi2mI9jEFvG+UnUWNH7SVYxs/uWp+C9YXmoY9ML+wdmQWxAltK5fZeN/amFbU4uBZxiQ== |
| 185 | + dependencies: |
| 186 | + "@0x/sol-tracing-utils" "^7.0.8" |
| 187 | + "@0x/subproviders" "^6.0.8" |
| 188 | + "@0x/typescript-typings" "^5.0.2" |
113 | 189 | chalk "^2.3.0" |
114 | | - ethereum-types "^2.1.6" |
| 190 | + ethereum-types "^3.1.0" |
115 | 191 | ethereumjs-util "^5.1.1" |
116 | 192 | lodash "^4.17.11" |
117 | 193 | loglevel "^1.6.1" |
|
144 | 220 | solc "^0.5.5" |
145 | 221 | solidity-parser-antlr "^0.4.2" |
146 | 222 |
|
| 223 | +"@0x/sol-tracing-utils@^7.0.8": |
| 224 | + version "7.0.8" |
| 225 | + resolved "https://registry.yarnpkg.com/@0x/sol-tracing-utils/-/sol-tracing-utils-7.0.8.tgz#f1c2e1bf064d126d988d5574fbb6d45037064e8e" |
| 226 | + integrity sha512-dFZ/CVl4hWJ2rDbcjsnIRif8gd/Eu4lT+5iEDlD427ns1tKaSg/sVPr7Qz0UubipxHDozFY0f69vGdZmNw7Uew== |
| 227 | + dependencies: |
| 228 | + "@0x/dev-utils" "^3.2.1" |
| 229 | + "@0x/sol-compiler" "^4.0.8" |
| 230 | + "@0x/sol-resolver" "^3.0.3" |
| 231 | + "@0x/subproviders" "^6.0.8" |
| 232 | + "@0x/typescript-typings" "^5.0.2" |
| 233 | + "@0x/utils" "^5.4.1" |
| 234 | + "@0x/web3-wrapper" "^7.0.7" |
| 235 | + "@types/solidity-parser-antlr" "^0.2.3" |
| 236 | + chalk "^2.3.0" |
| 237 | + ethereum-types "^3.1.0" |
| 238 | + ethereumjs-util "^5.1.1" |
| 239 | + ethers "~4.0.4" |
| 240 | + glob "^7.1.2" |
| 241 | + istanbul "^0.4.5" |
| 242 | + lodash "^4.17.11" |
| 243 | + loglevel "^1.6.1" |
| 244 | + mkdirp "^0.5.1" |
| 245 | + rimraf "^2.6.2" |
| 246 | + semaphore-async-await "^1.5.1" |
| 247 | + solc "^0.5.5" |
| 248 | + solidity-parser-antlr "^0.4.2" |
| 249 | + |
147 | 250 | "@0x/subproviders@^5.0.1", "@0x/subproviders@^5.0.4": |
148 | 251 | version "5.0.4" |
149 | 252 | resolved "https://registry.yarnpkg.com/@0x/subproviders/-/subproviders-5.0.4.tgz#e4b165634ef6a50c4bd41baacf0dbd2a9390c2f8" |
|
172 | 275 | optionalDependencies: |
173 | 276 | "@ledgerhq/hw-transport-node-hid" "^4.3.0" |
174 | 277 |
|
| 278 | +"@0x/subproviders@^6.0.8": |
| 279 | + version "6.0.8" |
| 280 | + resolved "https://registry.yarnpkg.com/@0x/subproviders/-/subproviders-6.0.8.tgz#5fd7461201d434785f231e9d5f2b1b1015e8cc1b" |
| 281 | + integrity sha512-OEFZ6qdkHfAvkkcvXSLiCJd2V87NGiZvNcZZkNeupCK77mlDnO0k/IpCe3hr9bUu8PV8vOBvrQaE973vjyCfgQ== |
| 282 | + dependencies: |
| 283 | + "@0x/assert" "^3.0.7" |
| 284 | + "@0x/types" "^3.1.2" |
| 285 | + "@0x/typescript-typings" "^5.0.2" |
| 286 | + "@0x/utils" "^5.4.1" |
| 287 | + "@0x/web3-wrapper" "^7.0.7" |
| 288 | + "@ledgerhq/hw-app-eth" "^4.3.0" |
| 289 | + "@ledgerhq/hw-transport-u2f" "4.24.0" |
| 290 | + "@types/hdkey" "^0.7.0" |
| 291 | + "@types/web3-provider-engine" "^14.0.0" |
| 292 | + bip39 "^2.5.0" |
| 293 | + bn.js "^4.11.8" |
| 294 | + ethereum-types "^3.1.0" |
| 295 | + ethereumjs-tx "^1.3.5" |
| 296 | + ethereumjs-util "^5.1.1" |
| 297 | + ganache-core "^2.9.0-istanbul.0" |
| 298 | + hdkey "^0.7.1" |
| 299 | + json-rpc-error "2.0.0" |
| 300 | + lodash "^4.17.11" |
| 301 | + semaphore-async-await "^1.5.1" |
| 302 | + web3-provider-engine "14.0.6" |
| 303 | + optionalDependencies: |
| 304 | + "@ledgerhq/hw-transport-node-hid" "^4.3.0" |
| 305 | + |
175 | 306 | "@0x/types@^2.4.3": |
176 | 307 | version "2.4.3" |
177 | 308 | resolved "https://registry.yarnpkg.com/@0x/types/-/types-2.4.3.tgz#ea014889789e9013fdf48ce97b79f2c016e10fb3" |
|
181 | 312 | bignumber.js "~8.0.2" |
182 | 313 | ethereum-types "^2.1.6" |
183 | 314 |
|
| 315 | +"@0x/types@^3.1.2": |
| 316 | + version "3.1.2" |
| 317 | + resolved "https://registry.yarnpkg.com/@0x/types/-/types-3.1.2.tgz#85fb2e6de4b459bcb162a6065dcd7dc8bdb233ce" |
| 318 | + integrity sha512-jweDayth9SSmvhx2Z5cARqQAdB9luzDm+GCzmpqQXYpdPPUzUMXQWjepGouLUgLEoBEq7Xm7DkY+qcTq3ekrSQ== |
| 319 | + dependencies: |
| 320 | + "@types/node" "*" |
| 321 | + bignumber.js "~9.0.0" |
| 322 | + ethereum-types "^3.1.0" |
| 323 | + |
184 | 324 | "@0x/typescript-typings@^4.3.0": |
185 | 325 | version "4.3.0" |
186 | 326 | resolved "https://registry.yarnpkg.com/@0x/typescript-typings/-/typescript-typings-4.3.0.tgz#4813a996ac5101841d1c22f4aa1738ab56168857" |
|
192 | 332 | ethereum-types "^2.1.6" |
193 | 333 | popper.js "1.14.3" |
194 | 334 |
|
| 335 | +"@0x/typescript-typings@^5.0.2": |
| 336 | + version "5.0.2" |
| 337 | + resolved "https://registry.yarnpkg.com/@0x/typescript-typings/-/typescript-typings-5.0.2.tgz#5589ee8721165d0aa2e5290e28372c560970ab9d" |
| 338 | + integrity sha512-syOJE/cN8lg4Homh/TGZPiS493NBmKBFjlaeOpnrjjzGcCG2SqY4nbj+VjGrvhJdw9/KM/J1nWqsCV+KSDORhg== |
| 339 | + dependencies: |
| 340 | + "@types/bn.js" "^4.11.0" |
| 341 | + "@types/react" "*" |
| 342 | + bignumber.js "~9.0.0" |
| 343 | + ethereum-types "^3.1.0" |
| 344 | + popper.js "1.14.3" |
| 345 | + |
195 | 346 | "@0x/utils@^4.5.2": |
196 | 347 | version "4.5.2" |
197 | 348 | resolved "https://registry.yarnpkg.com/@0x/utils/-/utils-4.5.2.tgz#6cc89f2d0dda341e0fb4e76049a35abfb67a4ac5" |
|
211 | 362 | js-sha3 "^0.7.0" |
212 | 363 | lodash "^4.17.11" |
213 | 364 |
|
| 365 | +"@0x/utils@^5.4.1": |
| 366 | + version "5.4.1" |
| 367 | + resolved "https://registry.yarnpkg.com/@0x/utils/-/utils-5.4.1.tgz#5ec5f0d08dad38543b6ff8199bdf8f3d0e63488e" |
| 368 | + integrity sha512-zmolzXYt1FZlF3nGI9I1FaMdPp3kQAO/ZmtObFjN2KHG35dl+BBk/lSlWtmaqlVLaSLBQzLREKgjswKEcyT+xA== |
| 369 | + dependencies: |
| 370 | + "@0x/types" "^3.1.2" |
| 371 | + "@0x/typescript-typings" "^5.0.2" |
| 372 | + "@types/node" "*" |
| 373 | + abortcontroller-polyfill "^1.1.9" |
| 374 | + bignumber.js "~9.0.0" |
| 375 | + chalk "^2.3.0" |
| 376 | + detect-node "2.0.3" |
| 377 | + ethereum-types "^3.1.0" |
| 378 | + ethereumjs-util "^5.1.1" |
| 379 | + ethers "~4.0.4" |
| 380 | + isomorphic-fetch "2.2.1" |
| 381 | + js-sha3 "^0.7.0" |
| 382 | + lodash "^4.17.11" |
| 383 | + |
214 | 384 | "@0x/web3-wrapper@^6.0.13": |
215 | 385 | version "6.0.13" |
216 | 386 | resolved "https://registry.yarnpkg.com/@0x/web3-wrapper/-/web3-wrapper-6.0.13.tgz#2e666221bd44ceebe02762028214d4aa41ad7247" |
|
225 | 395 | ethers "~4.0.4" |
226 | 396 | lodash "^4.17.11" |
227 | 397 |
|
| 398 | +"@0x/web3-wrapper@^7.0.7": |
| 399 | + version "7.0.7" |
| 400 | + resolved "https://registry.yarnpkg.com/@0x/web3-wrapper/-/web3-wrapper-7.0.7.tgz#c88b46b1b79e1775e3581d3cbd3e8f26ce220bd1" |
| 401 | + integrity sha512-4dqtJW14W2E/hFBL0mTBd6w7QYp3l+OxAsJwhbmB9xnhZj8DfLrQA2RC+cFZnUarhjUeXlUh2B1Zr6YXLv3lEQ== |
| 402 | + dependencies: |
| 403 | + "@0x/assert" "^3.0.7" |
| 404 | + "@0x/json-schemas" "^5.0.7" |
| 405 | + "@0x/typescript-typings" "^5.0.2" |
| 406 | + "@0x/utils" "^5.4.1" |
| 407 | + ethereum-types "^3.1.0" |
| 408 | + ethereumjs-util "^5.1.1" |
| 409 | + ethers "~4.0.4" |
| 410 | + lodash "^4.17.11" |
| 411 | + |
228 | 412 | "@aztec/bn128@1.3.2": |
229 | 413 | version "1.3.2" |
230 | 414 | resolved "https://registry.yarnpkg.com/@aztec/bn128/-/bn128-1.3.2.tgz#2d7358434b0db7b3ffe3588d5a8ea8385aecf53d" |
@@ -5681,7 +5865,7 @@ big.js@^5.2.2: |
5681 | 5865 | resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328" |
5682 | 5866 | integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ== |
5683 | 5867 |
|
5684 | | -bignumber.js@*, bignumber.js@^9.0.0: |
| 5868 | +bignumber.js@*, bignumber.js@^9.0.0, bignumber.js@~9.0.0: |
5685 | 5869 | version "9.0.0" |
5686 | 5870 | resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-9.0.0.tgz#805880f84a329b5eac6e7cb6f8274b6d82bdf075" |
5687 | 5871 | integrity sha512-t/OYhhJ2SD+YGBQcjY8GzzDHEk9f3nerxjtfa6tlMXfe7frs/WozhvCNoGvpM0P3bNf3Gq5ZRMlGr5f3r4/N8A== |
@@ -6556,6 +6740,18 @@ ccount@^1.0.0: |
6556 | 6740 | resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.0.5.tgz#ac82a944905a65ce204eb03023157edf29425c17" |
6557 | 6741 | integrity sha512-MOli1W+nfbPLlKEhInaxhRdp7KVLFxLN5ykwzHgLsLI3H3gs5jjFAK4Eoj3OzzcxCtumDaI8onoVDeQyWaNTkw== |
6558 | 6742 |
|
| 6743 | +chai-as-promised@^7.1.0: |
| 6744 | + version "7.1.1" |
| 6745 | + resolved "https://registry.yarnpkg.com/chai-as-promised/-/chai-as-promised-7.1.1.tgz#08645d825deb8696ee61725dbf590c012eb00ca0" |
| 6746 | + integrity sha512-azL6xMoi+uxu6z4rhWQ1jbdUhOMhis2PvscD/xjLqNMkv3BPPp2JyyuTHOrf9BOosGpNQ11v6BKv/g57RXbiaA== |
| 6747 | + dependencies: |
| 6748 | + check-error "^1.0.2" |
| 6749 | + |
| 6750 | +chai-bignumber@^3.0.0: |
| 6751 | + version "3.0.0" |
| 6752 | + resolved "https://registry.yarnpkg.com/chai-bignumber/-/chai-bignumber-3.0.0.tgz#e90cf1f468355bbb11a9acd051222586cd2648a9" |
| 6753 | + integrity sha512-SubOtaSI2AILWTWe2j0c6i2yFT/f9J6UBjeVGDuwDiPLkF/U5+/eTWUE3sbCZ1KgcPF6UJsDVYbIxaYA097MQA== |
| 6754 | + |
6559 | 6755 | chai@^4.0.1, chai@^4.2.0: |
6560 | 6756 | version "4.2.0" |
6561 | 6757 | resolved "https://registry.yarnpkg.com/chai/-/chai-4.2.0.tgz#760aa72cf20e3795e84b12877ce0e83737aa29e5" |
@@ -8660,6 +8856,11 @@ dir-glob@^3.0.0, dir-glob@^3.0.1: |
8660 | 8856 | dependencies: |
8661 | 8857 | path-type "^4.0.0" |
8662 | 8858 |
|
| 8859 | +dirty-chai@^2.0.1: |
| 8860 | + version "2.0.1" |
| 8861 | + resolved "https://registry.yarnpkg.com/dirty-chai/-/dirty-chai-2.0.1.tgz#6b2162ef17f7943589da840abc96e75bda01aff3" |
| 8862 | + integrity sha512-ys79pWKvDMowIDEPC6Fig8d5THiC0DJ2gmTeGzVAoEH18J8OzLud0Jh7I9IWg3NSk8x2UocznUuFmfHCXYZx9w== |
| 8863 | + |
8663 | 8864 | dns-equal@^1.0.0: |
8664 | 8865 | version "1.0.0" |
8665 | 8866 | resolved "https://registry.yarnpkg.com/dns-equal/-/dns-equal-1.0.0.tgz#b39e7f1da6eb0a75ba9c17324b34753c47e0654d" |
@@ -9779,6 +9980,14 @@ ethereum-types@^2.1.6: |
9779 | 9980 | "@types/node" "*" |
9780 | 9981 | bignumber.js "~8.0.2" |
9781 | 9982 |
|
| 9983 | +ethereum-types@^3.1.0: |
| 9984 | + version "3.1.0" |
| 9985 | + resolved "https://registry.yarnpkg.com/ethereum-types/-/ethereum-types-3.1.0.tgz#76de33b398b5b5375e08e647c92ac00e87a647d9" |
| 9986 | + integrity sha512-E4lBfxzRSFjd2OM+BATc0b3nN+xWVpAQhBCwSNS9kbsXVPV2LNhIduwCR8Poc8seQukFfuXp0QoVXOlQbUS2pQ== |
| 9987 | + dependencies: |
| 9988 | + "@types/node" "*" |
| 9989 | + bignumber.js "~9.0.0" |
| 9990 | + |
9782 | 9991 | ethereumjs-abi@0.6.5: |
9783 | 9992 | version "0.6.5" |
9784 | 9993 | resolved "https://registry.yarnpkg.com/ethereumjs-abi/-/ethereumjs-abi-0.6.5.tgz#5a637ef16ab43473fa72a29ad90871405b3f5241" |
@@ -11120,7 +11329,7 @@ ganache-cli@^6.4.1, ganache-cli@^6.4.3: |
11120 | 11329 | source-map-support "0.5.12" |
11121 | 11330 | yargs "13.2.4" |
11122 | 11331 |
|
11123 | | -ganache-core@^2.6.0, ganache-core@^2.8.0: |
| 11332 | +ganache-core@^2.6.0, ganache-core@^2.8.0, ganache-core@^2.9.0-istanbul.0: |
11124 | 11333 | version "2.10.2" |
11125 | 11334 | resolved "https://registry.yarnpkg.com/ganache-core/-/ganache-core-2.10.2.tgz#17c171c6c0195b6734a0dd741a9d2afd4f74e292" |
11126 | 11335 | integrity sha512-4XEO0VsqQ1+OW7Za5fQs9/Kk7o8M0T1sRfFSF8h9NeJ2ABaqMO5waqxf567ZMcSkRKaTjUucBSz83xNfZv1HDg== |
|
0 commit comments