Skip to content

Commit

Permalink
Update follow-redirects dependency
Browse files Browse the repository at this point in the history
Using the follow-redirects 1.0.0 causes this reported write after end issue: follow-redirects/follow-redirects#50. It looks like the problem with follow-redirects was fixed in 1.1.0 follow-redirects/follow-redirects@9eec6f0 but if axios is going to update the dependency it might as well update to the latest version now.
  • Loading branch information
jcready committed Apr 8, 2017
1 parent 19644ba commit 04982a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -72,6 +72,6 @@
},
"typings": "./index.d.ts",
"dependencies": {
"follow-redirects": "1.0.0"
"follow-redirects": "1.2.3"
}
}

0 comments on commit 04982a2

Please sign in to comment.