diff --git a/package.json b/package.json index 267aa16..9e2498a 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "test:coverage": "cross-env CORE_ENV=test jest --coverage --coveragePathIgnorePatterns='/(defaults.ts|index.ts)$' --runInBand --forceExit" }, "dependencies": { - "@arkecosystem/core-container": "2.7.1", + "@arkecosystem/core-container": "2.7.26", "@arkecosystem/core-interfaces": "2.7.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 19eccdf..b0c2680 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,14 +2,14 @@ # yarn lockfile v1 -"@arkecosystem/core-container@2.7.1": - version "2.7.1" - resolved "https://registry.yarnpkg.com/@arkecosystem/core-container/-/core-container-2.7.1.tgz#a3ba39cca6deb6d63af53d1ea89ff285acdf5296" - integrity sha512-WTgjWdN4SlScEru3Ic+Jq9fa1eJq3BNxaGFkm8SL9GZopcPUR3mX5FwhSa54LnAsb4Xn29d+Xa7P7772XL/pqw== - dependencies: - "@arkecosystem/core-event-emitter" "^2.7.1" - "@arkecosystem/core-interfaces" "^2.7.1" - "@arkecosystem/crypto" "^2.7.1" +"@arkecosystem/core-container@2.7.26": + version "2.7.26" + resolved "https://registry.yarnpkg.com/@arkecosystem/core-container/-/core-container-2.7.26.tgz#f5ca7aec8fd319503c189fc8b76f8c4081b4f63a" + integrity sha512-QgmvjCpExy/kndutTnbLMYi2AUFXdjy3aOG80glG0HFg4GmjGV/XPvUvI7MzLTIYYsCP9HgJ8olEYgU2V1mU1w== + dependencies: + "@arkecosystem/core-event-emitter" "^2.7.26" + "@arkecosystem/core-interfaces" "^2.7.26" + "@arkecosystem/crypto" "^2.7.26" "@hapi/hoek" "^8.0.2" "@hapi/joi" "^15.1.0" awilix "^4.2.2" @@ -25,12 +25,12 @@ log-process-errors "^5.0.2" semver "^7.0.0" -"@arkecosystem/core-event-emitter@^2.7.1": - version "2.7.1" - resolved "https://registry.yarnpkg.com/@arkecosystem/core-event-emitter/-/core-event-emitter-2.7.1.tgz#1675ce8edc5bfa2b92f46c4b589b49ab8b113419" - integrity sha512-j0rU79FQX7R6g8/L1kdvDKwB6L6J4/CuUr8Vr96pLrZ5ju+bmTefwPqxCNMOtizTagbhcEzyGA4WHbqNxRT4dw== +"@arkecosystem/core-event-emitter@^2.7.26": + version "2.7.26" + resolved "https://registry.yarnpkg.com/@arkecosystem/core-event-emitter/-/core-event-emitter-2.7.26.tgz#288c9379fbf1762ae4e71b8da75567af14eeb5b1" + integrity sha512-XLOFJnDwNdh3yY7CXgM2pNXRHlQDtHC2mzNdV3ukj2XPkA0Sz7MvQBC1Ec4+vf0tkiDRe3g00Bs28XeCNUa5jQ== -"@arkecosystem/core-interfaces@2.7.1", "@arkecosystem/core-interfaces@^2.7.1": +"@arkecosystem/core-interfaces@2.7.1": version "2.7.1" resolved "https://registry.yarnpkg.com/@arkecosystem/core-interfaces/-/core-interfaces-2.7.1.tgz#1f99cf5b7a2f412218788985141d0d7a3e6760a2" integrity sha512-eNep9QP/rzIqf/oj6R95OScJhmHjG+x6e8HmiH5W/6L4uxEMdP9ebOTFpuWmSWtmm+61HvE0fBmYPlaWAFkCNg== @@ -39,6 +39,15 @@ awilix "^4.2.2" dayjs "^1.8.15" +"@arkecosystem/core-interfaces@^2.7.26": + version "2.7.26" + resolved "https://registry.yarnpkg.com/@arkecosystem/core-interfaces/-/core-interfaces-2.7.26.tgz#53333776991621193af1690bf4a4b832bf025b69" + integrity sha512-IU8b+Jkwt8hzsztVHyNLBTCuITwROvFlvozgOys+lThcBQF3UbI6ai4F1WuVDJk0nZuOysKBhTDubfvN2PfLVA== + dependencies: + "@arkecosystem/crypto" "^2.7.26" + awilix "^4.2.2" + dayjs "^1.8.15" + "@arkecosystem/crypto@^2.7.1": version "2.7.1" resolved "https://registry.yarnpkg.com/@arkecosystem/crypto/-/crypto-2.7.1.tgz#4f9066512722fca24a22d7118faafbeda0f5ab16" @@ -65,6 +74,32 @@ tiny-glob "^0.2.6" wif "^2.0.6" +"@arkecosystem/crypto@^2.7.26": + version "2.7.26" + resolved "https://registry.yarnpkg.com/@arkecosystem/crypto/-/crypto-2.7.26.tgz#a36afb3e86cdd4c47a1f6170e60dac00bf520db4" + integrity sha512-rSw8wCo/r9R/GwTxZWPNSjZS2h11dTc3YTksgKAmBHGM1tnX7wNkYS1I0AEKzEf8FwxkBsDWsB9O88koXaFeZA== + dependencies: + "@arkecosystem/utils" "^1.2" + "@types/bytebuffer" "^5.0.40" + ajv "^6.10.2" + ajv-keywords "^3.4.1" + bcrypto "^5.2.0" + bip32 "^2.0.3" + bip39 "^3.0.2" + browserify-aes "^1.2.0" + bstring "^0.3.9" + buffer-xor "^2.0.2" + bytebuffer "^5.0.1" + dayjs "^1.8.15" + deepmerge "^4.0.0" + fast-memoize "^2.5.1" + ipaddr.js "^1.9.0" + lodash.get "^4.4.2" + lodash.set "^4.3.2" + lodash.sumby "^4.6.0" + tiny-glob "^0.2.6" + wif "^2.0.6" + "@arkecosystem/utils@^1.2": version "1.2.0" resolved "https://registry.yarnpkg.com/@arkecosystem/utils/-/utils-1.2.0.tgz#f58e9dca0e4478503e996c5f276bb210ab142e92"