Skip to content

Commit b4cc1ef

Browse files
authored
fix: mend security issue on axios (#8578)
1 parent c07fdb9 commit b4cc1ef

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@
132132
"ws": "^8.17.1",
133133
"@babel/runtime": "7.28.4",
134134
"brace-expansion@^1.1.7": "1.1.12",
135-
"brace-expansion@^2.0.1": "2.0.2"
135+
"brace-expansion@^2.0.1": "2.0.2",
136+
"axios": "^1.12.0"
136137
},
137138
"lint-staged": {
138139
"*": [

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8751,14 +8751,14 @@ __metadata:
87518751
languageName: node
87528752
linkType: hard
87538753

8754-
"axios@npm:^1.7.4":
8755-
version: 1.8.3
8756-
resolution: "axios@npm:1.8.3"
8754+
"axios@npm:^1.12.0":
8755+
version: 1.13.1
8756+
resolution: "axios@npm:1.13.1"
87578757
dependencies:
87588758
follow-redirects: "npm:^1.15.6"
8759-
form-data: "npm:^4.0.0"
8759+
form-data: "npm:^4.0.4"
87608760
proxy-from-env: "npm:^1.1.0"
8761-
checksum: 10/050f911cadd6d47a38ddbf91d2f8da2c34661dda8077e7ad6546e8178701125366fddbba07211a648b6815cf6c2c3c91c0a65d8b968e3d1a6054a21141ff9c01
8761+
checksum: 10/8046c15f3ffb5d5d45ce33074f69a9226d4c4312b205307d8a8f0d38bd549fdec7612b307a092b82d7af51d8f3a211ae27589f56a65643655acd01c6ee9bfdac
87628762
languageName: node
87638763
linkType: hard
87648764

0 commit comments

Comments
 (0)