We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5fb2be commit db7d69fCopy full SHA for db7d69f
lib/sub-process.ts
@@ -1,5 +1,5 @@
1
import * as childProcess from 'child_process';
2
-import { quoteAll } from 'shescape';
+import { quoteAll } from 'shescape/stateless';
3
4
export function execute(
5
command: string,
package.json
@@ -34,7 +34,7 @@
34
"@snyk/cli-interface": "^2.11.0",
35
"@snyk/cocoapods-lockfile-parser": "3.6.2",
36
"@snyk/dep-graph": "^1.23.1",
37
- "shescape": "1.6.1",
+ "shescape": "2.1.0",
38
"source-map-support": "^0.5.7",
39
"tslib": "^2.0.0"
40
},
0 commit comments