Skip to content

Commit 05d1927

Browse files
committed
fix: bumping after author fix
1 parent 6d025cb commit 05d1927

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/sub-process.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export function execute(
1414
spawnOptions.cwd = options.cwd;
1515
}
1616

17-
args = quoteAll(args, { ...spawnOptions, flagProtection: false });
17+
args = quoteAll(args, { flagProtection: false });
1818

1919
return new Promise((resolve, reject) => {
2020
let stdout = '';

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@snyk/cli-interface": "^2.11.0",
3535
"@snyk/cocoapods-lockfile-parser": "3.6.2",
3636
"@snyk/dep-graph": "^1.23.1",
37-
"shescape": "2.1.0",
37+
"shescape": "2.1.4",
3838
"source-map-support": "^0.5.7",
3939
"tslib": "^2.0.0"
4040
},
@@ -51,6 +51,6 @@
5151
"ts-jest": "28.0.8",
5252
"ts-node": "^8.10.1",
5353
"tsc-watch": "^2.2.1",
54-
"typescript": "4.9.3"
54+
"typescript": "5.8.3"
5555
}
5656
}

0 commit comments

Comments
 (0)