Skip to content

Commit

Permalink
follow-redirects to ^1.14.9 (#4562)
Browse files Browse the repository at this point in the history
* follow-redirects to ^1.14.9

* CHANGELOG.md

* revert dist changes
  • Loading branch information
Ginxo committed Apr 5, 2022
1 parent d24ce8e commit 499d3be
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lib/env/data.js
@@ -1,3 +1,3 @@
module.exports = {
"version": "0.26.1"
"version": "0.26.3"
};
19 changes: 10 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
@@ -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",
Expand Down Expand Up @@ -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": [
Expand Down

0 comments on commit 499d3be

Please sign in to comment.