Skip to content

Commit 94de75a

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

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.13"
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.13":
34+
version "2.7.13"
35+
resolved "https://registry.yarnpkg.com/@arkecosystem/core-interfaces/-/core-interfaces-2.7.13.tgz#c41b6b1c2cebabbe967a4614b5b1cb5ed6841e51"
36+
integrity sha512-1Ip5r2tIprPOvMPZKXZwzbxAXrffMuOEqWZBdwDLuob5vizz5sZzWOv6Ic1aJivDDZ+SYNPMD/bKX9+TnBKsGA==
37+
dependencies:
38+
"@arkecosystem/crypto" "^2.7.13"
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.13":
78+
version "2.7.13"
79+
resolved "https://registry.yarnpkg.com/@arkecosystem/crypto/-/crypto-2.7.13.tgz#42f022440e02a30f911e9f38319d1a2513049c0b"
80+
integrity sha512-LJrabWnH4vyBVmKsHFW9LhBWCZZAlVXu1b6hR7dNsIxyy4gw6ZjMt8EQ4lB+yUcf5cdGMH5MGd73HEOxARenKg==
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)