From e439a2f2050f2bd12f554986c27ec8ff53a74142 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Dec 2025 09:19: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-14400636 - https://snyk.io/vuln/SNYK-JS-NEXT-14400644 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e30df4..aede53a 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "highlight.js": "^11.10.0", "jotai": "^2.12.2", "lucide-react": "^0.487.0", - "next": "^15.3.0", + "next": "^15.3.8", "next-themes": "^0.4.6", "openai": "^4.86.2", "react": "^18.2.0",