mirror of
https://github.com/tenrok/axios.git
synced 2026-05-15 11:59:42 +03:00
follow-redirects to ^1.14.9 (#4562)
* follow-redirects to ^1.14.9 * CHANGELOG.md * revert dist changes
This commit is contained in:
committed by
GitHub
parent
d24ce8e0d3
commit
499d3bee54
+2
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "axios",
|
||||
"version": "0.26.1",
|
||||
"version": "0.26.3",
|
||||
"description": "Promise based HTTP client for the browser and node.js",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
@@ -78,7 +78,7 @@
|
||||
"unpkg": "dist/axios.min.js",
|
||||
"typings": "./index.d.ts",
|
||||
"dependencies": {
|
||||
"follow-redirects": "^1.14.8",
|
||||
"follow-redirects": "^1.14.9",
|
||||
"form-data": "^4.0.0"
|
||||
},
|
||||
"bundlesize": [
|
||||
|
||||
Reference in New Issue
Block a user