mirror of
https://github.com/tenrok/axios.git
synced 2026-06-05 16:42:32 +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:
committed by
GitHub
parent
1ee5494038
commit
1e58b69df1
+1
-1
@@ -73,7 +73,7 @@
|
||||
},
|
||||
"typings": "./index.d.ts",
|
||||
"dependencies": {
|
||||
"follow-redirects": "^1.2.3",
|
||||
"follow-redirects": "^1.2.5",
|
||||
"is-buffer": "^1.1.5"
|
||||
},
|
||||
"bundlesize": [
|
||||
|
||||
Reference in New Issue
Block a user