Skip to content

Commit d6cd665

Browse files
Update dependency axios to v1.13.2 (#616)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cf1e249 commit d6cd665

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.17.1",
9-
"axios": "1.13.1",
9+
"axios": "1.13.2",
1010
"eventsource": "4.0.0",
1111
"fastify": "5.6.1",
1212
"ioredis": "5.8.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -785,10 +785,10 @@ axios-mock-adapter@2.1.0:
785785
fast-deep-equal "^3.1.3"
786786
is-buffer "^2.0.5"
787787

788-
axios@1.13.1:
789-
version "1.13.1"
790-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.1.tgz#45b62dc8fe04e0e92274e08b98e910ba3d7963a7"
791-
integrity sha512-hU4EGxxt+j7TQijx1oYdAjw4xuIp1wRQSsbMFwSthCWeBQur1eF+qJ5iQ5sN3Tw8YRzQNKb8jszgBdMDVqwJcw==
788+
axios@1.13.2:
789+
version "1.13.2"
790+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.2.tgz#9ada120b7b5ab24509553ec3e40123521117f687"
791+
integrity sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==
792792
dependencies:
793793
follow-redirects "^1.15.6"
794794
form-data "^4.0.4"

0 commit comments

Comments
 (0)