Skip to content

Commit c4e6c37

Browse files
renovate[bot]mergify[bot]
authored andcommitted
fix(deps): update dependency axios to v1.12.0 [security]
1 parent 774e052 commit c4e6c37

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.11.0",
18+
"axios": "1.12.0",
1919
"bcrypt": "6.0.0",
2020
"cors": "2.8.5",
2121
"cos-nodejs-sdk-v5": "2.15.4",

yarn.lock

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

1583-
axios@1.11.0, axios@^1.7.2:
1584-
version "1.11.0"
1585-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.11.0.tgz#c2ec219e35e414c025b2095e8b8280278478fdb6"
1586-
integrity sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==
1583+
axios@1.12.0:
1584+
version "1.12.0"
1585+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.0.tgz#11248459be05a5ee493485628fa0e4323d0abfc3"
1586+
integrity sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==
15871587
dependencies:
15881588
follow-redirects "^1.15.6"
15891589
form-data "^4.0.4"
@@ -1596,6 +1596,15 @@ axios@^0.21.1:
15961596
dependencies:
15971597
follow-redirects "^1.14.0"
15981598

1599+
axios@^1.7.2:
1600+
version "1.11.0"
1601+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.11.0.tgz#c2ec219e35e414c025b2095e8b8280278478fdb6"
1602+
integrity sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==
1603+
dependencies:
1604+
follow-redirects "^1.15.6"
1605+
form-data "^4.0.4"
1606+
proxy-from-env "^1.1.0"
1607+
15991608
balanced-match@^1.0.0:
16001609
version "1.0.2"
16011610
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"

0 commit comments

Comments
 (0)