2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

fix(security): fixed security vulnerability in follow-redirects (#6163)

Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
Guy Nesher
2024-01-03 19:32:50 +00:00
committed by GitHub
parent 90864b3a3f
commit 75af1cdff5
3 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -146,7 +146,7 @@
"unpkg": "dist/axios.min.js",
"typings": "./index.d.ts",
"dependencies": {
"follow-redirects": "^1.15.0",
"follow-redirects": "^1.15.4",
"form-data": "^4.0.0",
"proxy-from-env": "^1.1.0"
},
@@ -215,4 +215,4 @@
"@commitlint/config-conventional"
]
}
}
}