2
0
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:
Wyatt Cready
2017-04-08 11:30:02 -04:00
committed by GitHub
parent 19644bac7b
commit 04982a2ef9
+1 -1
View File
@@ -72,6 +72,6 @@
},
"typings": "./index.d.ts",
"dependencies": {
"follow-redirects": "1.0.0"
"follow-redirects": "1.2.3"
}
}