Skip to content

Commit 75994fa

Browse files
fix(deps): update dependency axios to v1.15.0 [security] (#738)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e4d244d commit 75994fa

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.18.0",
9-
"axios": "1.14.0",
9+
"axios": "1.15.0",
1010
"eventsource": "4.1.0",
1111
"fastify": "5.8.4",
1212
"ioredis": "5.10.1",

yarn.lock

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

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==
811+
axios@1.15.0:
812+
version "1.15.0"
813+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.15.0.tgz#0fcee91ef03d386514474904b27863b2c683bf4f"
814+
integrity sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==
815815
dependencies:
816816
follow-redirects "^1.15.11"
817817
form-data "^4.0.5"

0 commit comments

Comments
 (0)