@@ -197,10 +197,10 @@ anymatch@^2.0.0:
197197 micromatch "^3.1.4"
198198 normalize-path "^2.1.1"
199199
200- app-root-path@^2 .0.1 :
201- version "2.2.1 "
202- resolved "https://registry.npm.taobao.org /app-root-path/download /app-root-path-2.2.1 .tgz#d0df4a682ee408273583d43f6f79e9892624bc9a "
203- integrity sha1-0N9KaC7kCCc1g9Q/b3npiSYkvJo =
200+ app-root-path@^3 .0.0 :
201+ version "3.0.0 "
202+ resolved "https://registry.yarnpkg.com /app-root-path/- /app-root-path-3.0.0 .tgz#210b6f43873227e18a4b810a032283311555d5ad "
203+ integrity sha512-qMcx+Gy2UZynHjOHOIXPNvpf+9cjvk3cWrBBK7zg4gH9+clobJRb9NGzcT7mQTcV/6Gm/1WelUtqxVXnNlrwcw= =
204204
205205aproba@^1.0.3 :
206206 version "1.2.0"
@@ -1113,7 +1113,7 @@ inflight@^1.0.4:
11131113 once "^1.3.0"
11141114 wrappy "1"
11151115
1116- inherits@2, inherits@2.0.4, inherits@^2.0.3, inherits@~2.0.3 :
1116+ inherits@2, inherits@2.0.4, inherits@^2.0.1, inherits@^2.0. 3, inherits@~2.0.3 :
11171117 version "2.0.4"
11181118 resolved "https://registry.npm.taobao.org/inherits/download/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
11191119 integrity sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w=
@@ -1708,6 +1708,11 @@ mkdirp@^0.5.0, mkdirp@^0.5.1:
17081708 dependencies :
17091709 minimist "0.0.8"
17101710
1711+ mkdirp@^1.0.3 :
1712+ version "1.0.4"
1713+ resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
1714+ integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
1715+
17111716moment@^2.22.2 :
17121717 version "2.24.0"
17131718 resolved "https://registry.npm.taobao.org/moment/download/moment-2.24.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmoment%2Fdownload%2Fmoment-2.24.0.tgz#0d055d53f5052aa653c9f6eb68bb5d12bf5c2b5b"
@@ -2320,6 +2325,14 @@ setprototypeof@1.1.1:
23202325 resolved "https://registry.npm.taobao.org/setprototypeof/download/setprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683"
23212326 integrity sha1-fpWsskqpL1iF4KvvW6ExMw1K5oM=
23222327
2328+ sha.js@^2.4.11 :
2329+ version "2.4.11"
2330+ resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz#37a5cf0b81ecbc6943de109ba2960d1b26584ae7"
2331+ integrity sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==
2332+ dependencies :
2333+ inherits "^2.0.1"
2334+ safe-buffer "^5.0.1"
2335+
23232336shebang-command@^1.2.0 :
23242337 version "1.2.0"
23252338 resolved "https://registry.npm.taobao.org/shebang-command/download/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
@@ -2632,21 +2645,22 @@ type-is@^1.6.16:
26322645 media-typer "0.3.0"
26332646 mime-types "~2.1.24"
26342647
2635- typeorm@^0.2.9 :
2636- version "0.2.18 "
2637- resolved "https://registry.npm.taobao.org /typeorm/download /typeorm-0.2.18 .tgz#8ae1d21104117724af41ddc11035c40a705e1de8 "
2638- integrity sha1-iuHSEQQRdySvQd3BEDXECnBeHeg =
2648+ typeorm@^0.2.25 :
2649+ version "0.2.25 "
2650+ resolved "https://registry.yarnpkg.com /typeorm/- /typeorm-0.2.25 .tgz#1a33513b375b78cc7740d2405202208b918d7dde "
2651+ integrity sha512-yzQ995fyDy5wolSLK9cmjUNcmQdixaeEm2TnXB5HN++uKbs9TiR6Y7eYAHpDlAE8s9J1uniDBgytecCZVFergQ= =
26392652 dependencies :
2640- app-root-path "^2 .0.1 "
2653+ app-root-path "^3 .0.0 "
26412654 buffer "^5.1.0"
26422655 chalk "^2.4.2"
26432656 cli-highlight "^2.0.0"
26442657 debug "^4.1.1"
26452658 dotenv "^6.2.0"
26462659 glob "^7.1.2"
26472660 js-yaml "^3.13.1"
2648- mkdirp "^0.5.1 "
2661+ mkdirp "^1.0.3 "
26492662 reflect-metadata "^0.1.13"
2663+ sha.js "^2.4.11"
26502664 tslib "^1.9.0"
26512665 xml2js "^0.4.17"
26522666 yargonaut "^1.1.2"
0 commit comments