chore: add shell-quote package and types

This commit is contained in:
devin-ai-integration[bot]
2024-12-06 19:33:08 +00:00
parent 8c7b0c360e
commit 9ea77a729c
2 changed files with 19 additions and 5 deletions

20
package-lock.json generated
View File

@@ -24,7 +24,9 @@
},
"devDependencies": {
"@types/node": "^22.7.5",
"prettier": "3.3.3"
"@types/shell-quote": "^1.7.5",
"prettier": "3.3.3",
"shell-quote": "^1.8.2"
}
},
"client": {
@@ -2393,6 +2395,13 @@
"@types/send": "*"
}
},
"node_modules/@types/shell-quote": {
"version": "1.7.5",
"resolved": "https://registry.npmjs.org/@types/shell-quote/-/shell-quote-1.7.5.tgz",
"integrity": "sha512-+UE8GAGRPbJVQDdxi16dgadcBfQ+KG2vgZhV1+3A1XmHbmwcdwhCUwIdy+d3pAGrbvgRoVSjeI9vOWyq376Yzw==",
"dev": true,
"license": "MIT"
},
"node_modules/@types/ws": {
"version": "8.5.13",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.13.tgz",
@@ -5688,10 +5697,13 @@
}
},
"node_modules/shell-quote": {
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz",
"integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==",
"version": "1.8.2",
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.2.tgz",
"integrity": "sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==",
"license": "MIT",
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}

View File

@@ -41,6 +41,8 @@
},
"devDependencies": {
"@types/node": "^22.7.5",
"prettier": "3.3.3"
"@types/shell-quote": "^1.7.5",
"prettier": "3.3.3",
"shell-quote": "^1.8.2"
}
}