This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 2222 "dependencies" : {
2323 "babel-preset-es2015" : " ^6.24.1" ,
2424 "decimal.js" : " ^10.2.0" ,
25+ "dot-prop" : " ^4.2.1" ,
2526 "event-emitter" : " ^0.3.5" ,
2627 "koa" : " ^2.8.1" ,
2728 "koa-bodyparser" : " ^4.2.1" ,
28- "lodash" : " ^4.17.15 " ,
29+ "lodash" : " ^4.17.19 " ,
2930 "log-update" : " ^3.3.0" ,
3031 "log4js" : " ^5.1.0" ,
3132 "moment" : " ^2.24.0" ,
Original file line number Diff line number Diff line change @@ -1367,6 +1367,13 @@ dot-prop@^4.1.0:
13671367 dependencies :
13681368 is-obj "^1.0.0"
13691369
1370+ dot-prop@^4.2.1 :
1371+ version "4.2.1"
1372+ resolved "https://registry.npm.taobao.org/dot-prop/download/dot-prop-4.2.1.tgz?cache=0&sync_timestamp=1605778259603&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdot-prop%2Fdownload%2Fdot-prop-4.2.1.tgz#45884194a71fc2cda71cbb4bceb3a4dd2f433ba4"
1373+ integrity sha1-RYhBlKcfws2nHLtLzrOk3S9DO6Q=
1374+ dependencies :
1375+ is-obj "^1.0.0"
1376+
13701377duplexer3@^0.1.4 :
13711378 version "0.1.4"
13721379 resolved "https://registry.npm.taobao.org/duplexer3/download/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2"
@@ -2397,7 +2404,12 @@ latest-version@^3.0.0:
23972404 dependencies :
23982405 package-json "^4.0.0"
23992406
2400- lodash@^4.17.15, lodash@^4.17.4 :
2407+ lodash@^4.17.19 :
2408+ version "4.17.20"
2409+ resolved "https://registry.npm.taobao.org/lodash/download/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
2410+ integrity sha1-tEqbYpe8tpjxxRo1RaKzs2jVnFI=
2411+
2412+ lodash@^4.17.4 :
24012413 version "4.17.15"
24022414 resolved "https://registry.npm.taobao.org/lodash/download/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
24032415 integrity sha1-tEf2ZwoEVbv+7dETku/zMOoJdUg=
You can’t perform that action at this time.
0 commit comments