Skip to content

Commit a2fa4a8

Browse files
dependabot[bot]JoaoPedroAS51
authored andcommitted
chore: bump axios from 0.19.2 to 0.21.1 (robsontenorio#166)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a2a8787 commit a2fa4a8

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@babel/plugin-transform-runtime": "^7.9.0",
5454
"@babel/preset-env": "^7.9.5",
5555
"@babel/runtime": "^7.9.2",
56-
"axios": "^0.19.2",
56+
"axios": "^0.21.1",
5757
"axios-mock-adapter": "^1.18.1",
5858
"babel-eslint": "^10.1.0",
5959
"codecov": "^3.6.5",

yarn.lock

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1595,12 +1595,12 @@ axios-mock-adapter@^1.18.1:
15951595
fast-deep-equal "^3.1.1"
15961596
is-buffer "^2.0.3"
15971597

1598-
axios@^0.19.2:
1599-
version "0.19.2"
1600-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
1601-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
1598+
axios@^0.21.1:
1599+
version "0.21.1"
1600+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
1601+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
16021602
dependencies:
1603-
follow-redirects "1.5.10"
1603+
follow-redirects "^1.10.0"
16041604

16051605
babel-eslint@^10.1.0:
16061606
version "10.1.0"
@@ -2402,7 +2402,7 @@ dateformat@^3.0.0:
24022402
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae"
24032403
integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==
24042404

2405-
debug@3.1.0, debug@=3.1.0:
2405+
debug@3.1.0:
24062406
version "3.1.0"
24072407
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
24082408
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
@@ -3127,12 +3127,10 @@ flush-write-stream@^1.0.0:
31273127
inherits "^2.0.3"
31283128
readable-stream "^2.3.6"
31293129

3130-
follow-redirects@1.5.10:
3131-
version "1.5.10"
3132-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
3133-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
3134-
dependencies:
3135-
debug "=3.1.0"
3130+
follow-redirects@^1.10.0:
3131+
version "1.13.1"
3132+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
3133+
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
31363134

31373135
for-in@^1.0.2:
31383136
version "1.0.2"

0 commit comments

Comments
 (0)