File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 40
40
"has-yarn" : " ^2.1.0" ,
41
41
"import-lazy" : " ^2.1.0" ,
42
42
"is-ci" : " ^2.0.0" ,
43
- "is-installed-globally" : " ^0.3.1 " ,
43
+ "is-installed-globally" : " ^0.3.2 " ,
44
44
"is-npm" : " ^5.0.0" ,
45
45
"is-yarn-global" : " ^0.3.0" ,
46
- "latest-version" : " ^5.0 .0" ,
47
- "pupa" : " ^2.0 .1" ,
46
+ "latest-version" : " ^5.1 .0" ,
47
+ "pupa" : " ^2.1 .1" ,
48
48
"semver" : " ^7.3.2" ,
49
49
"semver-diff" : " ^3.1.1" ,
50
50
"xdg-basedir" : " ^4.0.0"
51
51
},
52
52
"devDependencies" : {
53
53
"ava" : " ^2.4.0" ,
54
- "clear-module" : " ^4.0.0 " ,
54
+ "clear-module" : " ^4.1.1 " ,
55
55
"fixture-stdout" : " ^0.2.1" ,
56
56
"mock-require" : " ^3.0.3" ,
57
57
"strip-ansi" : " ^6.0.0" ,
58
- "xo" : " ^0.33 .1"
58
+ "xo" : " ^0.34 .1"
59
59
}
60
60
}
Original file line number Diff line number Diff line change 1
- import util from 'util' ;
1
+ import { inherits } from 'util' ;
2
2
import clearModule from 'clear-module' ;
3
3
import FixtureStdout from 'fixture-stdout' ;
4
4
import stripAnsi from 'strip-ansi' ;
@@ -26,7 +26,7 @@ const setupTest = isNpmReturnValue => {
26
26
process . stdout . isTTY = true ;
27
27
mock ( 'is-npm' , { isNpmOrYarn : isNpmReturnValue || false } ) ;
28
28
const updateNotifier = require ( '..' ) ;
29
- util . inherits ( Control , updateNotifier . UpdateNotifier ) ;
29
+ inherits ( Control , updateNotifier . UpdateNotifier ) ;
30
30
} ;
31
31
32
32
let errorLogs = '' ;
You can’t perform that action at this time.
0 commit comments