File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export function execute(
14
14
spawnOptions . cwd = options . cwd ;
15
15
}
16
16
17
- args = quoteAll ( args , { ... spawnOptions , flagProtection : false } ) ;
17
+ args = quoteAll ( args , { flagProtection : false } ) ;
18
18
19
19
return new Promise ( ( resolve , reject ) => {
20
20
let stdout = '' ;
Original file line number Diff line number Diff line change 34
34
"@snyk/cli-interface" : " ^2.11.0" ,
35
35
"@snyk/cocoapods-lockfile-parser" : " 3.6.2" ,
36
36
"@snyk/dep-graph" : " ^1.23.1" ,
37
- "shescape" : " 2.1.0 " ,
37
+ "shescape" : " 2.1.4 " ,
38
38
"source-map-support" : " ^0.5.7" ,
39
39
"tslib" : " ^2.0.0"
40
40
},
51
51
"ts-jest" : " 28.0.8" ,
52
52
"ts-node" : " ^8.10.1" ,
53
53
"tsc-watch" : " ^2.2.1" ,
54
- "typescript" : " 4.9 .3"
54
+ "typescript" : " 5.8 .3"
55
55
}
56
56
}
You can’t perform that action at this time.
0 commit comments