!70 add dep for security in package.json and yarn.lock

* add dep for security in package.json and yarn.lock
This commit is contained in:
剑子仙机 2022-03-14 03:44:08 +00:00
parent 03764e2b85
commit 10b8fb389f
2 changed files with 13 additions and 0 deletions

View File

@ -56,6 +56,7 @@
"@ant-design/pro-table": "^2.56.0",
"@umijs/route-utils": "^2.0.3",
"antd": "4.17.0",
"axios": "^0.26.1",
"classnames": "^2.2.6",
"lodash": "^4.17.11",
"moment": "^2.25.3",

View File

@ -4635,6 +4635,13 @@ aws4@^1.8.0:
resolved "https://registry.npm.taobao.org/aws4/download/aws4-1.11.0.tgz?cache=0&sync_timestamp=1604101244098&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Faws4%2Fdownload%2Faws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
integrity sha1-1h9G2DslGSUOJ4Ta9bCUeai0HFk=
axios@^0.26.1:
version "0.26.1"
resolved "https://registry.npmmirror.com/axios/-/axios-0.26.1.tgz#1ede41c51fcf51bbbd6fd43669caaa4f0495aaa9"
integrity sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==
dependencies:
follow-redirects "^1.14.8"
babel-core@7.0.0-bridge.0:
version "7.0.0-bridge.0"
resolved "https://registry.npm.taobao.org/babel-core/download/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
@ -7870,6 +7877,11 @@ fmin@^0.0.2:
tape "^4.5.1"
uglify-js "^2.6.2"
follow-redirects@^1.14.8:
version "1.14.9"
resolved "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.14.9.tgz#dd4ea157de7bfaf9ea9b3fbd85aa16951f78d8d7"
integrity sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==
for-each@^0.3.3, for-each@~0.3.3:
version "0.3.3"
resolved "https://registry.npm.taobao.org/for-each/download/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e"