Skip to content

Commit f3b713b

Browse files
Bump axios from 0.17.1 to 0.21.1
Bumps [axios](https://github.com/axios/axios) from 0.17.1 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.17.1...v0.21.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0b74417 commit f3b713b

File tree

2 files changed

+10
-20
lines changed

2 files changed

+10
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"@riophae/vue-treeselect": "^0.0.29",
31-
"axios": "^0.17.1",
31+
"axios": "^0.21.1",
3232
"babel": "^6.23.0",
3333
"babel-core": "^6.26.0",
3434
"babel-loader": "^7.1.2",

yarn.lock

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -420,13 +420,12 @@ aws4@^1.6.0, aws4@^1.8.0:
420420
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f"
421421
integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==
422422

423-
axios@^0.17.1:
424-
version "0.17.1"
425-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.17.1.tgz#2d8e3e5d0bdbd7327f91bc814f5c57660f81824d"
426-
integrity sha1-LY4+XQvb1zJ/kbyBT1xXZg+Bgk0=
423+
axios@^0.21.1:
424+
version "0.21.1"
425+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
426+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
427427
dependencies:
428-
follow-redirects "^1.2.5"
429-
is-buffer "^1.1.5"
428+
follow-redirects "^1.10.0"
430429

431430
babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
432431
version "6.26.0"
@@ -2023,13 +2022,6 @@ de-indent@^1.0.2:
20232022
resolved "https://registry.yarnpkg.com/de-indent/-/de-indent-1.0.2.tgz#b2038e846dc33baa5796128d0804b455b8c1e21d"
20242023
integrity sha1-sgOOhG3DO6pXlhKNCAS0VbjB4h0=
20252024

2026-
debug@=3.1.0:
2027-
version "3.1.0"
2028-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
2029-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
2030-
dependencies:
2031-
ms "2.0.0"
2032-
20332025
debug@^2.1.2, debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9:
20342026
version "2.6.9"
20352027
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
@@ -2903,12 +2895,10 @@ flatten@^1.0.2:
29032895
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782"
29042896
integrity sha1-2uRqnXj74lKSJYzB54CkHZXAN4I=
29052897

2906-
follow-redirects@^1.2.5:
2907-
version "1.5.9"
2908-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.9.tgz#c9ed9d748b814a39535716e531b9196a845d89c6"
2909-
integrity sha512-Bh65EZI/RU8nx0wbYF9shkFZlqLP+6WT/5FnA3cE/djNSuKNHJEinGGZgu/cQEkeeb2GdFOgenAmn8qaqYke2w==
2910-
dependencies:
2911-
debug "=3.1.0"
2898+
follow-redirects@^1.10.0:
2899+
version "1.13.1"
2900+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
2901+
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
29122902

29132903
for-in@^0.1.3:
29142904
version "0.1.8"

0 commit comments

Comments
 (0)