From 61a6a1c175fe3689ccc1715889e49d4995130d63 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 31 Dec 2025 04:51:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-10176058 - https://snyk.io/vuln/SNYK-JS-NEXT-10259370 - https://snyk.io/vuln/SNYK-JS-NEXT-12265451 - https://snyk.io/vuln/SNYK-JS-NEXT-12299318 - https://snyk.io/vuln/SNYK-JS-NEXT-12301496 - https://snyk.io/vuln/SNYK-JS-NEXT-14400636 - https://snyk.io/vuln/SNYK-JS-NEXT-6828457 - https://snyk.io/vuln/SNYK-JS-NEXT-8025427 - https://snyk.io/vuln/SNYK-JS-NEXT-8186172 - https://snyk.io/vuln/SNYK-JS-NEXT-8520073 - https://snyk.io/vuln/SNYK-JS-NEXT-8602067 - https://snyk.io/vuln/SNYK-JS-NEXT-9508709 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6bd2bdae..4bb7e838 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "github-slugger": "^2.0.0", "graphql": "^16.8.1", "lucide-react": "^0.390.0", - "next": "14.0.1", + "next": "14.2.35", "next-auth": "^4.24.4", "next-contentlayer2": "0.5.8", "next-themes": "^0.3.0",