Skip to content

Commit

Permalink
fix: replace shell-quote with @cepharum/quoting-db for sanitizing pas…
Browse files Browse the repository at this point in the history
…sed arguments
  • Loading branch information
soletan committed Jun 18, 2024
1 parent 3dc909a commit 5cea322
Show file tree
Hide file tree
Showing 6 changed files with 3,332 additions and 2,728 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
"author": "Kimmo Brunfeldt",
"license": "MIT",
"dependencies": {
"@cepharum/quoting-db": "^1.2.0",
"chalk": "^4.1.2",
"date-fns": "^2.30.0",
"lodash": "^4.17.21",
"rxjs": "^7.8.1",
"shell-quote": "^1.8.1",
"supports-color": "^8.1.1",
"tree-kill": "^1.2.2",
"yargs": "^17.7.2"
Expand All @@ -72,7 +72,6 @@
"@types/jest": "^29.5.6",
"@types/lodash": "^4.14.200",
"@types/node": "^16.18.59",
"@types/shell-quote": "^1.7.3",
"@types/supports-color": "^8.1.2",
"@types/yargs": "^17.0.29",
"@typescript-eslint/eslint-plugin": "^6.8.0",
Expand Down
Loading

0 comments on commit 5cea322

Please sign in to comment.