Skip to content

Commit 933d764

Browse files
[Security] Bump axios from 0.20.0 to 0.21.1 (#87)
1 parent 135badc commit 933d764

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lint": "vue-cli-service lint"
99
},
1010
"dependencies": {
11-
"axios": "^0.20.0",
11+
"axios": "^0.21.1",
1212
"sass": "^1.26.12",
1313
"sass-loader": "^10.0.2",
1414
"vue": "^2.6.12",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1912,10 +1912,10 @@ aws4@^1.8.0:
19121912
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.10.0.tgz#a17b3a8ea811060e74d47d306122400ad4497ae2"
19131913
integrity sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA==
19141914

1915-
axios@^0.20.0:
1916-
version "0.20.0"
1917-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.20.0.tgz#057ba30f04884694993a8cd07fa394cff11c50bd"
1918-
integrity sha512-ANA4rr2BDcmmAQLOKft2fufrtuvlqR+cXNNinUmvfeSNCOF98PZL+7M/v1zIdGo7OLjEA9J2gXJL+j4zGsl0bA==
1915+
axios@^0.21.1:
1916+
version "0.21.1"
1917+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
1918+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
19191919
dependencies:
19201920
follow-redirects "^1.10.0"
19211921

0 commit comments

Comments
 (0)