mirror of
https://github.com/LukeHagar/arbiter.git
synced 2025-12-06 04:19:14 +00:00
Added body-parser dependency to package.json and updated pnpm-lock.yaml accordingly
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
"@types/serve-static": "^1.15.8",
|
||||
"@types/swagger-ui-express": "^4.1.8",
|
||||
"better-sqlite3": "^12.2.0",
|
||||
"body-parser": "^2.2.0",
|
||||
"chalk": "^5.5.0",
|
||||
"commander": "^14.0.0",
|
||||
"cors": "^2.8.5",
|
||||
|
||||
3
pnpm-lock.yaml
generated
3
pnpm-lock.yaml
generated
@@ -26,6 +26,9 @@ importers:
|
||||
better-sqlite3:
|
||||
specifier: ^12.2.0
|
||||
version: 12.2.0
|
||||
body-parser:
|
||||
specifier: ^2.2.0
|
||||
version: 2.2.0
|
||||
chalk:
|
||||
specifier: ^5.5.0
|
||||
version: 5.5.0
|
||||
|
||||
Reference in New Issue
Block a user