fix: add shell-quote to server deps (#492)

This commit is contained in:
Brandon Keiji 2025-05-22 20:44:51 +00:00 committed by GitHub
parent 581709df80
commit 3787aa78cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
"diff": "^7.0.0", "diff": "^7.0.0",
"dotenv": "^16.4.7", "dotenv": "^16.4.7",
"fast-glob": "^3.3.3", "fast-glob": "^3.3.3",
"shell-quote": "^1.8.2",
"sqlite3": "^5.1.7" "sqlite3": "^5.1.7"
}, },
"devDependencies": { "devDependencies": {