Skip to content

Commit ebd3747

Browse files
committed
upgrade axios (security vulnerability, close #10)
1 parent 36ec77b commit ebd3747

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
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"aes-js": "^3.1.2",
3535
"array-flat-polyfill": "^1.0.1",
36-
"axios": "^0.20.0",
36+
"axios": "^0.21.1",
3737
"hkscs_converter": "^0.2.0",
3838
"node-storage-shim": "^2.0.1",
3939
"ssl-root-cas": "^1.3.1"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -348,10 +348,10 @@ astral-regex@^1.0.0:
348348
resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9"
349349
integrity sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==
350350

351-
axios@^0.20.0:
352-
version "0.20.0"
353-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.20.0.tgz#057ba30f04884694993a8cd07fa394cff11c50bd"
354-
integrity sha512-ANA4rr2BDcmmAQLOKft2fufrtuvlqR+cXNNinUmvfeSNCOF98PZL+7M/v1zIdGo7OLjEA9J2gXJL+j4zGsl0bA==
351+
axios@^0.21.1:
352+
version "0.21.1"
353+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
354+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
355355
dependencies:
356356
follow-redirects "^1.10.0"
357357

0 commit comments

Comments
 (0)