From dc0defd82c3fe328aa0cefcc5269878161287b49 Mon Sep 17 00:00:00 2001 From: "A. F. Dudley" Date: Mon, 26 Jan 2026 20:07:20 -0500 Subject: [PATCH] fix(security): update Next.js 13.5.4 -> 14.2.35 (CVE-2025-55182) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 900bd51..928da0c 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@google/generative-ai": "^0.21.0", "@solana/spl-token": "^0.3.8", "@solana/web3.js": "^1.78.4", - "next": "13.5.4", + "next": "14.2.35", "openai": "^4.77.0", "react": "^18", "react-dom": "^18" @@ -24,7 +24,7 @@ "@types/react-dom": "^18", "autoprefixer": "^10", "eslint": "^8", - "eslint-config-next": "13.5.4", + "eslint-config-next": "14.2.35", "postcss": "^8", "tailwindcss": "^3", "typescript": "^5"