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 68
68
"@types/sinon" : " 7.0.13" ,
69
69
"prettier" : " 1.18.2" ,
70
70
"sinon" : " 7.4.2" ,
71
- "tslint" : " 5.19.0 " ,
71
+ "tslint" : " 5.20.1 " ,
72
72
"tslint-config-prettier" : " 1.18.0" ,
73
73
"typescript" : " 3.6.2" ,
74
74
"vscode" : " 1.1.36"
Original file line number Diff line number Diff line change @@ -267,11 +267,16 @@ delayed-stream@~1.0.0:
267
267
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
268
268
integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk=
269
269
270
- diff@3.5.0, diff@^3.2.0, diff@^3. 5.0 :
270
+ diff@3.5.0, diff@^3.5.0 :
271
271
version "3.5.0"
272
272
resolved "https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12"
273
273
integrity sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==
274
274
275
+ diff@^4.0.1 :
276
+ version "4.0.1"
277
+ resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.1.tgz#0c667cb467ebbb5cea7f14f135cc2dba7780a8ff"
278
+ integrity sha512-s2+XdvhPCOF01LRQBC8hf4vhbVmI2CGS5aZnxLJlT5FtdhPCDFq80q++zK2KlrVorVDdL5BOGZ/VfLrVtYNF+Q==
279
+
275
280
ecc-jsbn@~0.1.1 :
276
281
version "0.1.2"
277
282
resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9"
@@ -811,16 +816,16 @@ tslint-config-prettier@1.18.0:
811
816
resolved "https://registry.yarnpkg.com/tslint-config-prettier/-/tslint-config-prettier-1.18.0.tgz#75f140bde947d35d8f0d238e0ebf809d64592c37"
812
817
integrity sha512-xPw9PgNPLG3iKRxmK7DWr+Ea/SzrvfHtjFt5LBl61gk2UBG/DB9kCXRjv+xyIU1rUtnayLeMUVJBcMX8Z17nDg==
813
818
814
- tslint@5.19.0 :
815
- version "5.19.0 "
816
- resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.19.0 .tgz#a2cbd4a7699386da823f6b499b8394d6c47bb968 "
817
- integrity sha512-1LwwtBxfRJZnUvoS9c0uj8XQtAnyhWr9KlNvDIdB+oXyT+VpsOAaEhEgKi1HrZ8rq0ki/AAnbGSv4KM6/AfVZw ==
819
+ tslint@5.20.1 :
820
+ version "5.20.1 "
821
+ resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.20.1 .tgz#e401e8aeda0152bc44dd07e614034f3f80c67b7d "
822
+ integrity sha512-EcMxhzCFt8k+/UP5r8waCf/lzmeSyVlqxqMEDQE7rWYiQky8KpIBz1JAoYXfROHrPZ1XXd43q8yQnULOLiBRQg ==
818
823
dependencies :
819
824
" @babel/code-frame" " ^7.0.0"
820
825
builtin-modules "^1.1.1"
821
826
chalk "^2.3.0"
822
827
commander "^2.12.1"
823
- diff "^3.2.0 "
828
+ diff "^4.0.1 "
824
829
glob "^7.1.1"
825
830
js-yaml "^3.13.1"
826
831
minimatch "^3.0.4"
You can’t perform that action at this time.
0 commit comments