From bf4fd43a8e9acd67fb6445295a377f20e516ac8f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Jul 2025 01:55:12 +0000 Subject: [PATCH] feat: upgrade eslint-config-next from 14.2.30 to 15.3.5 Snyk has created this PR to upgrade eslint-config-next from 14.2.30 to 15.3.5. See this package in npm: eslint-config-next See this project in Snyk: https://app.snyk.io/org/nerds-github/project/98338644-c771-41bf-b65a-8c7d591db0e3?utm_source=github&utm_medium=referral&page=upgrade-pr --- playgrounds/nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playgrounds/nextjs/package.json b/playgrounds/nextjs/package.json index c3367eea4089..186eeb72d76d 100644 --- a/playgrounds/nextjs/package.json +++ b/playgrounds/nextjs/package.json @@ -21,7 +21,7 @@ "@types/react": "^18.3.9", "@types/react-dom": "^18.3.0", "eslint": "^8.57.0", - "eslint-config-next": "^14.2.5", + "eslint-config-next": "^15.3.5", "typescript": "^5.5.4" } }