Skip to content

Commit debb133

Browse files
fix(deps): update dependency axios to v1.13.4
1 parent fab731b commit debb133

2 files changed

Lines changed: 14 additions & 5 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.13.2",
18+
"axios": "1.13.4",
1919
"bcrypt": "6.0.0",
2020
"cors": "2.8.6",
2121
"cos-nodejs-sdk-v5": "2.15.4",

yarn.lock

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

1606-
axios@1.13.2, axios@^1.7.2:
1607-
version "1.13.2"
1608-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.2.tgz#9ada120b7b5ab24509553ec3e40123521117f687"
1609-
integrity sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==
1606+
axios@1.13.4:
1607+
version "1.13.4"
1608+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.4.tgz#15d109a4817fb82f73aea910d41a2c85606076bc"
1609+
integrity sha512-1wVkUaAO6WyaYtCkcYCOx12ZgpGf9Zif+qXa4n+oYzK558YryKqiL6UWwd5DqiH3VRW0GYhTZQ/vlgJrCoNQlg==
16101610
dependencies:
16111611
follow-redirects "^1.15.6"
16121612
form-data "^4.0.4"
@@ -1619,6 +1619,15 @@ axios@^0.21.1:
16191619
dependencies:
16201620
follow-redirects "^1.14.0"
16211621

1622+
axios@^1.7.2:
1623+
version "1.13.2"
1624+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.2.tgz#9ada120b7b5ab24509553ec3e40123521117f687"
1625+
integrity sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==
1626+
dependencies:
1627+
follow-redirects "^1.15.6"
1628+
form-data "^4.0.4"
1629+
proxy-from-env "^1.1.0"
1630+
16221631
balanced-match@^1.0.0:
16231632
version "1.0.2"
16241633
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"

0 commit comments

Comments
 (0)