Skip to content

Commit dec4610

Browse files
chore(deps): bump axios from 0.19.2 to 0.21.1 (#781)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 93f7b01 commit dec4610

File tree

2 files changed

+17
-24
lines changed

2 files changed

+17
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@docsearch/css": "^1.0.0-alpha.27",
1515
"@docsearch/js": "^1.0.0-alpha.27",
1616
"algoliasearch": "^4.4.0",
17-
"axios": "^0.19.1",
17+
"axios": "^0.21.1",
1818
"intersection-observer": "^0.11.0",
1919
"showdown": "^1.9.1"
2020
}

yarn.lock

Lines changed: 16 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1841,12 +1841,12 @@ aws4@^1.8.0:
18411841
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
18421842
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
18431843

1844-
axios@^0.19.1:
1845-
version "0.19.2"
1846-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
1847-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
1844+
axios@^0.21.1:
1845+
version "0.21.1"
1846+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
1847+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
18481848
dependencies:
1849-
follow-redirects "1.5.10"
1849+
follow-redirects "^1.10.0"
18501850

18511851
babel-extract-comments@^1.0.0:
18521852
version "1.0.0"
@@ -2994,13 +2994,6 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
29942994
dependencies:
29952995
ms "2.0.0"
29962996

2997-
debug@=3.1.0, debug@~3.1.0:
2998-
version "3.1.0"
2999-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
3000-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
3001-
dependencies:
3002-
ms "2.0.0"
3003-
30042997
debug@^3.1.1, debug@^3.2.5:
30052998
version "3.2.7"
30062999
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
@@ -3015,6 +3008,13 @@ debug@^4.1.0, debug@^4.1.1:
30153008
dependencies:
30163009
ms "2.1.2"
30173010

3011+
debug@~3.1.0:
3012+
version "3.1.0"
3013+
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
3014+
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
3015+
dependencies:
3016+
ms "2.0.0"
3017+
30183018
decamelize@^1.2.0:
30193019
version "1.2.0"
30203020
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
@@ -3762,17 +3762,10 @@ flush-write-stream@^1.0.0:
37623762
inherits "^2.0.3"
37633763
readable-stream "^2.3.6"
37643764

3765-
follow-redirects@1.5.10:
3766-
version "1.5.10"
3767-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
3768-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
3769-
dependencies:
3770-
debug "=3.1.0"
3771-
3772-
follow-redirects@^1.0.0:
3773-
version "1.13.0"
3774-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db"
3775-
integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==
3765+
follow-redirects@^1.0.0, follow-redirects@^1.10.0:
3766+
version "1.13.1"
3767+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
3768+
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
37763769

37773770
for-in@^1.0.2:
37783771
version "1.0.2"

0 commit comments

Comments
 (0)