File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
"author" :
" Domenic Denicola <[email protected] > (https://domenic.me/)" ,
13
13
"license" : " (CC0-1.0 OR MIT)" ,
14
14
"devDependencies" : {
15
- "browserify" : " ^16.5 .1" ,
16
- "c8" : " ^7.7 .2" ,
15
+ "browserify" : " ^17.0 .1" ,
16
+ "c8" : " ^10.1 .2" ,
17
17
"debug" : " ^4.1.1" ,
18
18
"eslint" : " ^6.8.0" ,
19
- "minimatch" : " ^3 .0.4 " ,
20
- "opener" : " ^1.5.1 " ,
19
+ "minimatch" : " ^10 .0.1 " ,
20
+ "opener" : " ^1.5.2 " ,
21
21
"webidl2js" : " ^18.0.0" ,
22
22
"wpt-runner" : " ^5.0.0"
23
23
}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const path = require('path');
6
6
const fs = require ( 'fs' ) ;
7
7
const { promisify } = require ( 'util' ) ;
8
8
const wptRunner = require ( 'wpt-runner' ) ;
9
- const minimatch = require ( 'minimatch' ) ;
9
+ const { minimatch } = require ( 'minimatch' ) ;
10
10
const readFileAsync = promisify ( fs . readFile ) ;
11
11
12
12
// wpt-runner does not yet support unhandled rejection tracking a la
You can’t perform that action at this time.
0 commit comments