Skip to content

Commit a87d5f0

Browse files
committed
fix(deps): update dependency @arkecosystem/core-interfaces to v2.7.7
1 parent 12d8a2d commit a87d5f0

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
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@arkecosystem/core-container": "2.7.1",
3434
"@arkecosystem/core-http-utils": "2.7.1",
35-
"@arkecosystem/core-interfaces": "2.7.1"
35+
"@arkecosystem/core-interfaces": "2.7.7"
3636
},
3737
"devDependencies": {
3838
"@sindresorhus/tsconfig": "0.7.0",

yarn.lock

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,16 @@
4848
expand-home-dir "^0.0.3"
4949
nanomatch "^1.2.13"
5050

51-
"@arkecosystem/[email protected]", "@arkecosystem/core-interfaces@^2.7.1":
51+
"@arkecosystem/[email protected]":
52+
version "2.7.7"
53+
resolved "https://registry.yarnpkg.com/@arkecosystem/core-interfaces/-/core-interfaces-2.7.7.tgz#5d4666e1097136e6b24e5c1dc50020fe5db7441e"
54+
integrity sha512-j4FWTIfi4p0KaW75s3VoGrWpf6w5+wdY70RITncLiqiHefZ0KVwkdZNJ+4JIYJlI6yDp/mGcf5LgBCwd7WENPw==
55+
dependencies:
56+
"@arkecosystem/crypto" "^2.7.7"
57+
awilix "^4.2.2"
58+
dayjs "^1.8.15"
59+
60+
"@arkecosystem/core-interfaces@^2.7.1":
5261
version "2.7.1"
5362
resolved "https://registry.yarnpkg.com/@arkecosystem/core-interfaces/-/core-interfaces-2.7.1.tgz#1f99cf5b7a2f412218788985141d0d7a3e6760a2"
5463
integrity sha512-eNep9QP/rzIqf/oj6R95OScJhmHjG+x6e8HmiH5W/6L4uxEMdP9ebOTFpuWmSWtmm+61HvE0fBmYPlaWAFkCNg==
@@ -98,6 +107,32 @@
98107
tiny-glob "^0.2.6"
99108
wif "^2.0.6"
100109

110+
"@arkecosystem/crypto@^2.7.7":
111+
version "2.7.7"
112+
resolved "https://registry.yarnpkg.com/@arkecosystem/crypto/-/crypto-2.7.7.tgz#4be5cf7e75b578b4cc4117ee5f54b51a554562df"
113+
integrity sha512-gYQTU9kYVi4DUMXWdeMJVmvC0sMOEN7NKIDh4tMYtqmo2dN7gCfkz2S5JhL6Y3jI7QgZnry1/tqbDsxpM10xCg==
114+
dependencies:
115+
"@arkecosystem/utils" "^1.2"
116+
"@types/bytebuffer" "^5.0.40"
117+
ajv "^6.10.2"
118+
ajv-keywords "^3.4.1"
119+
bcrypto "^5.2.0"
120+
bip32 "^2.0.3"
121+
bip39 "^3.0.2"
122+
browserify-aes "^1.2.0"
123+
bstring "^0.3.9"
124+
buffer-xor "^2.0.2"
125+
bytebuffer "^5.0.1"
126+
dayjs "^1.8.15"
127+
deepmerge "^4.0.0"
128+
fast-memoize "^2.5.1"
129+
ipaddr.js "^1.9.0"
130+
lodash.get "^4.4.2"
131+
lodash.set "^4.3.2"
132+
lodash.sumby "^4.6.0"
133+
tiny-glob "^0.2.6"
134+
wif "^2.0.6"
135+
101136
"@arkecosystem/utils@^1.2":
102137
version "1.2.0"
103138
resolved "https://registry.yarnpkg.com/@arkecosystem/utils/-/utils-1.2.0.tgz#f58e9dca0e4478503e996c5f276bb210ab142e92"

0 commit comments

Comments
 (0)