|
68 | 68 | "@types/express-serve-static-core" "*" |
69 | 69 | "@types/mime" "*" |
70 | 70 |
|
71 | | -"@types/strip-bom@^3.0.0": |
72 | | - version "3.0.0" |
73 | | - resolved "https://registry.yarnpkg.com/@types/strip-bom/-/strip-bom-3.0.0.tgz#14a8ec3956c2e81edb7520790aecf21c290aebd2" |
74 | | - |
75 | | -"@types/strip-json-comments@0.0.30": |
76 | | - version "0.0.30" |
77 | | - resolved "https://registry.yarnpkg.com/@types/strip-json-comments/-/strip-json-comments-0.0.30.tgz#9aa30c04db212a9a0649d6ae6fd50accc40748a1" |
78 | | - |
79 | 71 | "@types/zen-observable@^0.5.3": |
80 | 72 | version "0.5.3" |
81 | 73 | resolved "https://registry.yarnpkg.com/@types/zen-observable/-/zen-observable-0.5.3.tgz#91b728599544efbb7386d8b6633693a3c2e7ade5" |
@@ -200,6 +192,10 @@ are-we-there-yet@~1.1.2: |
200 | 192 | delegates "^1.0.0" |
201 | 193 | readable-stream "^2.0.6" |
202 | 194 |
|
| 195 | +arg@^4.1.0: |
| 196 | + version "4.1.0" |
| 197 | + resolved "https://registry.yarnpkg.com/arg/-/arg-4.1.0.tgz#583c518199419e0037abb74062c37f8519e575f0" |
| 198 | + |
203 | 199 | argparse@^1.0.7: |
204 | 200 | version "1.0.9" |
205 | 201 | resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.9.tgz#73d83bc263f86e97f8cc4f6bae1b0e90a7d22c86" |
@@ -238,10 +234,6 @@ array-unique@^0.3.2: |
238 | 234 | version "0.3.2" |
239 | 235 | resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" |
240 | 236 |
|
241 | | -arrify@^1.0.0: |
242 | | - version "1.0.1" |
243 | | - resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" |
244 | | - |
245 | 237 | assert@^1.4.1: |
246 | 238 | version "1.4.1" |
247 | 239 | resolved "https://registry.yarnpkg.com/assert/-/assert-1.4.1.tgz#99912d591836b5a6f5b345c0f07eefc08fc65d91" |
@@ -393,6 +385,10 @@ buffer-equal-constant-time@1.0.1: |
393 | 385 | version "1.0.1" |
394 | 386 | resolved "https://registry.yarnpkg.com/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz#f8e71132f7ffe6e01a5c9697a4c6f3e48d5cc819" |
395 | 387 |
|
| 388 | +buffer-from@^1.0.0: |
| 389 | + version "1.1.1" |
| 390 | + resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef" |
| 391 | + |
396 | 392 | buffer@4.9.1: |
397 | 393 | version "4.9.1" |
398 | 394 | resolved "http://registry.npmjs.org/buffer/-/buffer-4.9.1.tgz#6d1bb601b07a4efced97094132093027c95bc298" |
@@ -438,7 +434,7 @@ capture-stack-trace@^1.0.0: |
438 | 434 | version "1.0.0" |
439 | 435 | resolved "https://registry.yarnpkg.com/capture-stack-trace/-/capture-stack-trace-1.0.0.tgz#4a6fa07399c26bba47f0b2496b4d0fb408c5550d" |
440 | 436 |
|
441 | | -chalk@^2.0.1, chalk@^2.3.0: |
| 437 | +chalk@^2.0.1: |
442 | 438 | version "2.3.0" |
443 | 439 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.0.tgz#b5ea48efc9c1793dccc9b4767c93914d3f2d52ba" |
444 | 440 | dependencies: |
@@ -1188,12 +1184,6 @@ has@^1.0.1: |
1188 | 1184 | dependencies: |
1189 | 1185 | function-bind "^1.0.2" |
1190 | 1186 |
|
1191 | | -homedir-polyfill@^1.0.1: |
1192 | | - version "1.0.1" |
1193 | | - resolved "https://registry.yarnpkg.com/homedir-polyfill/-/homedir-polyfill-1.0.1.tgz#4c2bbc8a758998feebf5ed68580f76d46768b4bc" |
1194 | | - dependencies: |
1195 | | - parse-passwd "^1.0.0" |
1196 | | - |
1197 | 1187 | hosted-git-info@^2.1.4: |
1198 | 1188 | version "2.5.0" |
1199 | 1189 | resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.5.0.tgz#6d60e34b3abbc8313062c3b798ef8d901a07af3c" |
@@ -2001,10 +1991,6 @@ parse-json@^4.0.0: |
2001 | 1991 | error-ex "^1.3.1" |
2002 | 1992 | json-parse-better-errors "^1.0.1" |
2003 | 1993 |
|
2004 | | -parse-passwd@^1.0.0: |
2005 | | - version "1.0.0" |
2006 | | - resolved "https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6" |
2007 | | - |
2008 | 1994 | parseurl@~1.3.2: |
2009 | 1995 | version "1.3.2" |
2010 | 1996 | resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.2.tgz#fc289d4ed8993119460c156253262cdc8de65bf3" |
@@ -2388,6 +2374,13 @@ source-map-support@^0.5.0: |
2388 | 2374 | dependencies: |
2389 | 2375 | source-map "^0.6.0" |
2390 | 2376 |
|
| 2377 | +source-map-support@^0.5.6: |
| 2378 | + version "0.5.10" |
| 2379 | + resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.10.tgz#2214080bc9d51832511ee2bab96e3c2f9353120c" |
| 2380 | + dependencies: |
| 2381 | + buffer-from "^1.0.0" |
| 2382 | + source-map "^0.6.0" |
| 2383 | + |
2391 | 2384 | source-map-url@^0.4.0: |
2392 | 2385 | version "0.4.0" |
2393 | 2386 | resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3" |
@@ -2496,7 +2489,7 @@ strip-eof@^1.0.0: |
2496 | 2489 | version "1.0.0" |
2497 | 2490 | resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf" |
2498 | 2491 |
|
2499 | | -strip-json-comments@^2.0.0, strip-json-comments@~2.0.1: |
| 2492 | +strip-json-comments@~2.0.1: |
2500 | 2493 | version "2.0.1" |
2501 | 2494 | resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" |
2502 | 2495 |
|
@@ -2579,29 +2572,15 @@ touch@^3.1.0: |
2579 | 2572 | dependencies: |
2580 | 2573 | nopt "~1.0.10" |
2581 | 2574 |
|
2582 | | -ts-node@4.1.0: |
2583 | | - version "4.1.0" |
2584 | | - resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-4.1.0.tgz#36d9529c7b90bb993306c408cd07f7743de20712" |
| 2575 | +ts-node@8.0.2: |
| 2576 | + version "8.0.2" |
| 2577 | + resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.0.2.tgz#9ecdf8d782a0ca4c80d1d641cbb236af4ac1b756" |
2585 | 2578 | dependencies: |
2586 | | - arrify "^1.0.0" |
2587 | | - chalk "^2.3.0" |
| 2579 | + arg "^4.1.0" |
2588 | 2580 | diff "^3.1.0" |
2589 | 2581 | make-error "^1.1.1" |
2590 | | - minimist "^1.2.0" |
2591 | | - mkdirp "^0.5.1" |
2592 | | - source-map-support "^0.5.0" |
2593 | | - tsconfig "^7.0.0" |
2594 | | - v8flags "^3.0.0" |
2595 | | - yn "^2.0.0" |
2596 | | - |
2597 | | -tsconfig@^7.0.0: |
2598 | | - version "7.0.0" |
2599 | | - resolved "https://registry.yarnpkg.com/tsconfig/-/tsconfig-7.0.0.tgz#84538875a4dc216e5c4a5432b3a4dec3d54e91b7" |
2600 | | - dependencies: |
2601 | | - "@types/strip-bom" "^3.0.0" |
2602 | | - "@types/strip-json-comments" "0.0.30" |
2603 | | - strip-bom "^3.0.0" |
2604 | | - strip-json-comments "^2.0.0" |
| 2582 | + source-map-support "^0.5.6" |
| 2583 | + yn "^3.0.0" |
2605 | 2584 |
|
2606 | 2585 | type-is@~1.6.15: |
2607 | 2586 | version "1.6.15" |
@@ -2719,12 +2698,6 @@ uuid@3.1.0, uuid@^3.1.0: |
2719 | 2698 | version "3.1.0" |
2720 | 2699 | resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.1.0.tgz#3dd3d3e790abc24d7b0d3a034ffababe28ebbc04" |
2721 | 2700 |
|
2722 | | -v8flags@^3.0.0: |
2723 | | - version "3.0.1" |
2724 | | - resolved "https://registry.yarnpkg.com/v8flags/-/v8flags-3.0.1.tgz#dce8fc379c17d9f2c9e9ed78d89ce00052b1b76b" |
2725 | | - dependencies: |
2726 | | - homedir-polyfill "^1.0.1" |
2727 | | - |
2728 | 2701 | validate-npm-package-license@^3.0.1: |
2729 | 2702 | version "3.0.1" |
2730 | 2703 | resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz#2804babe712ad3379459acfbe24746ab2c303fbc" |
@@ -2799,9 +2772,9 @@ yallist@^3.0.0, yallist@^3.0.2: |
2799 | 2772 | version "3.0.2" |
2800 | 2773 | resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.2.tgz#8452b4bb7e83c7c188d8041c1a837c773d6d8bb9" |
2801 | 2774 |
|
2802 | | -yn@^2.0.0: |
2803 | | - version "2.0.0" |
2804 | | - resolved "https://registry.yarnpkg.com/yn/-/yn-2.0.0.tgz#e5adabc8acf408f6385fc76495684c88e6af689a" |
| 2775 | +yn@^3.0.0: |
| 2776 | + version "3.0.0" |
| 2777 | + resolved "https://registry.yarnpkg.com/yn/-/yn-3.0.0.tgz#0073c6b56e92aed652fbdfd62431f2d6b9a7a091" |
2805 | 2778 |
|
2806 | 2779 | zen-observable-ts@^0.8.10: |
2807 | 2780 | version "0.8.10" |
|
0 commit comments