Skip to content

Commit 17ec804

Browse files
chore(deps): bump axios from 0.19.2 to 0.21.1
Bumps [axios](https://github.com/axios/axios) from 0.19.2 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.19.2...v0.21.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 704250d commit 17ec804

2 files changed

Lines changed: 2 additions & 16 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"coverage": "CI=1 lerna run coverage"
6060
},
6161
"dependencies": {
62-
"axios": "^0.19.0"
62+
"axios": "^0.21.1"
6363
},
6464
"resolutions": {
6565
"bn.js": "5.1.3",

yarn.lock

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2128,13 +2128,6 @@ axios-mock-adapter@^1.19.0:
21282128
fast-deep-equal "^3.1.3"
21292129
is-buffer "^2.0.3"
21302130

2131-
axios@^0.19.0:
2132-
version "0.19.2"
2133-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
2134-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
2135-
dependencies:
2136-
follow-redirects "1.5.10"
2137-
21382131
axios@^0.21.1:
21392132
version "0.21.1"
21402133
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
@@ -4133,7 +4126,7 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9:
41334126
dependencies:
41344127
ms "2.0.0"
41354128

4136-
debug@3.1.0, debug@=3.1.0:
4129+
debug@3.1.0:
41374130
version "3.1.0"
41384131
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
41394132
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
@@ -5387,13 +5380,6 @@ fn-name@^2.0.1:
53875380
resolved "https://registry.yarnpkg.com/fn-name/-/fn-name-2.0.1.tgz#5214d7537a4d06a4a301c0cc262feb84188002e7"
53885381
integrity sha1-UhTXU3pNBqSjAcDMJi/rhBiAAuc=
53895382

5390-
follow-redirects@1.5.10:
5391-
version "1.5.10"
5392-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
5393-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
5394-
dependencies:
5395-
debug "=3.1.0"
5396-
53975383
follow-redirects@^1.10.0:
53985384
version "1.13.1"
53995385
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"

0 commit comments

Comments
 (0)