File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import path from "path" ;
22
3- import glob from "glob" ;
3+ import { glob } from "glob" ;
44
55import util from "util" ;
66
@@ -26,7 +26,7 @@ export async function getStepDefinitionPaths(
2626 return (
2727 await Promise . all (
2828 stepDefinitionPatterns . map ( ( pattern ) =>
29- util . promisify ( glob ) ( pattern , { nodir : true } )
29+ glob ( pattern , { nodir : true , windowsPathsNoEscape : true } )
3030 )
3131 )
3232 ) . reduce ( ( acum , el ) => acum . concat ( el ) , [ ] ) ;
Original file line number Diff line number Diff line change 6161 "debug" : " ^4.2.0" ,
6262 "error-stack-parser" : " ^2.0.7" ,
6363 "esbuild" : " ^0.17.8" ,
64- "glob" : " ^7.2 .0" ,
64+ "glob" : " ^9.3 .0" ,
6565 "is-path-inside" : " ^3.0.3" ,
6666 "module-alias" : " ^2.2.2" ,
6767 "node-hook" : " ^1.0.0" ,
8181 "@types/common-ancestor-path" : " ^1.0.0" ,
8282 "@types/debug" : " ^4.1.7" ,
8383 "@types/fs-extra" : " ^9.0.13" ,
84- "@types/glob" : " ^7.2 .0" ,
84+ "@types/glob" : " ^8.1 .0" ,
8585 "@types/jsdom" : " ^20.0.0" ,
8686 "@types/module-alias" : " ^2.0.1" ,
8787 "@types/node-hook" : " ^1.0.1" ,
You can’t perform that action at this time.
0 commit comments