Skip to content

Commit b78d34a

Browse files
build(deps): bump axios from 0.19.2 to 0.21.1 (#54)
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 af2b77b commit b78d34a

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"typescript": "^3.2.4"
4444
},
4545
"dependencies": {
46-
"axios": "^0.19.2",
46+
"axios": "^0.21.1",
4747
"rimraf": "^3.0.2"
4848
},
4949
"files": [

yarn.lock

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -590,12 +590,12 @@ aws4@^1.8.0:
590590
version "1.10.0"
591591
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.10.0.tgz#a17b3a8ea811060e74d47d306122400ad4497ae2"
592592

593-
axios@^0.19.2:
594-
version "0.19.2"
595-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
596-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
593+
axios@^0.21.1:
594+
version "0.21.1"
595+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
596+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
597597
dependencies:
598-
follow-redirects "1.5.10"
598+
follow-redirects "^1.10.0"
599599

600600
babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
601601
version "6.26.0"
@@ -1455,7 +1455,7 @@ dateformat@^3.0.0:
14551455
version "3.0.3"
14561456
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae"
14571457

1458-
debug@3.1.0, debug@=3.1.0:
1458+
debug@3.1.0:
14591459
version "3.1.0"
14601460
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
14611461
dependencies:
@@ -2083,11 +2083,10 @@ flush-write-stream@^1.0.0:
20832083
inherits "^2.0.3"
20842084
readable-stream "^2.3.6"
20852085

2086-
follow-redirects@1.5.10:
2087-
version "1.5.10"
2088-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
2089-
dependencies:
2090-
debug "=3.1.0"
2086+
follow-redirects@^1.10.0:
2087+
version "1.13.1"
2088+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
2089+
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
20912090

20922091
for-in@^1.0.1, for-in@^1.0.2:
20932092
version "1.0.2"

0 commit comments

Comments
 (0)