From 50cbda62573b06ff7a5e1b70515a97b30e73b82c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 3 Nov 2025 05:45:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXTAUTH-13744118 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f4f041f..24b8b24 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "json-bigint": "^1.0.0", "mime": "^3.0.0", "next": "13.0.3", - "next-auth": "^4.16.4", + "next-auth": "^4.24.12", "notistack": "^3.0.1", "npm": "^8.19.3", "postcss-cli": "^10.0.0",