Skip to content

Commit da3b457

Browse files
fix(deps): update dependency axios to v1.14.0
1 parent a1cfab5 commit da3b457

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"repository": "git://github.com/smartcontractkit/ea-framework-js.git",
77
"dependencies": {
88
"ajv": "8.18.0",
9-
"axios": "1.13.6",
9+
"axios": "1.14.0",
1010
"eventsource": "4.1.0",
1111
"fastify": "5.8.4",
1212
"ioredis": "5.10.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -808,14 +808,14 @@ axios-mock-adapter@2.1.0:
808808
fast-deep-equal "^3.1.3"
809809
is-buffer "^2.0.5"
810810

811-
axios@1.13.6:
812-
version "1.13.6"
813-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.6.tgz#c3f92da917dc209a15dd29936d20d5089b6b6c98"
814-
integrity sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==
811+
axios@1.14.0:
812+
version "1.14.0"
813+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.14.0.tgz#7c29f4cf2ea91ef05018d5aa5399bf23ed3120eb"
814+
integrity sha512-3Y8yrqLSwjuzpXuZ0oIYZ/XGgLwUIBU3uLvbcpb0pidD9ctpShJd43KSlEEkVQg6DS0G9NKyzOvBfUtDKEyHvQ==
815815
dependencies:
816816
follow-redirects "^1.15.11"
817817
form-data "^4.0.5"
818-
proxy-from-env "^1.1.0"
818+
proxy-from-env "^2.1.0"
819819

820820
balanced-match@^1.0.0:
821821
version "1.0.2"
@@ -2384,10 +2384,10 @@ prom-client@15.1.3:
23842384
"@opentelemetry/api" "^1.4.0"
23852385
tdigest "^0.1.1"
23862386

2387-
proxy-from-env@^1.1.0:
2388-
version "1.1.0"
2389-
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
2390-
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
2387+
proxy-from-env@^2.1.0:
2388+
version "2.1.0"
2389+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-2.1.0.tgz#a7487568adad577cfaaa7e88c49cab3ab3081aba"
2390+
integrity sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==
23912391

23922392
pump@^3.0.0:
23932393
version "3.0.3"

0 commit comments

Comments
 (0)