Skip to content

Commit

Permalink
fix(deps): update dependency @arkecosystem/core-container to v2.7.26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 19, 2021
1 parent 12d8a2d commit 0bb71e1
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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-http-utils": "2.7.1",
"@arkecosystem/core-interfaces": "2.7.1"
},
Expand Down
65 changes: 64 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,30 @@
# yarn lockfile v1


"@arkecosystem/[email protected]", "@arkecosystem/core-container@^2.7.1":
"@arkecosystem/[email protected]":
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"
delay "^4.3.0"
env-paths "^2.2.0"
envfile "^4.0.0"
expand-home-dir "^0.0.3"
fs-extra "^8.1.0"
got "^9.6.0"
lodash.get "^4.4.2"
lodash.isstring "^4.0.1"
lodash.set "^4.3.2"
log-process-errors "^5.0.2"
semver "^7.0.0"

"@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==
Expand Down Expand Up @@ -30,6 +53,11 @@
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/[email protected]":
version "2.7.1"
resolved "https://registry.yarnpkg.com/@arkecosystem/core-http-utils/-/core-http-utils-2.7.1.tgz#aa3b76d304412d00098f13ee62c4fc14a812afc9"
Expand Down Expand Up @@ -57,6 +85,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/core-utils@^2.7.1":
version "2.7.1"
resolved "https://registry.yarnpkg.com/@arkecosystem/core-utils/-/core-utils-2.7.1.tgz#9138e30a795d1c7e3a55ae4e17e68d4609f1227e"
Expand Down Expand Up @@ -98,6 +135,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"
Expand Down

0 comments on commit 0bb71e1

Please sign in to comment.