Skip to content

Commit d7415fe

Browse files
Update dependency axios to v1.9.0
1 parent 3a4e8ab commit d7415fe

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"dependencies": {
77
"ajv": "8.17.1",
8-
"axios": "1.8.4",
8+
"axios": "1.9.0",
99
"eventsource": "2.0.2",
1010
"fastify": "5.3.2",
1111
"ioredis": "5.6.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -765,10 +765,10 @@ [email protected]:
765765
fast-deep-equal "^3.1.3"
766766
is-buffer "^2.0.5"
767767

768-
axios@1.8.4:
769-
version "1.8.4"
770-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.4.tgz#78990bb4bc63d2cae072952d374835950a82f447"
771-
integrity sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==
768+
axios@1.9.0:
769+
version "1.9.0"
770+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.9.0.tgz#25534e3b72b54540077d33046f77e3b8d7081901"
771+
integrity sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==
772772
dependencies:
773773
follow-redirects "^1.15.6"
774774
form-data "^4.0.0"

0 commit comments

Comments
 (0)