From ab3a3a6a002d170854b4ca773e4840914a776a61 Mon Sep 17 00:00:00 2001 From: pnzrr <93841792+pnzrr@users.noreply.github.com> Date: Sat, 10 Jan 2026 06:21:07 -0700 Subject: [PATCH] Update Next.js version to ^13.5.9 --- frameworks/nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/nextjs/package.json b/frameworks/nextjs/package.json index 4aea97f..d860584 100644 --- a/frameworks/nextjs/package.json +++ b/frameworks/nextjs/package.json @@ -17,7 +17,7 @@ "eslint": "8.46.0", "eslint-config-next": "13.4.12", "jsonwebtoken": "^9.0.2", - "next": "13.4.12", + "next": "^13.5.9", "next-auth": "^4.22.3", "postcss": "8.4.27", "react": "18.2.0",