Skip to content

Commit b1b687a

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] <[email protected]>
1 parent 9b6dab3 commit b1b687a

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
@@ -2290,12 +2290,12 @@ axe-core@^4.0.2:
22902290
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.1.1.tgz#70a7855888e287f7add66002211a423937063eaf"
22912291
integrity sha512-5Kgy8Cz6LPC9DJcNb3yjAXTu3XihQgEdnIg50c//zOC/MyLP0Clg+Y8Sh9ZjjnvBrDZU4DgXS9C3T9r4/scGZQ==
22922292

2293-
axios@^0.19.2:
2294-
version "0.19.2"
2295-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
2296-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
2293+
axios@^0.21.1:
2294+
version "0.21.1"
2295+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
2296+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
22972297
dependencies:
2298-
follow-redirects "1.5.10"
2298+
follow-redirects "^1.10.0"
22992299

23002300
axobject-query@^2.2.0:
23012301
version "2.2.0"
@@ -3460,13 +3460,6 @@ [email protected], debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
34603460
dependencies:
34613461
ms "2.0.0"
34623462

3463-
debug@=3.1.0:
3464-
version "3.1.0"
3465-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
3466-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
3467-
dependencies:
3468-
ms "2.0.0"
3469-
34703463
debug@^3.1.1, debug@^3.2.5:
34713464
version "3.2.6"
34723465
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
@@ -4433,17 +4426,10 @@ flush-write-stream@^1.0.0:
44334426
inherits "^2.0.3"
44344427
readable-stream "^2.3.6"
44354428

4436-
4437-
version "1.5.10"
4438-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
4439-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
4440-
dependencies:
4441-
debug "=3.1.0"
4442-
4443-
follow-redirects@^1.0.0:
4444-
version "1.12.1"
4445-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.12.1.tgz#de54a6205311b93d60398ebc01cf7015682312b6"
4446-
integrity sha512-tmRv0AVuR7ZyouUHLeNSiO6pqulF7dYa3s19c6t+wz9LD69/uSzdMxJ2S91nTI9U3rt/IldxpzMOFejp6f0hjg==
4429+
follow-redirects@^1.0.0, follow-redirects@^1.10.0:
4430+
version "1.13.2"
4431+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.2.tgz#dd73c8effc12728ba5cf4259d760ea5fb83e3147"
4432+
integrity sha512-6mPTgLxYm3r6Bkkg0vNM0HTjfGrOEtsfbhagQvbxDEsEkpNhw582upBaoRZylzen6krEmxXJgt9Ju6HiI4O7BA==
44474433

44484434
for-in@^1.0.2:
44494435
version "1.0.2"

0 commit comments

Comments
 (0)