|
238 | 238 | ethereumjs-util "^7.1.1"
|
239 | 239 | merkle-patricia-tree "^4.2.1"
|
240 | 240 |
|
| 241 | +"@ethereumjs/block@^3.6.0": |
| 242 | + version "3.6.0" |
| 243 | + resolved "https://registry.yarnpkg.com/@ethereumjs/block/-/block-3.6.0.tgz#5cf89ea748607597a3f8b038abc986e4ac0b05db" |
| 244 | + integrity sha512-dqLo1LtsLG+Oelu5S5tWUDG0pah3QUwV5TJZy2cm19BXDr4ka/S9XBSgao0i09gTcuPlovlHgcs6d7EZ37urjQ== |
| 245 | + dependencies: |
| 246 | + "@ethereumjs/common" "^2.6.0" |
| 247 | + "@ethereumjs/tx" "^3.4.0" |
| 248 | + ethereumjs-util "^7.1.3" |
| 249 | + merkle-patricia-tree "^4.2.2" |
| 250 | + |
241 | 251 | "@ethereumjs/blockchain@^5.4.0", "@ethereumjs/blockchain@^5.4.1":
|
242 | 252 | version "5.4.2"
|
243 | 253 | resolved "https://registry.yarnpkg.com/@ethereumjs/blockchain/-/blockchain-5.4.2.tgz#5074e0a0157818762a5f5175ea0bd93c5455fe32"
|
|
253 | 263 | rlp "^2.2.4"
|
254 | 264 | semaphore-async-await "^1.5.1"
|
255 | 265 |
|
| 266 | +"@ethereumjs/blockchain@^5.5.0": |
| 267 | + version "5.5.1" |
| 268 | + resolved "https://registry.yarnpkg.com/@ethereumjs/blockchain/-/blockchain-5.5.1.tgz#60f1f50592c06cc47e1704800b88b7d32f609742" |
| 269 | + integrity sha512-JS2jeKxl3tlaa5oXrZ8mGoVBCz6YqsGG350XVNtHAtNZXKk7pU3rH4xzF2ru42fksMMqzFLzKh9l4EQzmNWDqA== |
| 270 | + dependencies: |
| 271 | + "@ethereumjs/block" "^3.6.0" |
| 272 | + "@ethereumjs/common" "^2.6.0" |
| 273 | + "@ethereumjs/ethash" "^1.1.0" |
| 274 | + debug "^2.2.0" |
| 275 | + ethereumjs-util "^7.1.3" |
| 276 | + level-mem "^5.0.1" |
| 277 | + lru-cache "^5.1.1" |
| 278 | + semaphore-async-await "^1.5.1" |
| 279 | + |
256 | 280 | "@ethereumjs/common@^2.4.0", "@ethereumjs/common@^2.5.0":
|
257 | 281 | version "2.5.0"
|
258 | 282 | resolved "https://registry.yarnpkg.com/@ethereumjs/common/-/common-2.5.0.tgz#ec61551b31bef7a69d1dc634d8932468866a4268"
|
|
261 | 285 | crc-32 "^1.2.0"
|
262 | 286 | ethereumjs-util "^7.1.1"
|
263 | 287 |
|
| 288 | +"@ethereumjs/common@^2.6.0": |
| 289 | + version "2.6.0" |
| 290 | + resolved "https://registry.yarnpkg.com/@ethereumjs/common/-/common-2.6.0.tgz#feb96fb154da41ee2cc2c5df667621a440f36348" |
| 291 | + integrity sha512-Cq2qS0FTu6O2VU1sgg+WyU9Ps0M6j/BEMHN+hRaECXCV/r0aI78u4N6p52QW/BDVhwWZpCdrvG8X7NJdzlpNUA== |
| 292 | + dependencies: |
| 293 | + crc-32 "^1.2.0" |
| 294 | + ethereumjs-util "^7.1.3" |
| 295 | + |
264 | 296 | "@ethereumjs/ethash@^1.1.0":
|
265 | 297 | version "1.1.0"
|
266 | 298 | resolved "https://registry.yarnpkg.com/@ethereumjs/ethash/-/ethash-1.1.0.tgz#7c5918ffcaa9cb9c1dc7d12f77ef038c11fb83fb"
|
|
280 | 312 | "@ethereumjs/common" "^2.5.0"
|
281 | 313 | ethereumjs-util "^7.1.2"
|
282 | 314 |
|
| 315 | +"@ethereumjs/tx@^3.4.0": |
| 316 | + version "3.4.0" |
| 317 | + resolved "https://registry.yarnpkg.com/@ethereumjs/tx/-/tx-3.4.0.tgz#7eb1947eefa55eb9cf05b3ca116fb7a3dbd0bce7" |
| 318 | + integrity sha512-WWUwg1PdjHKZZxPPo274ZuPsJCWV3SqATrEKQP1n2DrVYVP1aZIYpo/mFaA0BDoE0tIQmBeimRCEA0Lgil+yYw== |
| 319 | + dependencies: |
| 320 | + "@ethereumjs/common" "^2.6.0" |
| 321 | + ethereumjs-util "^7.1.3" |
| 322 | + |
283 | 323 | "@ethereumjs/vm@^5.5.2":
|
284 | 324 | version "5.5.3"
|
285 | 325 | resolved "https://registry.yarnpkg.com/@ethereumjs/vm/-/vm-5.5.3.tgz#dc8b30dd35efb589db093592600207660fa8dada"
|
|
299 | 339 | rustbn.js "~0.2.0"
|
300 | 340 | util.promisify "^1.0.1"
|
301 | 341 |
|
| 342 | +"@ethereumjs/vm@^5.6.0": |
| 343 | + version "5.6.0" |
| 344 | + resolved "https://registry.yarnpkg.com/@ethereumjs/vm/-/vm-5.6.0.tgz#e0ca62af07de820143674c30b776b86c1983a464" |
| 345 | + integrity sha512-J2m/OgjjiGdWF2P9bj/4LnZQ1zRoZhY8mRNVw/N3tXliGI8ai1sI1mlDPkLpeUUM4vq54gH6n0ZlSpz8U/qlYQ== |
| 346 | + dependencies: |
| 347 | + "@ethereumjs/block" "^3.6.0" |
| 348 | + "@ethereumjs/blockchain" "^5.5.0" |
| 349 | + "@ethereumjs/common" "^2.6.0" |
| 350 | + "@ethereumjs/tx" "^3.4.0" |
| 351 | + async-eventemitter "^0.2.4" |
| 352 | + core-js-pure "^3.0.1" |
| 353 | + debug "^2.2.0" |
| 354 | + ethereumjs-util "^7.1.3" |
| 355 | + functional-red-black-tree "^1.0.1" |
| 356 | + mcl-wasm "^0.7.1" |
| 357 | + merkle-patricia-tree "^4.2.2" |
| 358 | + rustbn.js "~0.2.0" |
| 359 | + |
302 | 360 | "@ethersproject/[email protected]", "@ethersproject/abi@^5.1.2", "@ethersproject/abi@^5.5.0":
|
303 | 361 | version "5.5.0"
|
304 | 362 | resolved "https://registry.yarnpkg.com/@ethersproject/abi/-/abi-5.5.0.tgz#fb52820e22e50b854ff15ce1647cc508d6660613"
|
|
879 | 937 | resolved "https://registry.yarnpkg.com/@types/lru-cache/-/lru-cache-5.1.1.tgz#c48c2e27b65d2a153b19bfc1a317e30872e01eef"
|
880 | 938 | integrity sha512-ssE3Vlrys7sdIzs5LOxCzTVMsU7i9oa/IaW92wF32JFb3CVczqOkru2xspuKczHEbG3nvmPY7IFqVmGGHdNbYw==
|
881 | 939 |
|
882 |
| - |
883 |
| - version "2.0.7" |
884 |
| - resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-2.0.7.tgz#6189930542400e2c48b4d5ed06c4f136ee38bb1a" |
885 |
| - integrity sha512-AxiYycfO+/M4VIH0ribSr2iPFC+APewpJIaQSydwVnzorK3mjSFXkA3HmhQidGx44MpwaatFyEkbW/WD4zdDaQ== |
| 940 | + |
| 941 | + version "2.0.8" |
| 942 | + resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-2.0.8.tgz#a0fdd7ab0b67e08bf1d301232a7fef79b74ded69" |
| 943 | + integrity sha512-lGmxL6hMEVqXr8w9bL52RUWXVu90o7vH8WQSutQssr2e+w0TNttXx2Zfw2V2lHHHWfW6OGqB8bXDvtKocv19qQ== |
886 | 944 |
|
887 | 945 |
|
888 | 946 | version "9.0.0"
|
|
908 | 966 | dependencies:
|
909 | 967 | "@types/node" "*"
|
910 | 968 |
|
911 |
| -"@windingtree/[email protected].28", "@windingtree/org.id-auth@^1.0.0-beta.28": |
912 |
| - version "1.0.0-beta.28" |
913 |
| - resolved "https://registry.yarnpkg.com/@windingtree/org.id-auth/-/org.id-auth-1.0.0-beta.28.tgz#ec79ac0583d232637d8f13ef6c348bf0997517b7" |
914 |
| - integrity sha512-MiMJqEK1S8DmMzDcFo9qnBWqG/rBwzkQDuBx3AavryoOALrieLBvZs8qkUFeh5IU4i0FTgLMMKpb3ndRorU/Sw== |
| 969 | +"@windingtree/[email protected].32", "@windingtree/org.id-auth@^1.0.0-beta.32": |
| 970 | + version "1.0.0-beta.32" |
| 971 | + resolved "https://registry.yarnpkg.com/@windingtree/org.id-auth/-/org.id-auth-1.0.0-beta.32.tgz#532d2a0aeeeb62e404eb6dfa0eba28fb2ee72aaa" |
| 972 | + integrity sha512-2s7lhTvJ7VDChj3KqJXkgLciIsmnlEXMYxQBWRssNhubU7DKCeXSFHx0SckvFhxMmfCvVH8wV3GB0pdDixuVeA== |
915 | 973 | dependencies:
|
916 |
| - "@windingtree/org.id-utils" "^1.0.0-beta.26" |
917 |
| - "@windingtree/org.json-schema" "1.0.0-beta.8" |
| 974 | + "@windingtree/org.id-utils" "^1.0.0-beta.32" |
| 975 | + "@windingtree/org.json-schema" "1.0.0-beta.9" |
918 | 976 | ethers "5.5.2"
|
919 | 977 | jose "4.3.7"
|
920 | 978 | luxon "2.1.1"
|
921 | 979 |
|
922 |
| -"@windingtree/[email protected].28": |
923 |
| - version "1.0.0-beta.28" |
924 |
| - resolved "https://registry.yarnpkg.com/@windingtree/org.id-core/-/org.id-core-1.0.0-beta.28.tgz#e78c88afb8d01a4addd94da730822f8fc636c20f" |
925 |
| - integrity sha512-2Ot3AuEu3tiab2WVnXyAMVSmfGPeunnVBCAnq9nDKTaLX9W8mnCufK7tZhz8FkHt5iOcjSZdnZN5UlB+Co62DQ== |
| 980 | +"@windingtree/[email protected].32": |
| 981 | + version "1.0.0-beta.32" |
| 982 | + resolved "https://registry.yarnpkg.com/@windingtree/org.id-core/-/org.id-core-1.0.0-beta.32.tgz#d81d8ca51d2eba800d5f01eda0288a1e97f17201" |
| 983 | + integrity sha512-cl1r035lZiGorYjJYhvsQnOaggiku4L7lmFhdrZf1rra+doEuQP81k+pY0IIkAChRG/xXCECTCMh+6LFhgowzg== |
926 | 984 | dependencies:
|
927 | 985 | "@windingtree/org.id" "3.0.0-beta.6"
|
928 |
| - "@windingtree/org.id-utils" "^1.0.0-beta.26" |
| 986 | + "@windingtree/org.id-utils" "^1.0.0-beta.32" |
929 | 987 | ethers "5.5.1"
|
930 | 988 |
|
931 | 989 | "@windingtree/org.id-test-http-server@^1.0.0-beta.26":
|
932 | 990 | version "1.0.0-beta.26"
|
933 | 991 | resolved "https://registry.yarnpkg.com/@windingtree/org.id-test-http-server/-/org.id-test-http-server-1.0.0-beta.26.tgz#8770a70b7049a0e965f34ff106b876ccdf99a858"
|
934 | 992 | integrity sha512-mtFeyaDEVUP01au9rjUSicqBd60GDAIo318ixXDeR78lhdZDzK+depiOG0b9ks/ohtNecyZ6UqyPyJAlZjiTFQ==
|
935 | 993 |
|
936 |
| -"@windingtree/[email protected].28": |
937 |
| - version "1.0.0-beta.28" |
938 |
| - resolved "https://registry.yarnpkg.com/@windingtree/org.id-test-setup/-/org.id-test-setup-1.0.0-beta.28.tgz#fbec2f9705c02d57285bb70b21fa3e6bb9edf1d6" |
939 |
| - integrity sha512-2yg99svI2l0+RmkQzSPHOcgSpYJOgDwKKo+zp2ViHaePdVWCFzZ6n00pJhmsqrzQk2AUzDECteu7J7i6vl0ggA== |
| 994 | +"@windingtree/[email protected].32": |
| 995 | + version "1.0.0-beta.32" |
| 996 | + resolved "https://registry.yarnpkg.com/@windingtree/org.id-test-setup/-/org.id-test-setup-1.0.0-beta.32.tgz#953d7da473035fb56812afee0d79e07695621eea" |
| 997 | + integrity sha512-C0lJwN78KRE70ZxiKL6cukpO07b44qppgY4mdXf0XI5fatILbVvTG43mcdTVPsqi+SoV4t8X31/lAhHVNSVejA== |
940 | 998 | dependencies:
|
941 | 999 | "@nomiclabs/hardhat-ethers" "2.0.3"
|
942 | 1000 | "@windingtree/org.id" "3.0.0-beta.6"
|
943 |
| - "@windingtree/org.id-auth" "^1.0.0-beta.28" |
| 1001 | + "@windingtree/org.id-auth" "^1.0.0-beta.32" |
944 | 1002 | "@windingtree/org.id-test-http-server" "^1.0.0-beta.26"
|
945 |
| - "@windingtree/org.id-utils" "^1.0.0-beta.26" |
946 |
| - "@windingtree/org.json-schema" "1.0.0-beta.8" |
947 |
| - "@windingtree/org.json-utils" "^1.0.0-beta.28" |
| 1003 | + "@windingtree/org.id-utils" "^1.0.0-beta.32" |
| 1004 | + "@windingtree/org.json-schema" "1.0.0-beta.9" |
| 1005 | + "@windingtree/org.json-utils" "^1.0.0-beta.32" |
948 | 1006 | ethers "5.5.2"
|
949 | 1007 | hardhat "2.7.0"
|
950 | 1008 |
|
951 |
| -"@windingtree/[email protected].26", "@windingtree/org.id-utils@^1.0.0-beta.26": |
952 |
| - version "1.0.0-beta.26" |
953 |
| - resolved "https://registry.yarnpkg.com/@windingtree/org.id-utils/-/org.id-utils-1.0.0-beta.26.tgz#2996ce8500dd02fd046cbbe9f444ae50b1e66449" |
954 |
| - integrity sha512-Qk6vVooE0zJQ2wfXkmjr6heneu63w1cn3HsR/V0L9diawNJI7bg2sEhVF5/66+DK2Q3iX4C8B0J5M8xTS5buFQ== |
| 1009 | +"@windingtree/[email protected].32", "@windingtree/org.id-utils@^1.0.0-beta.32": |
| 1010 | + version "1.0.0-beta.32" |
| 1011 | + resolved "https://registry.yarnpkg.com/@windingtree/org.id-utils/-/org.id-utils-1.0.0-beta.32.tgz#516d84f246ffe73a36d092f6bda999eaabfe0096" |
| 1012 | + integrity sha512-FI7vTAUCB7+QnHUuhZvtO1GkWWJ6NVOPY8UbKbIoHmNCYh5Xk/xb/9IG2NKvul7xvWZ2cMRvjwiSGxe6w0mPBw== |
955 | 1013 | dependencies:
|
956 | 1014 | ajv "8.6.3"
|
957 | 1015 | ajv-formats "2.1.1"
|
|
965 | 1023 | dependencies:
|
966 | 1024 | "@openzeppelin/contracts-upgradeable" "4.3.2"
|
967 | 1025 |
|
968 |
| -"@windingtree/[email protected].8": |
969 |
| - version "1.0.0-beta.8" |
970 |
| - resolved "https://registry.yarnpkg.com/@windingtree/org.json-schema/-/org.json-schema-1.0.0-beta.8.tgz#0b1830325ef937022b64a3547a41a076643a1c57" |
971 |
| - integrity sha512-vGAPJhUmSlgx1CbDYmwFQBKFBiIIwra+s4U1x6ZPkh1dbBGxZ6x1vMa8XQABFRBgo+yF7tgsy1e7fRk0IQP4Yw== |
| 1026 | +"@windingtree/[email protected].9": |
| 1027 | + version "1.0.0-beta.9" |
| 1028 | + resolved "https://registry.yarnpkg.com/@windingtree/org.json-schema/-/org.json-schema-1.0.0-beta.9.tgz#8f4bc475f86fb355ab3a0f0b0666b8a6228b1233" |
| 1029 | + integrity sha512-mnOEkmSiKIwZeUu8Lz0pPE5a0SEpg0TFm2u50ksbQtsqvOQYZH0ffHKhQwgJb2BvF4kezTfarq1EAAX4jDg6DQ== |
972 | 1030 |
|
973 |
| -"@windingtree/org.json-utils@^1.0.0-beta.28": |
974 |
| - version "1.0.0-beta.28" |
975 |
| - resolved "https://registry.yarnpkg.com/@windingtree/org.json-utils/-/org.json-utils-1.0.0-beta.28.tgz#88357907c203c5770eb0a1357ebc0b49052a6675" |
976 |
| - integrity sha512-ChyFKRVLD01esstqAcsC95xZvIW81uOaTRHDEJtd3pjmNs+dszH21YhYgjYGm9F1d+IuKYxJAl0Dm8aTJMeAmg== |
| 1031 | +"@windingtree/org.json-utils@^1.0.0-beta.32": |
| 1032 | + version "1.0.0-beta.32" |
| 1033 | + resolved "https://registry.yarnpkg.com/@windingtree/org.json-utils/-/org.json-utils-1.0.0-beta.32.tgz#f10d0a6e2e43a19bd8d641124896fd2061e42f4f" |
| 1034 | + integrity sha512-HIr5z45h/d/4XB7ChygkolpkLL0kY6Z6Zmjgr1jQ3hB0obUjZ+4O6bRaAGdszwSA0E43p9Te8KAgJ/Y1jyZYhg== |
977 | 1035 | dependencies:
|
978 |
| - "@windingtree/org.id-auth" "^1.0.0-beta.28" |
979 |
| - "@windingtree/org.id-utils" "^1.0.0-beta.26" |
980 |
| - "@windingtree/org.json-schema" "1.0.0-beta.8" |
| 1036 | + "@windingtree/org.id-auth" "^1.0.0-beta.32" |
| 1037 | + "@windingtree/org.id-utils" "^1.0.0-beta.32" |
| 1038 | + "@windingtree/org.json-schema" "1.0.0-beta.9" |
981 | 1039 |
|
982 | 1040 | abort-controller@^3.0.0:
|
983 | 1041 | version "3.0.0"
|
@@ -1795,10 +1853,10 @@ eslint-visitor-keys@^3.1.0:
|
1795 | 1853 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
|
1796 | 1854 | integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
|
1797 | 1855 |
|
1798 |
| -eslint@8.4.1: |
1799 |
| - version "8.4.1" |
1800 |
| - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.4.1.tgz#d6531bbf3e598dffd7c0c7d35ec52a0b30fdfa2d" |
1801 |
| - integrity sha512-TxU/p7LB1KxQ6+7aztTnO7K0i+h0tDi81YRY9VzB6Id71kNz+fFYnf5HD5UOQmxkzcoa0TlVZf9dpMtUv0GpWg== |
| 1856 | +eslint@8.5.0: |
| 1857 | + version "8.5.0" |
| 1858 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.5.0.tgz#ddd2c1afd8f412036f87ae2a063d2aa296d3175f" |
| 1859 | + integrity sha512-tVGSkgNbOfiHyVte8bCM8OmX+xG9PzVG/B4UCF60zx7j61WIVY/AqJECDgpLD4DbbESD0e174gOg3ZlrX15GDg== |
1802 | 1860 | dependencies:
|
1803 | 1861 | "@eslint/eslintrc" "^1.0.5"
|
1804 | 1862 | "@humanwhocodes/config-array" "^0.9.2"
|
@@ -1942,7 +2000,7 @@ ethereumjs-util@^6.0.0:
|
1942 | 2000 | ethjs-util "0.1.6"
|
1943 | 2001 | rlp "^2.2.3"
|
1944 | 2002 |
|
1945 |
| -ethereumjs-util@^7.1.0, ethereumjs-util@^7.1.1, ethereumjs-util@^7.1.2: |
| 2003 | +ethereumjs-util@^7.1.0, ethereumjs-util@^7.1.1, ethereumjs-util@^7.1.2, ethereumjs-util@^7.1.3: |
1946 | 2004 | version "7.1.3"
|
1947 | 2005 | resolved "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-7.1.3.tgz#b55d7b64dde3e3e45749e4c41288238edec32d23"
|
1948 | 2006 | integrity sha512-y+82tEbyASO0K0X1/SRhbJJoAlfcvq8JbrG4a5cjrOks7HS/36efU/0j2flxCPOUM++HFahk33kr/ZxyC4vNuw==
|
|
2361 | 2419 | uuid "^8.3.2"
|
2362 | 2420 | ws "^7.4.6"
|
2363 | 2421 |
|
| 2422 | + |
| 2423 | + version "2.8.0" |
| 2424 | + resolved "https://registry.yarnpkg.com/hardhat/-/hardhat-2.8.0.tgz#4701fafe2de4fe88bed328561e554df85455385b" |
| 2425 | + integrity sha512-A2L5F+B7HgdvfcuEWBXyokzP3biSlu4UeIvNR/lgSC0Og/2kbP9cjMMkIH42V1W8nQEZk70VuryhVKX2uHwSYw== |
| 2426 | + dependencies: |
| 2427 | + "@ethereumjs/block" "^3.6.0" |
| 2428 | + "@ethereumjs/blockchain" "^5.5.0" |
| 2429 | + "@ethereumjs/common" "^2.6.0" |
| 2430 | + "@ethereumjs/tx" "^3.4.0" |
| 2431 | + "@ethereumjs/vm" "^5.6.0" |
| 2432 | + "@ethersproject/abi" "^5.1.2" |
| 2433 | + "@sentry/node" "^5.18.1" |
| 2434 | + "@solidity-parser/parser" "^0.14.0" |
| 2435 | + "@types/bn.js" "^5.1.0" |
| 2436 | + "@types/lru-cache" "^5.1.0" |
| 2437 | + abort-controller "^3.0.0" |
| 2438 | + adm-zip "^0.4.16" |
| 2439 | + ansi-escapes "^4.3.0" |
| 2440 | + chalk "^2.4.2" |
| 2441 | + chokidar "^3.4.0" |
| 2442 | + ci-info "^2.0.0" |
| 2443 | + debug "^4.1.1" |
| 2444 | + enquirer "^2.3.0" |
| 2445 | + env-paths "^2.2.0" |
| 2446 | + eth-sig-util "^2.5.2" |
| 2447 | + ethereum-cryptography "^0.1.2" |
| 2448 | + ethereumjs-abi "^0.6.8" |
| 2449 | + ethereumjs-util "^7.1.3" |
| 2450 | + find-up "^2.1.0" |
| 2451 | + fp-ts "1.19.3" |
| 2452 | + fs-extra "^7.0.1" |
| 2453 | + glob "^7.1.3" |
| 2454 | + https-proxy-agent "^5.0.0" |
| 2455 | + immutable "^4.0.0-rc.12" |
| 2456 | + io-ts "1.10.4" |
| 2457 | + lodash "^4.17.11" |
| 2458 | + merkle-patricia-tree "^4.2.0" |
| 2459 | + mnemonist "^0.38.0" |
| 2460 | + mocha "^7.1.2" |
| 2461 | + node-fetch "^2.6.0" |
| 2462 | + qs "^6.7.0" |
| 2463 | + raw-body "^2.4.1" |
| 2464 | + resolve "1.17.0" |
| 2465 | + semver "^6.3.0" |
| 2466 | + slash "^3.0.0" |
| 2467 | + solc "0.7.3" |
| 2468 | + source-map-support "^0.5.13" |
| 2469 | + stacktrace-parser "^0.1.10" |
| 2470 | + "true-case-path" "^2.2.1" |
| 2471 | + tsort "0.0.1" |
| 2472 | + uuid "^8.3.2" |
| 2473 | + ws "^7.4.6" |
| 2474 | + |
2364 | 2475 | has-bigints@^1.0.1:
|
2365 | 2476 | version "1.0.1"
|
2366 | 2477 | resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113"
|
|
2983 | 3094 | resolved "https://registry.yarnpkg.com/luxon/-/luxon-2.1.1.tgz#34052f7a33a7989767637be7cf80b47db264ff88"
|
2984 | 3095 | integrity sha512-6VQVNw7+kQu3hL1ZH5GyOhnk8uZm21xS7XJ/6vDZaFNcb62dpFDKcH8TI5NkoZOdMRxr7af7aYGrJlE/Wv0i1w==
|
2985 | 3096 |
|
| 3097 | + |
| 3098 | + version "2.2.0" |
| 3099 | + resolved "https://registry.yarnpkg.com/luxon/-/luxon-2.2.0.tgz#f5c4a234ba4016f792488b11aaed2d5bc14c888e" |
| 3100 | + integrity sha512-LwmknessH4jVIseCsizUgveIHwlLv/RQZWC2uDSMfGJs7w8faPUi2JFxfyfMcTPrpNbChTem3Uz6IKRtn+LcIA== |
| 3101 | + |
2986 | 3102 | make-dir@^3.0.0, make-dir@^3.0.2:
|
2987 | 3103 | version "3.1.0"
|
2988 | 3104 | resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f"
|
@@ -3026,7 +3142,7 @@ memorystream@^0.3.1:
|
3026 | 3142 | resolved "https://registry.yarnpkg.com/memorystream/-/memorystream-0.3.1.tgz#86d7090b30ce455d63fbae12dda51a47ddcaf9b2"
|
3027 | 3143 | integrity sha1-htcJCzDORV1j+64S3aUaR93K+bI=
|
3028 | 3144 |
|
3029 |
| -merkle-patricia-tree@^4.2.0, merkle-patricia-tree@^4.2.1: |
| 3145 | +merkle-patricia-tree@^4.2.0, merkle-patricia-tree@^4.2.1, merkle-patricia-tree@^4.2.2: |
3030 | 3146 | version "4.2.2"
|
3031 | 3147 | resolved "https://registry.yarnpkg.com/merkle-patricia-tree/-/merkle-patricia-tree-4.2.2.tgz#6dec17855370172458244c2f42c989dd60b773a3"
|
3032 | 3148 | integrity sha512-eqZYNTshcYx9aESkSPr71EqwsR/QmpnObDEV4iLxkt/x/IoLYZYjJvKY72voP/27Vy61iMOrfOG6jrn7ttXD+Q==
|
@@ -3970,10 +4086,10 @@ typedarray-to-buffer@^3.1.5:
|
3970 | 4086 | dependencies:
|
3971 | 4087 | is-typedarray "^1.0.0"
|
3972 | 4088 |
|
3973 |
| - |
3974 |
| - version "4.5.2" |
3975 |
| - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.2.tgz#8ac1fba9f52256fdb06fb89e4122fa6a346c2998" |
3976 |
| - integrity sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw== |
| 4089 | + |
| 4090 | + version "4.5.4" |
| 4091 | + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8" |
| 4092 | + integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg== |
3977 | 4093 |
|
3978 | 4094 | unbox-primitive@^1.0.1:
|
3979 | 4095 | version "1.0.1"
|
|
0 commit comments