Skip to content

Commit 44c4fd3

Browse files
fix(deps): update dependency axios to v1.10.0
1 parent 0294254 commit 44c4fd3

2 files changed

Lines changed: 5 additions & 14 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"async-mutex": "0.5.0",
18-
"axios": "1.9.0",
18+
"axios": "1.10.0",
1919
"bcrypt": "6.0.0",
2020
"cors": "2.8.5",
2121
"cos-nodejs-sdk-v5": "2.15.1",

yarn.lock

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -721,10 +721,10 @@ aws4@^1.8.0:
721721
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.13.2.tgz#0aa167216965ac9474ccfa83892cfb6b3e1e52ef"
722722
integrity sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==
723723

724-
axios@1.9.0:
725-
version "1.9.0"
726-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.9.0.tgz#25534e3b72b54540077d33046f77e3b8d7081901"
727-
integrity sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==
724+
axios@1.10.0, axios@^1.7.2:
725+
version "1.10.0"
726+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.10.0.tgz#af320aee8632eaf2a400b6a1979fa75856f38d54"
727+
integrity sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==
728728
dependencies:
729729
follow-redirects "^1.15.6"
730730
form-data "^4.0.0"
@@ -737,15 +737,6 @@ axios@^0.21.1:
737737
dependencies:
738738
follow-redirects "^1.14.0"
739739

740-
axios@^1.7.2:
741-
version "1.10.0"
742-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.10.0.tgz#af320aee8632eaf2a400b6a1979fa75856f38d54"
743-
integrity sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==
744-
dependencies:
745-
follow-redirects "^1.15.6"
746-
form-data "^4.0.0"
747-
proxy-from-env "^1.1.0"
748-
749740
balanced-match@^1.0.0:
750741
version "1.0.2"
751742
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"

0 commit comments

Comments
 (0)