Added body-parser dependency to package.json and updated pnpm-lock.yaml accordingly

This commit is contained in:
Luke Hagar
2025-08-13 12:26:53 -05:00
parent d10916bcbf
commit 6907af2e78
2 changed files with 4 additions and 0 deletions

View File

@@ -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
View File

@@ -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