Skip to content

Commit 8483f71

Browse files
fix(deps): update dependency axios to v1.13.5 [security]
1 parent d85abd7 commit 8483f71

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

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.17.1",
9-
"axios": "1.13.4",
9+
"axios": "1.13.5",
1010
"eventsource": "4.1.0",
1111
"fastify": "5.7.3",
1212
"ioredis": "5.9.2",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -815,13 +815,13 @@ axios-mock-adapter@2.1.0:
815815
fast-deep-equal "^3.1.3"
816816
is-buffer "^2.0.5"
817817

818-
axios@1.13.4:
819-
version "1.13.4"
820-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.4.tgz#15d109a4817fb82f73aea910d41a2c85606076bc"
821-
integrity sha512-1wVkUaAO6WyaYtCkcYCOx12ZgpGf9Zif+qXa4n+oYzK558YryKqiL6UWwd5DqiH3VRW0GYhTZQ/vlgJrCoNQlg==
818+
axios@1.13.5:
819+
version "1.13.5"
820+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.5.tgz#5e464688fa127e11a660a2c49441c009f6567a43"
821+
integrity sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==
822822
dependencies:
823-
follow-redirects "^1.15.6"
824-
form-data "^4.0.4"
823+
follow-redirects "^1.15.11"
824+
form-data "^4.0.5"
825825
proxy-from-env "^1.1.0"
826826

827827
balanced-match@^1.0.0:
@@ -1526,7 +1526,7 @@ flatted@^3.2.9:
15261526
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.3.tgz#67c8fad95454a7c7abebf74bb78ee74a44023358"
15271527
integrity sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==
15281528

1529-
follow-redirects@^1.15.6:
1529+
follow-redirects@^1.15.11:
15301530
version "1.15.11"
15311531
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.11.tgz#777d73d72a92f8ec4d2e410eb47352a56b8e8340"
15321532
integrity sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==
@@ -1539,7 +1539,7 @@ foreground-child@^3.1.0, foreground-child@^3.1.1:
15391539
cross-spawn "^7.0.6"
15401540
signal-exit "^4.0.1"
15411541

1542-
form-data@^4.0.4:
1542+
form-data@^4.0.5:
15431543
version "4.0.5"
15441544
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.5.tgz#b49e48858045ff4cbf6b03e1805cebcad3679053"
15451545
integrity sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==

0 commit comments

Comments
 (0)