Skip to content

Commit 997866f

Browse files
Bump axios from 0.19.2 to 0.21.1 (#2099)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Esteban Miño <[email protected]>
1 parent 5536d2b commit 997866f

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@walletconnect/client": "1.3.1",
8989
"@walletconnect/utils": "1.3.1",
9090
"asyncstorage-down": "4.2.0",
91-
"axios": "^0.19.2",
91+
"axios": "^0.21.1",
9292
"babel-plugin-transform-inline-environment-variables": "0.4.3",
9393
"babel-plugin-transform-remove-console": "6.9.4",
9494
"base-64": "0.1.0",

yarn.lock

+10-12
Original file line numberDiff line numberDiff line change
@@ -2497,12 +2497,12 @@ aws4@^1.8.0:
24972497
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.10.0.tgz#a17b3a8ea811060e74d47d306122400ad4497ae2"
24982498
integrity sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA==
24992499

2500-
axios@^0.19.2:
2501-
version "0.19.2"
2502-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
2503-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
2500+
axios@^0.21.1:
2501+
version "0.21.1"
2502+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
2503+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
25042504
dependencies:
2505-
follow-redirects "1.5.10"
2505+
follow-redirects "^1.10.0"
25062506

25072507
25082508
version "7.0.0-bridge.0"
@@ -3811,7 +3811,7 @@ debug@2, [email protected], debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
38113811
dependencies:
38123812
ms "2.0.0"
38133813

3814-
[email protected], debug@=3.1.0:
3814+
38153815
version "3.1.0"
38163816
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
38173817
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
@@ -5988,12 +5988,10 @@ fn-name@~2.0.1:
59885988
resolved "https://registry.yarnpkg.com/fn-name/-/fn-name-2.0.1.tgz#5214d7537a4d06a4a301c0cc262feb84188002e7"
59895989
integrity sha1-UhTXU3pNBqSjAcDMJi/rhBiAAuc=
59905990

5991-
5992-
version "1.5.10"
5993-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
5994-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
5995-
dependencies:
5996-
debug "=3.1.0"
5991+
follow-redirects@^1.10.0:
5992+
version "1.13.1"
5993+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
5994+
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
59975995

59985996
for-in@^1.0.2:
59995997
version "1.0.2"

0 commit comments

Comments
 (0)