Skip to content

Commit 214dc44

Browse files
authored
Merge pull request #133 from learn-ark/renovate/arkecosystem-core-interfaces-2.x
fix(deps): update dependency @arkecosystem/core-interfaces to v2.7.1
2 parents 5959538 + 7ce6069 commit 214dc44

File tree

2 files changed

+37
-2
lines changed

2 files changed

+37
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"@arkecosystem/core-container": "2.6.57",
33-
"@arkecosystem/core-interfaces": "2.6.57"
33+
"@arkecosystem/core-interfaces": "2.7.1"
3434
},
3535
"devDependencies": {
3636
"@sindresorhus/tsconfig": "0.7.0",

yarn.lock

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,16 @@
3030
resolved "https://registry.yarnpkg.com/@arkecosystem/core-event-emitter/-/core-event-emitter-2.6.57.tgz#d00e76288be49834c2dc5a1d11ded3c24355b618"
3131
integrity sha512-SvohIe+40cE46/jF56oNDV/17LEB2YBfYqeUx/Pe8JWc6hkZGaIsBVwBLrJO4P/VLEfOc3S8LwqV03smdqLqAA==
3232

33-
"@arkecosystem/core-interfaces@2.6.57", "@arkecosystem/core-interfaces@^2.6.57":
33+
"@arkecosystem/core-interfaces@2.7.1":
34+
version "2.7.1"
35+
resolved "https://registry.yarnpkg.com/@arkecosystem/core-interfaces/-/core-interfaces-2.7.1.tgz#1f99cf5b7a2f412218788985141d0d7a3e6760a2"
36+
integrity sha512-eNep9QP/rzIqf/oj6R95OScJhmHjG+x6e8HmiH5W/6L4uxEMdP9ebOTFpuWmSWtmm+61HvE0fBmYPlaWAFkCNg==
37+
dependencies:
38+
"@arkecosystem/crypto" "^2.7.1"
39+
awilix "^4.2.2"
40+
dayjs "^1.8.15"
41+
42+
"@arkecosystem/core-interfaces@^2.6.57":
3443
version "2.6.57"
3544
resolved "https://registry.yarnpkg.com/@arkecosystem/core-interfaces/-/core-interfaces-2.6.57.tgz#aba742222559b4c1ac522a46de3e962c16e1d6c2"
3645
integrity sha512-F9PaMHQw8CVRG69xEmtPNU+ykJP5jMCBp2iXXdmJT0ES/LMKJ3hd4qstAMKN/0A39PEJjQTlMBGeE5/qbTEpAQ==
@@ -65,6 +74,32 @@
6574
tiny-glob "^0.2.6"
6675
wif "^2.0.6"
6776

77+
"@arkecosystem/crypto@^2.7.1":
78+
version "2.7.1"
79+
resolved "https://registry.yarnpkg.com/@arkecosystem/crypto/-/crypto-2.7.1.tgz#4f9066512722fca24a22d7118faafbeda0f5ab16"
80+
integrity sha512-VSzpz9DtCez7bX2o+/mgRJIkSMcc7VkOq8+euMPRTmqgaQNraHjuU6YMMceuG6fYqZrVbrefZuHPte8FfJhNzA==
81+
dependencies:
82+
"@arkecosystem/utils" "^1.2"
83+
"@types/bytebuffer" "^5.0.40"
84+
ajv "^6.10.2"
85+
ajv-keywords "^3.4.1"
86+
bcrypto "^5.2.0"
87+
bip32 "^2.0.3"
88+
bip39 "^3.0.2"
89+
browserify-aes "^1.2.0"
90+
bstring "^0.3.9"
91+
buffer-xor "^2.0.2"
92+
bytebuffer "^5.0.1"
93+
dayjs "^1.8.15"
94+
deepmerge "^4.0.0"
95+
fast-memoize "^2.5.1"
96+
ipaddr.js "^1.9.0"
97+
lodash.get "^4.4.2"
98+
lodash.set "^4.3.2"
99+
lodash.sumby "^4.6.0"
100+
tiny-glob "^0.2.6"
101+
wif "^2.0.6"
102+
68103
"@arkecosystem/utils@^1.2":
69104
version "1.2.0"
70105
resolved "https://registry.yarnpkg.com/@arkecosystem/utils/-/utils-1.2.0.tgz#f58e9dca0e4478503e996c5f276bb210ab142e92"

0 commit comments

Comments
 (0)