Skip to content

Commit 0c99c4a

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

File tree

2 files changed

+49
-14
lines changed

2 files changed

+49
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"test:coverage": "cross-env CORE_ENV=test jest --coverage --coveragePathIgnorePatterns='/(defaults.ts|index.ts)$' --runInBand --forceExit"
3030
},
3131
"dependencies": {
32-
"@arkecosystem/core-container": "2.7.1",
32+
"@arkecosystem/core-container": "2.7.25",
3333
"@arkecosystem/core-interfaces": "2.7.1"
3434
},
3535
"devDependencies": {

yarn.lock

Lines changed: 48 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# yarn lockfile v1
33

44

5-
"@arkecosystem/core-container@2.7.1":
6-
version "2.7.1"
7-
resolved "https://registry.yarnpkg.com/@arkecosystem/core-container/-/core-container-2.7.1.tgz#a3ba39cca6deb6d63af53d1ea89ff285acdf5296"
8-
integrity sha512-WTgjWdN4SlScEru3Ic+Jq9fa1eJq3BNxaGFkm8SL9GZopcPUR3mX5FwhSa54LnAsb4Xn29d+Xa7P7772XL/pqw==
9-
dependencies:
10-
"@arkecosystem/core-event-emitter" "^2.7.1"
11-
"@arkecosystem/core-interfaces" "^2.7.1"
12-
"@arkecosystem/crypto" "^2.7.1"
5+
"@arkecosystem/core-container@2.7.25":
6+
version "2.7.25"
7+
resolved "https://registry.yarnpkg.com/@arkecosystem/core-container/-/core-container-2.7.25.tgz#66d3f64fc96f49b57b013a251019a4ccd616a83b"
8+
integrity sha512-2dZlmrEOuqHQl6nqLSRt4PO5muRxxcYYNeXE3zB0YyLXZRzg1wYQVjn09G2w8XHEly/m6Nz0InMqK65IuUfrDw==
9+
dependencies:
10+
"@arkecosystem/core-event-emitter" "^2.7.25"
11+
"@arkecosystem/core-interfaces" "^2.7.25"
12+
"@arkecosystem/crypto" "^2.7.25"
1313
"@hapi/hoek" "^8.0.2"
1414
"@hapi/joi" "^15.1.0"
1515
awilix "^4.2.2"
@@ -25,12 +25,12 @@
2525
log-process-errors "^5.0.2"
2626
semver "^7.0.0"
2727

28-
"@arkecosystem/core-event-emitter@^2.7.1":
29-
version "2.7.1"
30-
resolved "https://registry.yarnpkg.com/@arkecosystem/core-event-emitter/-/core-event-emitter-2.7.1.tgz#1675ce8edc5bfa2b92f46c4b589b49ab8b113419"
31-
integrity sha512-j0rU79FQX7R6g8/L1kdvDKwB6L6J4/CuUr8Vr96pLrZ5ju+bmTefwPqxCNMOtizTagbhcEzyGA4WHbqNxRT4dw==
28+
"@arkecosystem/core-event-emitter@^2.7.25":
29+
version "2.7.25"
30+
resolved "https://registry.yarnpkg.com/@arkecosystem/core-event-emitter/-/core-event-emitter-2.7.25.tgz#85c4779eac342dde4c22ec48f1b93806f5dcd6ff"
31+
integrity sha512-yG05lro/v9NueJxqo9xC8UFcSw/eCDIwYebA1J+he7ZdZYk4ojbXEWWVDRmoG+ygY6fhie42mqjVXvOaoNa9fQ==
3232

33-
"@arkecosystem/core-interfaces@2.7.1", "@arkecosystem/core-interfaces@^2.7.1":
33+
"@arkecosystem/core-interfaces@2.7.1":
3434
version "2.7.1"
3535
resolved "https://registry.yarnpkg.com/@arkecosystem/core-interfaces/-/core-interfaces-2.7.1.tgz#1f99cf5b7a2f412218788985141d0d7a3e6760a2"
3636
integrity sha512-eNep9QP/rzIqf/oj6R95OScJhmHjG+x6e8HmiH5W/6L4uxEMdP9ebOTFpuWmSWtmm+61HvE0fBmYPlaWAFkCNg==
@@ -39,6 +39,15 @@
3939
awilix "^4.2.2"
4040
dayjs "^1.8.15"
4141

42+
"@arkecosystem/core-interfaces@^2.7.25":
43+
version "2.7.25"
44+
resolved "https://registry.yarnpkg.com/@arkecosystem/core-interfaces/-/core-interfaces-2.7.25.tgz#7742dd99c20ef5c6c55a2b980d0a528785a31869"
45+
integrity sha512-i3emyVRMeb5gsE4ze4kwB/+fIyAHjD+QGl7l+lexU2ZpTEyo+A7wCt0Wq/EGUA9TXVqdc60feb8XeItlhefJ0A==
46+
dependencies:
47+
"@arkecosystem/crypto" "^2.7.25"
48+
awilix "^4.2.2"
49+
dayjs "^1.8.15"
50+
4251
"@arkecosystem/crypto@^2.7.1":
4352
version "2.7.1"
4453
resolved "https://registry.yarnpkg.com/@arkecosystem/crypto/-/crypto-2.7.1.tgz#4f9066512722fca24a22d7118faafbeda0f5ab16"
@@ -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)