2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +03:00

fix(vulnerability): update follow-redirects to 1.15.6 (#6300)

This commit is contained in:
Mitchell
2024-03-16 02:29:42 +10:30
committed by GitHub
parent d844227411
commit 8786e0ff55
2 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -146,7 +146,7 @@
"unpkg": "dist/axios.min.js",
"typings": "./index.d.ts",
"dependencies": {
"follow-redirects": "^1.15.5",
"follow-redirects": "^1.15.6",
"form-data": "^4.0.0",
"proxy-from-env": "^1.1.0"
},
@@ -215,4 +215,4 @@
"@commitlint/config-conventional"
]
}
}
}