Skip to content

Commit 4d9ebe6

Browse files
committed
fix(deps): update dependency @arkecosystem/core-interfaces to v2.7.25
1 parent 2e709ae commit 4d9ebe6

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.7.1",
33-
"@arkecosystem/core-interfaces": "2.7.1"
33+
"@arkecosystem/core-interfaces": "2.7.25"
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.7.1.tgz#1675ce8edc5bfa2b92f46c4b589b49ab8b113419"
3131
integrity sha512-j0rU79FQX7R6g8/L1kdvDKwB6L6J4/CuUr8Vr96pLrZ5ju+bmTefwPqxCNMOtizTagbhcEzyGA4WHbqNxRT4dw==
3232

33-
"@arkecosystem/core-interfaces@2.7.1", "@arkecosystem/core-interfaces@^2.7.1":
33+
"@arkecosystem/core-interfaces@2.7.25":
34+
version "2.7.25"
35+
resolved "https://registry.yarnpkg.com/@arkecosystem/core-interfaces/-/core-interfaces-2.7.25.tgz#7742dd99c20ef5c6c55a2b980d0a528785a31869"
36+
integrity sha512-i3emyVRMeb5gsE4ze4kwB/+fIyAHjD+QGl7l+lexU2ZpTEyo+A7wCt0Wq/EGUA9TXVqdc60feb8XeItlhefJ0A==
37+
dependencies:
38+
"@arkecosystem/crypto" "^2.7.25"
39+
awilix "^4.2.2"
40+
dayjs "^1.8.15"
41+
42+
"@arkecosystem/core-interfaces@^2.7.1":
3443
version "2.7.1"
3544
resolved "https://registry.yarnpkg.com/@arkecosystem/core-interfaces/-/core-interfaces-2.7.1.tgz#1f99cf5b7a2f412218788985141d0d7a3e6760a2"
3645
integrity sha512-eNep9QP/rzIqf/oj6R95OScJhmHjG+x6e8HmiH5W/6L4uxEMdP9ebOTFpuWmSWtmm+61HvE0fBmYPlaWAFkCNg==
@@ -65,6 +74,32 @@
6574
tiny-glob "^0.2.6"
6675
wif "^2.0.6"
6776

77+
"@arkecosystem/crypto@^2.7.25":
78+
version "2.7.25"
79+
resolved "https://registry.yarnpkg.com/@arkecosystem/crypto/-/crypto-2.7.25.tgz#9ca9b71f02d56027c0d99eb668349058ff07f2ed"
80+
integrity sha512-hcTN5EUEnlfAO1PdFnysMPTLCBp4IdQZ0MSI9HweByK/dDZpFbVwh0Xc+Z3yhRimDN5ASB6lfxNdlZAKNhQVQA==
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)