From fa62ca93f9c1a863dd07440eaea31cc463fd4308 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Dec 2025 22:06:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-14173355 - https://snyk.io/vuln/SNYK-JS-NANOID-8492085 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 32cfc15..1e01eae 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "autoprefixer": "10.4.19", "bcrypt": "^5.1.1", "clsx": "^2.1.1", - "next": "^15.0.0", + "next": "^15.0.5", "next-auth": "5.0.0-beta.19", "postcss": "8.4.38", "react": "19.0.0-rc-cd22717c-20241013",