From abf8f5cba72260fe5aa4b83c049c88696a864954 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 10 Nov 2024 00:17:39 +0000 Subject: [PATCH] feat: upgrade eslint from 8.57.1 to 9.13.0 Snyk has created this PR to upgrade eslint from 8.57.1 to 9.13.0. See this package in npm: eslint 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..b4249a3b1bfd 100644 --- a/playgrounds/nextjs/package.json +++ b/playgrounds/nextjs/package.json @@ -20,7 +20,7 @@ "@types/node": "catalog:", "@types/react": "^18.3.9", "@types/react-dom": "^18.3.0", - "eslint": "^8.57.0", + "eslint": "^9.13.0", "eslint-config-next": "^14.2.5", "typescript": "^5.5.4" }