From e6c43361b6e19173f34842311e5742bef7498d23 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Mon, 23 Sep 2024 23:42:37 +0530 Subject: [PATCH] chore(deps): install bcrypt @types/bcrypt --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index a08fac87..be5b1968 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.1.1", "@testing-library/user-event": "^13.5.0", + "@types/bcrypt": "^5.0.2", "@types/csurf": "^1.11.5", "@types/jest": "^27.4.1", "@types/jsonwebtoken": "^9.0.7", @@ -23,6 +24,7 @@ "@types/uuid": "^8.3.4", "@wbr-project/wbr-interpret": "^0.9.3-marketa.1", "axios": "^0.26.0", + "bcrypt": "^5.1.1", "buffer": "^6.0.3", "bullmq": "^5.12.15", "cookie-parser": "^1.4.6",