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 @@ -170,7 +170,7 @@ async function getAllDeps(lockfilePath: string): Promise<DepTree> {
170
170
let parser : LockfileParser ;
171
171
try {
172
172
parser = await LockfileParser . readFile ( lockfilePath ) ;
173
- } catch ( error ) {
173
+ } catch ( error : any ) {
174
174
throw new Error ( `Error while parsing ${ LOCKFILE_NAME } :\n${ error . message } ` ) ;
175
175
}
176
176
const graph = parser . toDepGraph ( ) ;
Original file line number Diff line number Diff line change 39
39
},
40
40
"devDependencies" : {
41
41
"@types/graphlib" : " ^2.1.6" ,
42
- "@types/jest" : " ^25.2.2 " ,
42
+ "@types/jest" : " 28.1.1 " ,
43
43
"@types/node" : " ^8.10.60" ,
44
44
"@typescript-eslint/eslint-plugin" : " ^2.33.0" ,
45
45
"@typescript-eslint/parser" : " ^2.33.0" ,
46
46
"eslint" : " ^6.8.0" ,
47
47
"eslint-config-prettier" : " ^6.11.0" ,
48
- "jest" : " ^25.5.4 " ,
48
+ "jest" : " 28.1.3 " ,
49
49
"prettier" : " ^2.0.5" ,
50
- "ts-jest" : " ^25.5.1 " ,
50
+ "ts-jest" : " 28.0.8 " ,
51
51
"ts-node" : " ^8.10.1" ,
52
52
"tsc-watch" : " ^2.2.1" ,
53
- "typescript" : " ^3 .9.2 "
53
+ "typescript" : " 4 .9.3 "
54
54
}
55
55
}
You can’t perform that action at this time.
0 commit comments