From 6907af2e78581aa436e5761fe8c54c0267ed8d9e Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Wed, 13 Aug 2025 12:26:53 -0500 Subject: [PATCH] Added body-parser dependency to package.json and updated pnpm-lock.yaml accordingly --- package.json | 1 + pnpm-lock.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/package.json b/package.json index 0a1b1a65..d3ea3b5b 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 869e51cb..37b0036d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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