From cbcd54cd3f63000fdf6ef22af07527aacb87ccdf Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 25 Sep 2024 11:24:40 +0530 Subject: [PATCH] chore(deps): install @types/body-parser body-parser --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index fe5a48f9..0daed06c 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "@testing-library/react": "^13.1.1", "@testing-library/user-event": "^13.5.0", "@types/bcrypt": "^5.0.2", + "@types/body-parser": "^1.19.5", "@types/csurf": "^1.11.5", "@types/jest": "^27.4.1", "@types/jsonwebtoken": "^9.0.7", @@ -25,6 +26,7 @@ "@wbr-project/wbr-interpret": "^0.9.3-marketa.1", "axios": "^0.26.0", "bcrypt": "^5.1.1", + "body-parser": "^1.20.3", "buffer": "^6.0.3", "bullmq": "^5.12.15", "cookie-parser": "^1.4.6",