From 2f196bf759bfe5edc2b7a3dd89fedefa57166665 Mon Sep 17 00:00:00 2001 From: "A. F. Dudley" Date: Mon, 26 Jan 2026 19:20:28 -0500 Subject: [PATCH] security: update Next.js to 15.3.8 (CVE-2025-55182) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 223eb09..14fbe2a 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@solana/web3.js": "^1.98.2", "axios": "^1.6.8", "bn.js": "^5.2.2", - "next": "15.3.1", + "next": "15.3.8", "react": "^19.0.0", "react-dom": "^19.0.0" }, @@ -36,7 +36,7 @@ "@typescript-eslint/eslint-plugin": "^8.38.0", "@typescript-eslint/parser": "^8.38.0", "eslint": "^9.31.0", - "eslint-config-next": "15.3.1", + "eslint-config-next": "15.3.8", "tailwindcss": "^4", "typescript": "^5" }