From 1a74d12a1bf2739e504275944829a3e01829c8ed Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Nov 2025 04:54:56 +0000 Subject: [PATCH] feat: upgrade eslint-config-next from 13.1.6 to 15.5.6 Snyk has created this PR to upgrade eslint-config-next from 13.1.6 to 15.5.6. See this package in npm: eslint-config-next See this project in Snyk: https://app.snyk.io/org/nerds-github/project/cd0ad9f1-9f38-4860-92f7-d76da4843eb0?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/todo-list/nextjs-todo-list/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/todo-list/nextjs-todo-list/package.json b/examples/todo-list/nextjs-todo-list/package.json index 32fac003794aa..67ef2062c1da0 100644 --- a/examples/todo-list/nextjs-todo-list/package.json +++ b/examples/todo-list/nextjs-todo-list/package.json @@ -19,7 +19,7 @@ "@types/react": "18.0.28", "@types/react-dom": "18.0.11", "eslint": "8.34.0", - "eslint-config-next": "13.1.6", + "eslint-config-next": "15.5.6", "next": "13.1.6", "react": "18.2.0", "react-dom": "18.2.0",