Skip to content

Commit df48784

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 157b0c0 commit df48784

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
@@ -9,7 +9,7 @@
99
"@babel/preset-react": "^7.9.1",
1010
"ace-builds": "^1.4.8",
1111
"async-mutex": "^0.3.1",
12-
"axios": "^0.19.2",
12+
"axios": "^0.21.1",
1313
"babel-loader": "^8.1.0",
1414
"bufferutil": "^4.0.1",
1515
"classnames": "^2.2.6",

yarn.lock

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

1709-
axios@^0.19.2:
1710-
version "0.19.2"
1711-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
1712-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
1709+
axios@^0.21.1:
1710+
version "0.21.1"
1711+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
1712+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
17131713
dependencies:
1714-
follow-redirects "1.5.10"
1714+
follow-redirects "^1.10.0"
17151715

17161716
axobject-query@^2.2.0:
17171717
version "2.2.0"
@@ -2629,20 +2629,20 @@ [email protected], debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
26292629
dependencies:
26302630
ms "2.0.0"
26312631

2632-
debug@=3.1.0, 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-
26392632
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
26402633
version "4.3.1"
26412634
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
26422635
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
26432636
dependencies:
26442637
ms "2.1.2"
26452638

2639+
debug@~3.1.0:
2640+
version "3.1.0"
2641+
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
2642+
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
2643+
dependencies:
2644+
ms "2.0.0"
2645+
26462646
debug@~4.1.0:
26472647
version "4.1.1"
26482648
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
@@ -3531,12 +3531,10 @@ flush-write-stream@^1.0.0:
35313531
inherits "^2.0.3"
35323532
readable-stream "^2.3.6"
35333533

3534-
3535-
version "1.5.10"
3536-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
3537-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
3538-
dependencies:
3539-
debug "=3.1.0"
3534+
follow-redirects@^1.10.0:
3535+
version "1.14.1"
3536+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.1.tgz#d9114ded0a1cfdd334e164e6662ad02bfd91ff43"
3537+
integrity sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==
35403538

35413539
fontfaceobserver@2.*:
35423540
version "2.1.0"

0 commit comments

Comments
 (0)