|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
5 |
| -"@arkecosystem/[email protected]", "@arkecosystem/core-container@^2.6.57": |
| 5 | +"@arkecosystem/[email protected]": |
6 | 6 | version "2.6.57"
|
7 | 7 | resolved "https://registry.yarnpkg.com/@arkecosystem/core-container/-/core-container-2.6.57.tgz#75ba178525905cd8fa380ffea05533f5389062ed"
|
8 | 8 | integrity sha512-axp6nfxPySFVhcTSbT/84r5UjLBdiweem4VQ3+lvAMuOHvATQlm4AHV5+hwgYVs+HAH8Xk0WE6W46uM/g9WOBw==
|
|
25 | 25 | log-process-errors "^5.0.2"
|
26 | 26 | semver "^7.0.0"
|
27 | 27 |
|
| 28 | +"@arkecosystem/core-container@^2.7.1": |
| 29 | + version "2.7.1" |
| 30 | + resolved "https://registry.yarnpkg.com/@arkecosystem/core-container/-/core-container-2.7.1.tgz#a3ba39cca6deb6d63af53d1ea89ff285acdf5296" |
| 31 | + integrity sha512-WTgjWdN4SlScEru3Ic+Jq9fa1eJq3BNxaGFkm8SL9GZopcPUR3mX5FwhSa54LnAsb4Xn29d+Xa7P7772XL/pqw== |
| 32 | + dependencies: |
| 33 | + "@arkecosystem/core-event-emitter" "^2.7.1" |
| 34 | + "@arkecosystem/core-interfaces" "^2.7.1" |
| 35 | + "@arkecosystem/crypto" "^2.7.1" |
| 36 | + "@hapi/hoek" "^8.0.2" |
| 37 | + "@hapi/joi" "^15.1.0" |
| 38 | + awilix "^4.2.2" |
| 39 | + delay "^4.3.0" |
| 40 | + env-paths "^2.2.0" |
| 41 | + envfile "^4.0.0" |
| 42 | + expand-home-dir "^0.0.3" |
| 43 | + fs-extra "^8.1.0" |
| 44 | + got "^9.6.0" |
| 45 | + lodash.get "^4.4.2" |
| 46 | + lodash.isstring "^4.0.1" |
| 47 | + lodash.set "^4.3.2" |
| 48 | + log-process-errors "^5.0.2" |
| 49 | + semver "^7.0.0" |
| 50 | + |
28 | 51 | "@arkecosystem/core-event-emitter@^2.6.57":
|
29 | 52 | version "2.6.57"
|
30 | 53 | resolved "https://registry.yarnpkg.com/@arkecosystem/core-event-emitter/-/core-event-emitter-2.6.57.tgz#d00e76288be49834c2dc5a1d11ded3c24355b618"
|
31 | 54 | integrity sha512-SvohIe+40cE46/jF56oNDV/17LEB2YBfYqeUx/Pe8JWc6hkZGaIsBVwBLrJO4P/VLEfOc3S8LwqV03smdqLqAA==
|
32 | 55 |
|
33 |
| -"@arkecosystem/[email protected]": |
34 |
| - version "2.6.57" |
35 |
| - resolved "https://registry.yarnpkg.com/@arkecosystem/core-http-utils/-/core-http-utils-2.6.57.tgz#06bcc6a7c42f2d182edb02823719c1725d2f0c35" |
36 |
| - integrity sha512-9tYJvHkNN5DnXrQWvEPNt6Q3fA1FdMMvGHwBOHWgXuJi8l6pF7cdyv3KhUE5Cb/xudVHvJ5GwqTsqAgrtISDUQ== |
| 56 | +"@arkecosystem/core-event-emitter@^2.7.1": |
| 57 | + version "2.7.1" |
| 58 | + resolved "https://registry.yarnpkg.com/@arkecosystem/core-event-emitter/-/core-event-emitter-2.7.1.tgz#1675ce8edc5bfa2b92f46c4b589b49ab8b113419" |
| 59 | + integrity sha512-j0rU79FQX7R6g8/L1kdvDKwB6L6J4/CuUr8Vr96pLrZ5ju+bmTefwPqxCNMOtizTagbhcEzyGA4WHbqNxRT4dw== |
| 60 | + |
| 61 | +"@arkecosystem/[email protected]": |
| 62 | + version "2.7.1" |
| 63 | + resolved "https://registry.yarnpkg.com/@arkecosystem/core-http-utils/-/core-http-utils-2.7.1.tgz#aa3b76d304412d00098f13ee62c4fc14a812afc9" |
| 64 | + integrity sha512-vo+QFPVlb2i6PWcDi88mDu0N1CntRCnOxs3QLwPjUssHmpi2SBgRY4wRAgo8QtgigM3B9b/tg1s8LsCowW6RnA== |
37 | 65 | dependencies:
|
38 |
| - "@arkecosystem/core-container" "^2.6.57" |
39 |
| - "@arkecosystem/core-utils" "^2.6.57" |
40 |
| - "@arkecosystem/crypto" "^2.6.57" |
| 66 | + "@arkecosystem/core-container" "^2.7.1" |
| 67 | + "@arkecosystem/core-utils" "^2.7.1" |
| 68 | + "@arkecosystem/crypto" "^2.7.1" |
41 | 69 | "@hapi/boom" "^8.0.0"
|
42 | 70 | "@hapi/good" "^8.2.0"
|
43 | 71 | "@hapi/good-console" "^8.1.0"
|
|
48 | 76 | expand-home-dir "^0.0.3"
|
49 | 77 | nanomatch "^1.2.13"
|
50 | 78 |
|
51 |
| -"@arkecosystem/[email protected]": |
| 79 | +"@arkecosystem/[email protected]", "@arkecosystem/core-interfaces@^2.7.1": |
52 | 80 | version "2.7.1"
|
53 | 81 | resolved "https://registry.yarnpkg.com/@arkecosystem/core-interfaces/-/core-interfaces-2.7.1.tgz#1f99cf5b7a2f412218788985141d0d7a3e6760a2"
|
54 | 82 | integrity sha512-eNep9QP/rzIqf/oj6R95OScJhmHjG+x6e8HmiH5W/6L4uxEMdP9ebOTFpuWmSWtmm+61HvE0fBmYPlaWAFkCNg==
|
|
66 | 94 | awilix "^4.2.2"
|
67 | 95 | dayjs "^1.8.15"
|
68 | 96 |
|
69 |
| -"@arkecosystem/core-utils@^2.6.57": |
70 |
| - version "2.6.57" |
71 |
| - resolved "https://registry.yarnpkg.com/@arkecosystem/core-utils/-/core-utils-2.6.57.tgz#84ba4c99ce8eb9164d8110ce2a6d4a6bb83a2460" |
72 |
| - integrity sha512-5X9kcMSznGKr4EPIiOi9u1/l3ntFvyoaTUFxD43Z+B3++tQRuLbmpILp4CStB02Din2WrEWgVjq+uuUMIxraxw== |
| 97 | +"@arkecosystem/core-utils@^2.7.1": |
| 98 | + version "2.7.1" |
| 99 | + resolved "https://registry.yarnpkg.com/@arkecosystem/core-utils/-/core-utils-2.7.1.tgz#9138e30a795d1c7e3a55ae4e17e68d4609f1227e" |
| 100 | + integrity sha512-R3FHfMrXRqpQglJBaXfHP7akyN+mqH6If5gLoEPzDk+6YCuAQI5R25T0rYiH0T+ZXlLnt2WN1KSH9mmHPtuoCA== |
73 | 101 | dependencies:
|
74 |
| - "@arkecosystem/core-container" "^2.6.57" |
75 |
| - "@arkecosystem/core-interfaces" "^2.6.57" |
76 |
| - "@arkecosystem/crypto" "^2.6.57" |
| 102 | + "@arkecosystem/core-container" "^2.7.1" |
| 103 | + "@arkecosystem/core-interfaces" "^2.7.1" |
| 104 | + "@arkecosystem/crypto" "^2.7.1" |
77 | 105 | cli-table3 "^0.5.1"
|
78 | 106 | dayjs "^1.8.15"
|
79 | 107 | fast-json-parse "^1.0.3"
|
|
0 commit comments