File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 150
150
"proxyquire" : " ^2.0.1" ,
151
151
"rimraf" : " ^2.6.2" ,
152
152
"sinon" : " ^7.3.2" ,
153
- "ts-node" : " ^8.1 .0" ,
153
+ "ts-node" : " ^8.2 .0" ,
154
154
"typedoc" : " ^0.14.2" ,
155
155
"typescript" : " 3.4.5"
156
156
},
Original file line number Diff line number Diff line change @@ -2957,11 +2957,16 @@ detect-libc@^1.0.2, detect-libc@^1.0.3:
2957
2957
resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b"
2958
2958
integrity sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=
2959
2959
2960
- diff@3.5.0, diff@^3.1.0, diff@^3. 5.0 :
2960
+ diff@3.5.0, diff@^3.5.0 :
2961
2961
version "3.5.0"
2962
2962
resolved "https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12"
2963
2963
integrity sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==
2964
2964
2965
+ diff@^4.0.1 :
2966
+ version "4.0.1"
2967
+ resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.1.tgz#0c667cb467ebbb5cea7f14f135cc2dba7780a8ff"
2968
+ integrity sha512-s2+XdvhPCOF01LRQBC8hf4vhbVmI2CGS5aZnxLJlT5FtdhPCDFq80q++zK2KlrVorVDdL5BOGZ/VfLrVtYNF+Q==
2969
+
2965
2970
diffie-hellman@^5.0.0 :
2966
2971
version "5.0.3"
2967
2972
resolved "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz#40e8ee98f55a2149607146921c63e1ae5f3d2875"
@@ -8295,13 +8300,13 @@ truncate-utf8-bytes@^1.0.0:
8295
8300
dependencies :
8296
8301
utf8-byte-length "^1.0.1"
8297
8302
8298
- ts-node@^8.1 .0 :
8299
- version "8.1 .0"
8300
- resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.1 .0.tgz#8c4b37036abd448577db22a061fd7a67d47e658e "
8301
- integrity sha512-34jpuOrxDuf+O6iW1JpgTRDFynUZ1iEqtYruBqh35gICNjN8x+LpVcPAcwzLPi9VU6mdA3ym+x233nZmZp445A ==
8303
+ ts-node@^8.2 .0 :
8304
+ version "8.2 .0"
8305
+ resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.2 .0.tgz#4a89754b00560bb24cd54526e1685fa38c45f240 "
8306
+ integrity sha512-m8XQwUurkbYqXrKqr3WHCW310utRNvV5OnRVeISeea7LoCWVcdfeB/Ntl8JYWFh+WRoUAdBgESrzKochQt7sMw ==
8302
8307
dependencies :
8303
8308
arg "^4.1.0"
8304
- diff "^3.1.0 "
8309
+ diff "^4.0.1 "
8305
8310
make-error "^1.1.1"
8306
8311
source-map-support "^0.5.6"
8307
8312
yn "^3.0.0"
You can’t perform that action at this time.
0 commit comments