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

security: upgrade follow-redirects

This would prevent tools like nsp to complain about a security issue from axios. It's something that got fixed in the package debug, and in order to benefit from that fix, it's necessary to upgrade to at least follow-redirects@1.2.5
This commit is contained in:
Eduardo San Martin Morote
2017-11-07 18:00:42 +01:00
committed by GitHub
parent 1ee5494038
commit 1e58b69df1
+1 -1
View File
@@ -73,7 +73,7 @@
}, },
"typings": "./index.d.ts", "typings": "./index.d.ts",
"dependencies": { "dependencies": {
"follow-redirects": "^1.2.3", "follow-redirects": "^1.2.5",
"is-buffer": "^1.1.5" "is-buffer": "^1.1.5"
}, },
"bundlesize": [ "bundlesize": [