2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-05 16:42:32 +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:
Enrique Mingorance Cano
2022-04-05 15:42:41 +02:00
committed by GitHub
parent d24ce8e0d3
commit 499d3bee54
5 changed files with 19 additions and 13 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog
### 0.26.3
Fixes and Functionality:
- Bump follow-redirects from 1.14.7 to 1.14.9 ([#4473](https://github.com/axios/axios/pull/4562))
### 0.26.1 (March 9, 2022)
Fixes and Functionality:
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "axios",
"main": "./dist/axios.js",
"version": "0.26.1",
"version": "0.26.3",
"homepage": "https://axios-http.com",
"authors": [
"Matt Zabriskie"
+1 -1
View File
@@ -1,3 +1,3 @@
module.exports = {
"version": "0.26.1"
"version": "0.26.3"
};
+10 -9
View File
@@ -1,15 +1,15 @@
{
"name": "axios",
"version": "0.26.1",
"version": "0.26.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "axios",
"version": "0.26.1",
"version": "0.26.3",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.14.8",
"follow-redirects": "^1.14.9",
"form-data": "^4.0.0"
},
"devDependencies": {
@@ -5616,15 +5616,16 @@
}
},
"node_modules/follow-redirects": {
"version": "1.14.8",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.8.tgz",
"integrity": "sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==",
"version": "1.14.9",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz",
"integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==",
"funding": [
{
"type": "individual",
"url": "https://github.com/sponsors/RubenVerborgh"
}
],
"license": "MIT",
"engines": {
"node": ">=4.0"
},
@@ -20712,9 +20713,9 @@
}
},
"follow-redirects": {
"version": "1.14.8",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.8.tgz",
"integrity": "sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA=="
"version": "1.14.9",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz",
"integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w=="
},
"for-in": {
"version": "1.0.2",
+2 -2
View File
@@ -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": [