Skip to content

Commit 6d7db68

Browse files
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 45be2cc commit 6d7db68

File tree

2 files changed

+10
-24
lines changed

2 files changed

+10
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@babel/preset-react": "^7.10.1",
77
"@hcaptcha/react-hcaptcha": "^0.2.1",
88
"@rails/webpacker": "4.2.2",
9-
"axios": "^0.19.2",
9+
"axios": "^0.21.1",
1010
"js-yaml": "^3.14.0",
1111
"moment": "^2.27.0",
1212
"react": "^16.13.1",

yarn.lock

Lines changed: 9 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2163,12 +2163,12 @@ aws4@^1.8.0:
21632163
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.10.0.tgz#a17b3a8ea811060e74d47d306122400ad4497ae2"
21642164
integrity sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA==
21652165

2166-
axios@^0.19.2:
2167-
version "0.19.2"
2168-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
2169-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
2166+
axios@^0.21.1:
2167+
version "0.21.1"
2168+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
2169+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
21702170
dependencies:
2171-
follow-redirects "1.5.10"
2171+
follow-redirects "^1.10.0"
21722172

21732173
babel-eslint@^10.1.0:
21742174
version "10.1.0"
@@ -3233,13 +3233,6 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3:
32333233
dependencies:
32343234
ms "2.0.0"
32353235

3236-
debug@=3.1.0:
3237-
version "3.1.0"
3238-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
3239-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
3240-
dependencies:
3241-
ms "2.0.0"
3242-
32433236
debug@^3.1.1, debug@^3.2.5:
32443237
version "3.2.6"
32453238
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
@@ -3887,17 +3880,10 @@ flush-write-stream@^1.0.0:
38873880
inherits "^2.0.3"
38883881
readable-stream "^2.3.6"
38893882

3890-
follow-redirects@1.5.10:
3891-
version "1.5.10"
3892-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
3893-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
3894-
dependencies:
3895-
debug "=3.1.0"
3896-
3897-
follow-redirects@^1.0.0:
3898-
version "1.12.1"
3899-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.12.1.tgz#de54a6205311b93d60398ebc01cf7015682312b6"
3900-
integrity sha512-tmRv0AVuR7ZyouUHLeNSiO6pqulF7dYa3s19c6t+wz9LD69/uSzdMxJ2S91nTI9U3rt/IldxpzMOFejp6f0hjg==
3883+
follow-redirects@^1.0.0, follow-redirects@^1.10.0:
3884+
version "1.13.1"
3885+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
3886+
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
39013887

39023888
for-in@^1.0.2:
39033889
version "1.0.2"

0 commit comments

Comments
 (0)