|
13 | 13 | lodash "^4.17.11" |
14 | 14 | valid-url "^1.0.9" |
15 | 15 |
|
| 16 | +"@0x/assert@^3.0.4": |
| 17 | + version "3.0.4" |
| 18 | + resolved "https://registry.yarnpkg.com/@0x/assert/-/assert-3.0.4.tgz#640bcd42d0b6286d45ee622e5622f71325ec63b4" |
| 19 | + integrity sha512-vmERhbvSXNfpB3lHQfgGWInSJOSR0qPBDFQmTVyCJDLCDOq2T0S+Z95ntZkbuwvKE5LIk6hozu2CJobtR1OfHQ== |
| 20 | + dependencies: |
| 21 | + "@0x/json-schemas" "^5.0.4" |
| 22 | + "@0x/typescript-typings" "^5.0.1" |
| 23 | + "@0x/utils" "^5.2.0" |
| 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.1.1": |
| 43 | + version "3.1.1" |
| 44 | + resolved "https://registry.yarnpkg.com/@0x/dev-utils/-/dev-utils-3.1.1.tgz#dd9a32384ec585969f518863b94201ba3aa1f006" |
| 45 | + integrity sha512-HogbZTZYOSTrKyzjvloVz97LwiE4+t7H8KXJfGyJFaI3X0S25jKKjSRsfr4v5MXMLQ6MxCuihfVtqus7kz4qjw== |
| 46 | + dependencies: |
| 47 | + "@0x/subproviders" "^6.0.4" |
| 48 | + "@0x/types" "^3.1.1" |
| 49 | + "@0x/typescript-typings" "^5.0.1" |
| 50 | + "@0x/utils" "^5.2.0" |
| 51 | + "@0x/web3-wrapper" "^7.0.4" |
| 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.0.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.4": |
| 72 | + version "5.0.4" |
| 73 | + resolved "https://registry.yarnpkg.com/@0x/json-schemas/-/json-schemas-5.0.4.tgz#c2963b59e72a12362a43c8cfc3c572abd9d567ad" |
| 74 | + integrity sha512-cU/gonynMb6enY5IKUDryD0SeuflAOUDLOjzCVtpibrgUtrjw3BYUKEkj0eUpDvQm5oCT609GOEIVCl3iZ7fPw== |
| 75 | + dependencies: |
| 76 | + "@0x/typescript-typings" "^5.0.1" |
| 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.4": |
| 109 | + version "4.0.4" |
| 110 | + resolved "https://registry.yarnpkg.com/@0x/sol-compiler/-/sol-compiler-4.0.4.tgz#1efdc2ccf32b64725d494a40016f3b68f9f9e5ad" |
| 111 | + integrity sha512-5H0o5kZ02uHWft4wSjBccHGkrljGAgz3ct9OomhJrnRknb3w2Grc3zgT2NlQFNNcCTIJCdZuFGHs2EnHiLhoSg== |
| 112 | + dependencies: |
| 113 | + "@0x/assert" "^3.0.4" |
| 114 | + "@0x/json-schemas" "^5.0.4" |
| 115 | + "@0x/sol-resolver" "^3.0.2" |
| 116 | + "@0x/types" "^3.1.1" |
| 117 | + "@0x/typescript-typings" "^5.0.1" |
| 118 | + "@0x/utils" "^5.2.0" |
| 119 | + "@0x/web3-wrapper" "^7.0.4" |
| 120 | + "@types/yargs" "^11.0.0" |
| 121 | + chalk "^2.3.0" |
| 122 | + chokidar "^3.0.2" |
| 123 | + ethereum-types "^3.0.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.2": |
| 173 | + version "3.0.2" |
| 174 | + resolved "https://registry.yarnpkg.com/@0x/sol-resolver/-/sol-resolver-3.0.2.tgz#2f89df2f049d5ea8501ee1fc2a1d0866a0b3c761" |
| 175 | + integrity sha512-+FseY6gmifzrrtnHt70hNezmCDavVd69MqT/r2uyxXtgz2F3oegkPBTBYo4/sxrdiSA+2tYFcqGHNiMDtx6ELA== |
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.1" |
| 178 | + "@0x/typescript-typings" "^5.0.1" |
| 179 | + lodash "^4.17.11" |
| 180 | + |
| 181 | +"@0x/sol-trace@^3.0.4": |
| 182 | + version "3.0.4" |
| 183 | + resolved "https://registry.yarnpkg.com/@0x/sol-trace/-/sol-trace-3.0.4.tgz#38ae45ebf461c72b885c0fbccf10edfae3c57ea5" |
| 184 | + integrity sha512-IomFcwv2NbWMFh27D7LW3Bx+ewrF7P+VZCTG2MxFUt8xSWrwiwpVw/trPf1viDiUItOkwLeL68ilF1NbtqwVZw== |
| 185 | + dependencies: |
| 186 | + "@0x/sol-tracing-utils" "^7.0.4" |
| 187 | + "@0x/subproviders" "^6.0.4" |
| 188 | + "@0x/typescript-typings" "^5.0.1" |
113 | 189 | chalk "^2.3.0" |
114 | | - ethereum-types "^2.1.6" |
| 190 | + ethereum-types "^3.0.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.4": |
| 224 | + version "7.0.4" |
| 225 | + resolved "https://registry.yarnpkg.com/@0x/sol-tracing-utils/-/sol-tracing-utils-7.0.4.tgz#f7adcf8f84fa384293a1d947422c324fb365c197" |
| 226 | + integrity sha512-R47qjzxDMmXsfONbJpEjPVO42pLZNwl/S3y6ebKiNX5zsNf+RpfFLl6VEHi97/25MCeJeI8upI7hYIzBENA+Pg== |
| 227 | + dependencies: |
| 228 | + "@0x/dev-utils" "^3.1.1" |
| 229 | + "@0x/sol-compiler" "^4.0.4" |
| 230 | + "@0x/sol-resolver" "^3.0.2" |
| 231 | + "@0x/subproviders" "^6.0.4" |
| 232 | + "@0x/typescript-typings" "^5.0.1" |
| 233 | + "@0x/utils" "^5.2.0" |
| 234 | + "@0x/web3-wrapper" "^7.0.4" |
| 235 | + "@types/solidity-parser-antlr" "^0.2.3" |
| 236 | + chalk "^2.3.0" |
| 237 | + ethereum-types "^3.0.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.4": |
| 279 | + version "6.0.4" |
| 280 | + resolved "https://registry.yarnpkg.com/@0x/subproviders/-/subproviders-6.0.4.tgz#36631f14dcb0705aa10cbcefd81672a80debcaca" |
| 281 | + integrity sha512-u9Oly+es3NAz5eKOThfu36AwHi9IpNGBV/LNnd6hNrqBgZV62M/4Gp+lituvTGo4r+cfXbjlSOrwLrFQANxyQw== |
| 282 | + dependencies: |
| 283 | + "@0x/assert" "^3.0.4" |
| 284 | + "@0x/types" "^3.1.1" |
| 285 | + "@0x/typescript-typings" "^5.0.1" |
| 286 | + "@0x/utils" "^5.2.0" |
| 287 | + "@0x/web3-wrapper" "^7.0.4" |
| 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.0.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.1": |
| 316 | + version "3.1.1" |
| 317 | + resolved "https://registry.yarnpkg.com/@0x/types/-/types-3.1.1.tgz#b20ca76e9516201b9c27621f941696f41ffc9fac" |
| 318 | + integrity sha512-+TQmzH+chWeDWpc+Lce3/q4X2UEHFfAwZcWrV7tEQ5EVAJvph7gpKawRW2XRsmHeQDSHBmiiBdSZ8Rc/OAjvlQ== |
| 319 | + dependencies: |
| 320 | + "@types/node" "*" |
| 321 | + bignumber.js "~9.0.0" |
| 322 | + ethereum-types "^3.0.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.1": |
| 336 | + version "5.0.1" |
| 337 | + resolved "https://registry.yarnpkg.com/@0x/typescript-typings/-/typescript-typings-5.0.1.tgz#031e291cc506ecd26d3fe10adf618f4f51ff1510" |
| 338 | + integrity sha512-zSA39URHkFnL16WD30VMa8wL8va0Khpx9APHffdPWpBOr9SUPdADtae5HO4iNCYvSgo3mrtPlKID2nIqREIHOQ== |
| 339 | + dependencies: |
| 340 | + "@types/bn.js" "^4.11.0" |
| 341 | + "@types/react" "*" |
| 342 | + bignumber.js "~9.0.0" |
| 343 | + ethereum-types "^3.0.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.2.0": |
| 366 | + version "5.2.0" |
| 367 | + resolved "https://registry.yarnpkg.com/@0x/utils/-/utils-5.2.0.tgz#313c0fcf18d9614bf7a227fde3a084bdfbc459d4" |
| 368 | + integrity sha512-/9TFzg+PcEmVPVDkWQ2tziZKnh5UjzoI1GksERT1kK8aNmPK1rm0UBQgDi0Y+0hwCLSEdq4qz0sjvhY9JdQSWw== |
| 369 | + dependencies: |
| 370 | + "@0x/types" "^3.1.1" |
| 371 | + "@0x/typescript-typings" "^5.0.1" |
| 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.0.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.4": |
| 399 | + version "7.0.4" |
| 400 | + resolved "https://registry.yarnpkg.com/@0x/web3-wrapper/-/web3-wrapper-7.0.4.tgz#f07cb154bc43d0ba5b7137200aa216ba49ca033c" |
| 401 | + integrity sha512-FpiDgIzO0Y/yPrmO2nM7SoInLOm3LM6imK8If1yqvsI133emMB5jTvxNW7sGK1dgB/wLdQsFRjsp2XnAxuM6TQ== |
| 402 | + dependencies: |
| 403 | + "@0x/assert" "^3.0.4" |
| 404 | + "@0x/json-schemas" "^5.0.4" |
| 405 | + "@0x/typescript-typings" "^5.0.1" |
| 406 | + "@0x/utils" "^5.2.0" |
| 407 | + ethereum-types "^3.0.0" |
| 408 | + ethereumjs-util "^5.1.1" |
| 409 | + ethers "~4.0.4" |
| 410 | + lodash "^4.17.11" |
| 411 | + |
228 | 412 | "@aztec/guacamole-ui@1.1.2": |
229 | 413 | version "1.1.2" |
230 | 414 | resolved "https://registry.yarnpkg.com/@aztec/guacamole-ui/-/guacamole-ui-1.1.2.tgz#912aa63b1151913036145373604ad3ade7f38c60" |
@@ -5276,7 +5460,7 @@ big.js@^5.2.2: |
5276 | 5460 | resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328" |
5277 | 5461 | integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ== |
5278 | 5462 |
|
5279 | | -bignumber.js@*, bignumber.js@^9.0.0: |
| 5463 | +bignumber.js@*, bignumber.js@^9.0.0, bignumber.js@~9.0.0: |
5280 | 5464 | version "9.0.0" |
5281 | 5465 | resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-9.0.0.tgz#805880f84a329b5eac6e7cb6f8274b6d82bdf075" |
5282 | 5466 | integrity sha512-t/OYhhJ2SD+YGBQcjY8GzzDHEk9f3nerxjtfa6tlMXfe7frs/WozhvCNoGvpM0P3bNf3Gq5ZRMlGr5f3r4/N8A== |
@@ -6105,6 +6289,18 @@ cbor@^4.1.5: |
6105 | 6289 | json-text-sequence "^0.1" |
6106 | 6290 | nofilter "^1.0.3" |
6107 | 6291 |
|
| 6292 | +chai-as-promised@^7.1.0: |
| 6293 | + version "7.1.1" |
| 6294 | + resolved "https://registry.yarnpkg.com/chai-as-promised/-/chai-as-promised-7.1.1.tgz#08645d825deb8696ee61725dbf590c012eb00ca0" |
| 6295 | + integrity sha512-azL6xMoi+uxu6z4rhWQ1jbdUhOMhis2PvscD/xjLqNMkv3BPPp2JyyuTHOrf9BOosGpNQ11v6BKv/g57RXbiaA== |
| 6296 | + dependencies: |
| 6297 | + check-error "^1.0.2" |
| 6298 | + |
| 6299 | +chai-bignumber@^3.0.0: |
| 6300 | + version "3.0.0" |
| 6301 | + resolved "https://registry.yarnpkg.com/chai-bignumber/-/chai-bignumber-3.0.0.tgz#e90cf1f468355bbb11a9acd051222586cd2648a9" |
| 6302 | + integrity sha512-SubOtaSI2AILWTWe2j0c6i2yFT/f9J6UBjeVGDuwDiPLkF/U5+/eTWUE3sbCZ1KgcPF6UJsDVYbIxaYA097MQA== |
| 6303 | + |
6108 | 6304 | chai@^4.0.1, chai@^4.2.0: |
6109 | 6305 | version "4.2.0" |
6110 | 6306 | resolved "https://registry.yarnpkg.com/chai/-/chai-4.2.0.tgz#760aa72cf20e3795e84b12877ce0e83737aa29e5" |
@@ -7962,6 +8158,11 @@ dir-glob@^3.0.0, dir-glob@^3.0.1: |
7962 | 8158 | dependencies: |
7963 | 8159 | path-type "^4.0.0" |
7964 | 8160 |
|
| 8161 | +dirty-chai@^2.0.1: |
| 8162 | + version "2.0.1" |
| 8163 | + resolved "https://registry.yarnpkg.com/dirty-chai/-/dirty-chai-2.0.1.tgz#6b2162ef17f7943589da840abc96e75bda01aff3" |
| 8164 | + integrity sha512-ys79pWKvDMowIDEPC6Fig8d5THiC0DJ2gmTeGzVAoEH18J8OzLud0Jh7I9IWg3NSk8x2UocznUuFmfHCXYZx9w== |
| 8165 | + |
7965 | 8166 | dns-equal@^1.0.0: |
7966 | 8167 | version "1.0.0" |
7967 | 8168 | resolved "https://registry.yarnpkg.com/dns-equal/-/dns-equal-1.0.0.tgz#b39e7f1da6eb0a75ba9c17324b34753c47e0654d" |
@@ -9010,6 +9211,14 @@ ethereum-types@^2.1.6: |
9010 | 9211 | "@types/node" "*" |
9011 | 9212 | bignumber.js "~8.0.2" |
9012 | 9213 |
|
| 9214 | +ethereum-types@^3.0.0: |
| 9215 | + version "3.0.0" |
| 9216 | + resolved "https://registry.yarnpkg.com/ethereum-types/-/ethereum-types-3.0.0.tgz#9fa3a98b8b9b64a0fab1864de7bc7fd7b1699fcd" |
| 9217 | + integrity sha512-jRSsiua+e4/89r7M3mqPcP1M2f3TgXxpVmWysy+7pEg2H4lwEQRWarbYfIpWp81NtxrcMQv5bMK+yR1MN4sDpg== |
| 9218 | + dependencies: |
| 9219 | + "@types/node" "*" |
| 9220 | + bignumber.js "~9.0.0" |
| 9221 | + |
9013 | 9222 | ethereumjs-abi@0.6.5: |
9014 | 9223 | version "0.6.5" |
9015 | 9224 | resolved "https://registry.yarnpkg.com/ethereumjs-abi/-/ethereumjs-abi-0.6.5.tgz#5a637ef16ab43473fa72a29ad90871405b3f5241" |
@@ -10304,7 +10513,7 @@ ganache-cli@^6.4.1, ganache-cli@^6.4.3: |
10304 | 10513 | source-map-support "0.5.12" |
10305 | 10514 | yargs "13.2.4" |
10306 | 10515 |
|
10307 | | -ganache-core@^2.6.0, ganache-core@^2.8.0: |
| 10516 | +ganache-core@^2.6.0, ganache-core@^2.8.0, ganache-core@^2.9.0-istanbul.0: |
10308 | 10517 | version "2.9.2" |
10309 | 10518 | resolved "https://registry.yarnpkg.com/ganache-core/-/ganache-core-2.9.2.tgz#1c7516f785669f35edac9ffaa40c3ece2749bf50" |
10310 | 10519 | integrity sha512-+BHzLDpickuq/f147ryoHClzSG7P9DfiOfwntEHbXFbfsLvmGCbE3TiKwwWkcVoiBdkN8ybyElWE0QoYe3/LOA== |
|
0 commit comments