Skip to content

Commit e926a84

Browse files
authored
Merge pull request #146 from learn-ark/renovate/arkecosystem-core-http-utils-2.x
fix(deps): update dependency @arkecosystem/core-http-utils to v2.7.1
2 parents c1d0337 + be7566c commit e926a84

File tree

2 files changed

+45
-17
lines changed

2 files changed

+45
-17
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@arkecosystem/core-container": "2.6.57",
34-
"@arkecosystem/core-http-utils": "2.6.57",
34+
"@arkecosystem/core-http-utils": "2.7.1",
3535
"@arkecosystem/core-interfaces": "2.7.1"
3636
},
3737
"devDependencies": {

yarn.lock

+44-16
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

5-
"@arkecosystem/[email protected]", "@arkecosystem/core-container@^2.6.57":
5+
"@arkecosystem/[email protected]":
66
version "2.6.57"
77
resolved "https://registry.yarnpkg.com/@arkecosystem/core-container/-/core-container-2.6.57.tgz#75ba178525905cd8fa380ffea05533f5389062ed"
88
integrity sha512-axp6nfxPySFVhcTSbT/84r5UjLBdiweem4VQ3+lvAMuOHvATQlm4AHV5+hwgYVs+HAH8Xk0WE6W46uM/g9WOBw==
@@ -25,19 +25,47 @@
2525
log-process-errors "^5.0.2"
2626
semver "^7.0.0"
2727

28+
"@arkecosystem/core-container@^2.7.1":
29+
version "2.7.1"
30+
resolved "https://registry.yarnpkg.com/@arkecosystem/core-container/-/core-container-2.7.1.tgz#a3ba39cca6deb6d63af53d1ea89ff285acdf5296"
31+
integrity sha512-WTgjWdN4SlScEru3Ic+Jq9fa1eJq3BNxaGFkm8SL9GZopcPUR3mX5FwhSa54LnAsb4Xn29d+Xa7P7772XL/pqw==
32+
dependencies:
33+
"@arkecosystem/core-event-emitter" "^2.7.1"
34+
"@arkecosystem/core-interfaces" "^2.7.1"
35+
"@arkecosystem/crypto" "^2.7.1"
36+
"@hapi/hoek" "^8.0.2"
37+
"@hapi/joi" "^15.1.0"
38+
awilix "^4.2.2"
39+
delay "^4.3.0"
40+
env-paths "^2.2.0"
41+
envfile "^4.0.0"
42+
expand-home-dir "^0.0.3"
43+
fs-extra "^8.1.0"
44+
got "^9.6.0"
45+
lodash.get "^4.4.2"
46+
lodash.isstring "^4.0.1"
47+
lodash.set "^4.3.2"
48+
log-process-errors "^5.0.2"
49+
semver "^7.0.0"
50+
2851
"@arkecosystem/core-event-emitter@^2.6.57":
2952
version "2.6.57"
3053
resolved "https://registry.yarnpkg.com/@arkecosystem/core-event-emitter/-/core-event-emitter-2.6.57.tgz#d00e76288be49834c2dc5a1d11ded3c24355b618"
3154
integrity sha512-SvohIe+40cE46/jF56oNDV/17LEB2YBfYqeUx/Pe8JWc6hkZGaIsBVwBLrJO4P/VLEfOc3S8LwqV03smdqLqAA==
3255

33-
"@arkecosystem/[email protected]":
34-
version "2.6.57"
35-
resolved "https://registry.yarnpkg.com/@arkecosystem/core-http-utils/-/core-http-utils-2.6.57.tgz#06bcc6a7c42f2d182edb02823719c1725d2f0c35"
36-
integrity sha512-9tYJvHkNN5DnXrQWvEPNt6Q3fA1FdMMvGHwBOHWgXuJi8l6pF7cdyv3KhUE5Cb/xudVHvJ5GwqTsqAgrtISDUQ==
56+
"@arkecosystem/core-event-emitter@^2.7.1":
57+
version "2.7.1"
58+
resolved "https://registry.yarnpkg.com/@arkecosystem/core-event-emitter/-/core-event-emitter-2.7.1.tgz#1675ce8edc5bfa2b92f46c4b589b49ab8b113419"
59+
integrity sha512-j0rU79FQX7R6g8/L1kdvDKwB6L6J4/CuUr8Vr96pLrZ5ju+bmTefwPqxCNMOtizTagbhcEzyGA4WHbqNxRT4dw==
60+
61+
"@arkecosystem/[email protected]":
62+
version "2.7.1"
63+
resolved "https://registry.yarnpkg.com/@arkecosystem/core-http-utils/-/core-http-utils-2.7.1.tgz#aa3b76d304412d00098f13ee62c4fc14a812afc9"
64+
integrity sha512-vo+QFPVlb2i6PWcDi88mDu0N1CntRCnOxs3QLwPjUssHmpi2SBgRY4wRAgo8QtgigM3B9b/tg1s8LsCowW6RnA==
3765
dependencies:
38-
"@arkecosystem/core-container" "^2.6.57"
39-
"@arkecosystem/core-utils" "^2.6.57"
40-
"@arkecosystem/crypto" "^2.6.57"
66+
"@arkecosystem/core-container" "^2.7.1"
67+
"@arkecosystem/core-utils" "^2.7.1"
68+
"@arkecosystem/crypto" "^2.7.1"
4169
"@hapi/boom" "^8.0.0"
4270
"@hapi/good" "^8.2.0"
4371
"@hapi/good-console" "^8.1.0"
@@ -48,7 +76,7 @@
4876
expand-home-dir "^0.0.3"
4977
nanomatch "^1.2.13"
5078

51-
"@arkecosystem/[email protected]":
79+
"@arkecosystem/[email protected]", "@arkecosystem/core-interfaces@^2.7.1":
5280
version "2.7.1"
5381
resolved "https://registry.yarnpkg.com/@arkecosystem/core-interfaces/-/core-interfaces-2.7.1.tgz#1f99cf5b7a2f412218788985141d0d7a3e6760a2"
5482
integrity sha512-eNep9QP/rzIqf/oj6R95OScJhmHjG+x6e8HmiH5W/6L4uxEMdP9ebOTFpuWmSWtmm+61HvE0fBmYPlaWAFkCNg==
@@ -66,14 +94,14 @@
6694
awilix "^4.2.2"
6795
dayjs "^1.8.15"
6896

69-
"@arkecosystem/core-utils@^2.6.57":
70-
version "2.6.57"
71-
resolved "https://registry.yarnpkg.com/@arkecosystem/core-utils/-/core-utils-2.6.57.tgz#84ba4c99ce8eb9164d8110ce2a6d4a6bb83a2460"
72-
integrity sha512-5X9kcMSznGKr4EPIiOi9u1/l3ntFvyoaTUFxD43Z+B3++tQRuLbmpILp4CStB02Din2WrEWgVjq+uuUMIxraxw==
97+
"@arkecosystem/core-utils@^2.7.1":
98+
version "2.7.1"
99+
resolved "https://registry.yarnpkg.com/@arkecosystem/core-utils/-/core-utils-2.7.1.tgz#9138e30a795d1c7e3a55ae4e17e68d4609f1227e"
100+
integrity sha512-R3FHfMrXRqpQglJBaXfHP7akyN+mqH6If5gLoEPzDk+6YCuAQI5R25T0rYiH0T+ZXlLnt2WN1KSH9mmHPtuoCA==
73101
dependencies:
74-
"@arkecosystem/core-container" "^2.6.57"
75-
"@arkecosystem/core-interfaces" "^2.6.57"
76-
"@arkecosystem/crypto" "^2.6.57"
102+
"@arkecosystem/core-container" "^2.7.1"
103+
"@arkecosystem/core-interfaces" "^2.7.1"
104+
"@arkecosystem/crypto" "^2.7.1"
77105
cli-table3 "^0.5.1"
78106
dayjs "^1.8.15"
79107
fast-json-parse "^1.0.3"

0 commit comments

Comments
 (0)