File tree 2 files changed +23
-2
lines changed 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 30
30
"nodemon" : " 1.18.11" ,
31
31
"npm-run-all" : " 4.1.5" ,
32
32
"prisma" : " 1.30.1" ,
33
- "ts-node" : " 7 .0.1 " ,
33
+ "ts-node" : " 8 .0.3 " ,
34
34
"typescript" : " 3.4.3"
35
35
},
36
36
"prettier" : {
Original file line number Diff line number Diff line change @@ -494,6 +494,11 @@ are-we-there-yet@~1.1.2:
494
494
delegates "^1.0.0"
495
495
readable-stream "^2.0.6"
496
496
497
+ arg@^4.1.0 :
498
+ version "4.1.0"
499
+ resolved "https://registry.yarnpkg.com/arg/-/arg-4.1.0.tgz#583c518199419e0037abb74062c37f8519e575f0"
500
+ integrity sha512-ZWc51jO3qegGkVh8Hwpv636EkbesNV5ZNQPCtRa+0qytRYPEs9IYT9qITY9buezqUH5uqyzlWLcufrzU2rffdg==
501
+
497
502
argparse@^1.0.7 :
498
503
version "1.0.10"
499
504
resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911"
@@ -5745,7 +5750,18 @@ ts-invariant@^0.3.2:
5745
5750
dependencies :
5746
5751
tslib "^1.9.3"
5747
5752
5748
- [email protected] , ts-node@^7.0.1:
5753
+
5754
+ version "8.0.3"
5755
+ resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.0.3.tgz#aa60b836a24dafd8bf21b54766841a232fdbc641"
5756
+ integrity sha512-2qayBA4vdtVRuDo11DEFSsD/SFsBXQBRZZhbRGSIkmYmVkWjULn/GGMdG10KVqkaGndljfaTD8dKjWgcejO8YA==
5757
+ dependencies :
5758
+ arg "^4.1.0"
5759
+ diff "^3.1.0"
5760
+ make-error "^1.1.1"
5761
+ source-map-support "^0.5.6"
5762
+ yn "^3.0.0"
5763
+
5764
+ ts-node@^7.0.1 :
5749
5765
version "7.0.1"
5750
5766
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-7.0.1.tgz#9562dc2d1e6d248d24bc55f773e3f614337d9baf"
5751
5767
integrity sha512-BVwVbPJRspzNh2yfslyT1PSbl5uIk03EZlb493RKHN4qej/D06n1cEhjlOJG69oFsE7OT8XjpTUcYf6pKTLMhw==
@@ -6262,6 +6278,11 @@ yn@^2.0.0:
6262
6278
resolved "https://registry.yarnpkg.com/yn/-/yn-2.0.0.tgz#e5adabc8acf408f6385fc76495684c88e6af689a"
6263
6279
integrity sha1-5a2ryKz0CPY4X8dklWhMiOavaJo=
6264
6280
6281
+ yn@^3.0.0 :
6282
+ version "3.1.0"
6283
+ resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.0.tgz#fcbe2db63610361afcc5eb9e0ac91e976d046114"
6284
+ integrity sha512-kKfnnYkbTfrAdd0xICNFw7Atm8nKpLcLv9AZGEt+kczL/WQVai4e2V6ZN8U/O+iI6WrNuJjNNOyu4zfhl9D3Hg==
6285
+
6265
6286
z-schema@^3.18.2 :
6266
6287
version "3.24.1"
6267
6288
resolved "https://registry.yarnpkg.com/z-schema/-/z-schema-3.24.1.tgz#07a3643c8e061ec1af32e823c9f9e5e5e56e3c8d"
You can’t perform that action at this time.
0 commit comments