Skip to content

Commit f1a24c2

Browse files
committed
fix(deps): update dependency axios to v0.21.1 [security]
1 parent 0146d97 commit f1a24c2

File tree

3 files changed

+26
-25
lines changed

3 files changed

+26
-25
lines changed

package-lock.json

Lines changed: 15 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lint": "vue-cli-service lint"
99
},
1010
"dependencies": {
11-
"axios": "0.19.2",
11+
"axios": "0.21.1",
1212
"core-js": "3.6.4",
1313
"vue": "2.6.11"
1414
},

yarn.lock

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1806,12 +1806,12 @@ aws4@^1.8.0:
18061806
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f"
18071807
integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==
18081808

1809-
axios@0.19.2:
1810-
version "0.19.2"
1811-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
1812-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
1809+
axios@0.21.1:
1810+
version "0.21.1"
1811+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
1812+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
18131813
dependencies:
1814-
follow-redirects "1.5.10"
1814+
follow-redirects "^1.10.0"
18151815

18161816
babel-eslint@10.0.3:
18171817
version "10.0.3"
@@ -2955,13 +2955,6 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3:
29552955
dependencies:
29562956
ms "2.0.0"
29572957

2958-
debug@=3.1.0:
2959-
version "3.1.0"
2960-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
2961-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
2962-
dependencies:
2963-
ms "2.0.0"
2964-
29652958
debug@^3.0.0, debug@^3.1.1, debug@^3.2.5, debug@^3.2.6:
29662959
version "3.2.6"
29672960
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
@@ -3897,20 +3890,18 @@ flush-write-stream@^1.0.0:
38973890
inherits "^2.0.3"
38983891
readable-stream "^2.3.6"
38993892

3900-
follow-redirects@1.5.10:
3901-
version "1.5.10"
3902-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
3903-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
3904-
dependencies:
3905-
debug "=3.1.0"
3906-
39073893
follow-redirects@^1.0.0:
39083894
version "1.9.0"
39093895
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.9.0.tgz#8d5bcdc65b7108fe1508649c79c12d732dcedb4f"
39103896
integrity sha512-CRcPzsSIbXyVDl0QI01muNDu69S8trU4jArW9LpOt2WtC6LyUJetcIrmfHsRBx7/Jb6GHJUiuqyYxPooFfNt6A==
39113897
dependencies:
39123898
debug "^3.0.0"
39133899

3900+
follow-redirects@^1.10.0:
3901+
version "1.13.1"
3902+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
3903+
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
3904+
39143905
for-in@^1.0.2:
39153906
version "1.0.2"
39163907
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"

0 commit comments

Comments
 (0)