From b5c32a6ac8cf3d2874b7d82d340706c3c439e023 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Apr 2025 02:57:39 +0000 Subject: [PATCH] feat: upgrade eslint-config-next from 13.4.2 to 15.2.2 Snyk has created this PR to upgrade eslint-config-next from 13.4.2 to 15.2.2. See this package in npm: eslint-config-next See this project in Snyk: https://app.snyk.io/org/nerds-github/project/ee36e6f6-ec3c-469c-8709-3154595ac8f4?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/user-management/nextjs-user-management/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/user-management/nextjs-user-management/package.json b/examples/user-management/nextjs-user-management/package.json index c0c6b61c8ebfe..4c43ad76ac36d 100644 --- a/examples/user-management/nextjs-user-management/package.json +++ b/examples/user-management/nextjs-user-management/package.json @@ -16,7 +16,7 @@ "@types/react-dom": "18.2.4", "encoding": "^0.1.13", "eslint": "8.40.0", - "eslint-config-next": "13.4.2", + "eslint-config-next": "15.2.2", "next": "14.2.3", "react": "18.2.0", "react-dom": "18.2.0",