File tree Expand file tree Collapse file tree 3 files changed +7
-14
lines changed Expand file tree Collapse file tree 3 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 3737 "fs-extra" : " 7.0.1" ,
3838 "jest" : " 24.5.0" ,
3939 "pstree.remy" : " 1.1.2" ,
40- "strip-ansi" : " 5.0 .0" ,
40+ "strip-ansi" : " 5.2 .0" ,
4141 "text-table" : " 0.2.0" ,
4242 "ts-jest" : " 24.0.0" ,
4343 "ts-loader" : " 5.3.3" ,
Original file line number Diff line number Diff line change 11import * as Lint from 'tslint'
22import chalk from 'chalk'
33import textTable from 'text-table'
4- const stripAnsi = require ( 'strip-ansi' )
4+ import stripAnsi from 'strip-ansi'
55
66export class Formatter extends Lint . Formatters . AbstractFormatter {
77 private formatFailure ( failure : Lint . RuleFailure ) : string [ ] {
Original file line number Diff line number Diff line change @@ -6746,12 +6746,12 @@ stringify-object@^3.2.2:
67466746 is-obj "^1.0.1"
67476747 is-regexp "^1.0.0"
67486748
6749- strip-ansi@5.0 .0 :
6750- version "5.0 .0"
6751- resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.0 .0.tgz#f78f68b5d0866c20b2c9b8c61b5298508dc8756f "
6752- integrity sha512-Uu7gQyZI7J7gn5qLn1Np3G9vcYGTVqB+lFTytnDJv83dd8T22aGH451P3jueT2/QemInJDfxHB5Tde5OzgG1Ow ==
6749+ strip-ansi@5.2.0, strip-ansi@^5.0.0, strip-ansi@^5.1 .0 :
6750+ version "5.2 .0"
6751+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2 .0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae "
6752+ integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA ==
67536753 dependencies :
6754- ansi-regex "^4.0 .0"
6754+ ansi-regex "^4.1 .0"
67556755
67566756strip-ansi@^3.0.0, strip-ansi@^3.0.1 :
67576757 version "3.0.1"
@@ -6767,13 +6767,6 @@ strip-ansi@^4.0.0:
67676767 dependencies :
67686768 ansi-regex "^3.0.0"
67696769
6770- strip-ansi@^5.0.0, strip-ansi@^5.1.0 :
6771- version "5.2.0"
6772- resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae"
6773- integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==
6774- dependencies :
6775- ansi-regex "^4.1.0"
6776-
67776770strip-bom@3.0.0, strip-bom@^3.0.0 :
67786771 version "3.0.0"
67796772 resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
You can’t perform that action at this time.
0 commit comments