From c0930472335936535417f5344e52749c6e6f0a81 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Feb 2026 04:26:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-15104645 - https://snyk.io/vuln/SNYK-JS-NEXT-15105315 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 32cfc15..7f4ce81 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ "@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": "^16.1.5", "next-auth": "5.0.0-beta.19", "postcss": "8.4.38", "react": "19.0.0-rc-cd22717c-20241013",