mirror of
https://github.com/tenrok/axios.git
synced 2026-06-02 16:04:10 +03:00
Update follow-redirects dependency
Using the follow-redirects 1.0.0 causes this reported write after end issue: https://github.com/olalonde/follow-redirects/issues/50. It looks like the problem with follow-redirects was fixed in 1.1.0 https://github.com/olalonde/follow-redirects/commit/9eec6f0fb8d1c51dbd9be732ce1e2c794a01b652 but if axios is going to update the dependency it might as well update to the latest version now.
This commit is contained in:
+1
-1
@@ -72,6 +72,6 @@
|
||||
},
|
||||
"typings": "./index.d.ts",
|
||||
"dependencies": {
|
||||
"follow-redirects": "1.0.0"
|
||||
"follow-redirects": "1.2.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user