From a384a05595a8bea95e1f1f61196aee553c4b9d15 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 May 2025 01:11:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 32cfc15..ec1a3ce 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@tailwindcss/forms": "^0.5.7", "@vercel/postgres": "^0.8.0", "autoprefixer": "10.4.19", - "bcrypt": "^5.1.1", + "bcrypt": "^6.0.0", "clsx": "^2.1.1", "next": "^15.0.0", "next-auth": "5.0.0-beta.19",