Skip to content

Commit 8846a80

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 6396da7 commit 8846a80

File tree

2 files changed

+17
-19
lines changed

2 files changed

+17
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@babel/preset-env": "^7.9.0",
99
"@babel/preset-react": "^7.9.1",
1010
"ace-builds": "^1.4.8",
11-
"axios": "^0.19.2",
11+
"axios": "^0.21.1",
1212
"babel-loader": "^8.1.0",
1313
"bufferutil": "^4.0.1",
1414
"classnames": "^2.2.6",

yarn.lock

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1699,12 +1699,12 @@ axe-core@^4.0.2:
16991699
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.1.2.tgz#7cf783331320098bfbef620df3b3c770147bc224"
17001700
integrity sha512-V+Nq70NxKhYt89ArVcaNL9FDryB3vQOd+BFXZIfO3RP6rwtj+2yqqqdHEkacutglPaZLkJeuXKCjCJDMGPtPqg==
17011701

1702-
axios@^0.19.2:
1703-
version "0.19.2"
1704-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
1705-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
1702+
axios@^0.21.1:
1703+
version "0.21.1"
1704+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
1705+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
17061706
dependencies:
1707-
follow-redirects "1.5.10"
1707+
follow-redirects "^1.10.0"
17081708

17091709
axobject-query@^2.2.0:
17101710
version "2.2.0"
@@ -2622,20 +2622,20 @@ [email protected], debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
26222622
dependencies:
26232623
ms "2.0.0"
26242624

2625-
debug@=3.1.0, debug@~3.1.0:
2626-
version "3.1.0"
2627-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
2628-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
2629-
dependencies:
2630-
ms "2.0.0"
2631-
26322625
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
26332626
version "4.3.1"
26342627
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
26352628
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
26362629
dependencies:
26372630
ms "2.1.2"
26382631

2632+
debug@~3.1.0:
2633+
version "3.1.0"
2634+
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
2635+
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
2636+
dependencies:
2637+
ms "2.0.0"
2638+
26392639
debug@~4.1.0:
26402640
version "4.1.1"
26412641
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
@@ -3524,12 +3524,10 @@ flush-write-stream@^1.0.0:
35243524
inherits "^2.0.3"
35253525
readable-stream "^2.3.6"
35263526

3527-
3528-
version "1.5.10"
3529-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
3530-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
3531-
dependencies:
3532-
debug "=3.1.0"
3527+
follow-redirects@^1.10.0:
3528+
version "1.13.2"
3529+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.2.tgz#dd73c8effc12728ba5cf4259d760ea5fb83e3147"
3530+
integrity sha512-6mPTgLxYm3r6Bkkg0vNM0HTjfGrOEtsfbhagQvbxDEsEkpNhw582upBaoRZylzen6krEmxXJgt9Ju6HiI4O7BA==
35333531

35343532
fontfaceobserver@2.*:
35353533
version "2.1.0"

0 commit comments

Comments
 (0)