Skip to content

Commit fef140b

Browse files
Bump axios from 0.18.1 to 0.21.1
Bumps [axios](https://github.com/axios/axios) from 0.18.1 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](axios/axios@v0.18.1...v0.21.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5f8d69f commit fef140b

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/chai-as-promised": "7.1.0",
3333
"@types/node": "^10.12.0",
3434
"apidoc": "^0.16.1",
35-
"axios": "^0.19.2",
35+
"axios": "^0.21.1",
3636
"bignumber.js": "^8.0.1",
3737
"cbor": "^4.1.1",
3838
"chai": "^4.1.2",

yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -826,6 +826,12 @@ axios@^0.19.2:
826826
dependencies:
827827
follow-redirects "1.5.10"
828828

829+
axios@^0.21.1:
830+
version "0.21.1"
831+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
832+
dependencies:
833+
follow-redirects "^1.10.0"
834+
829835
babel-cli@^6.18.0:
830836
version "6.26.0"
831837
resolved "https://registry.yarnpkg.com/babel-cli/-/babel-cli-6.26.0.tgz#502ab54874d7db88ad00b887a06383ce03d002f1"
@@ -3711,6 +3717,10 @@ follow-redirects@1.5.10:
37113717
dependencies:
37123718
debug "=3.1.0"
37133719

3720+
follow-redirects@^1.10.0:
3721+
version "1.13.2"
3722+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.2.tgz#dd73c8effc12728ba5cf4259d760ea5fb83e3147"
3723+
37143724
for-each@^0.3.3, for-each@~0.3.3:
37153725
version "0.3.3"
37163726
resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e"

0 commit comments

Comments
 (0)