diff --git a/bun.lockb b/bun.lockb index ae5bbf1..4dec958 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index ce32ebb..7971762 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "@prisma/client": "latest", - "bcrypt": "^5.1.1", + "bcrypt": "^6.0.0", "cookie-parser": "^1.4.6", "cors": "^2.8.5", "express": "^4.18.2", @@ -32,7 +32,7 @@ "morgan": "^1.10.0" }, "devDependencies": { - "@types/bcrypt": "^5.0.2", + "@types/bcrypt": "^6.0.0", "@types/cookie-parser": "^1.4.6", "@types/cors": "^2.8.17", "@types/express": "^4.17.21",