From da72829235ca80ea6ff39baae10fe35219c99f91 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Oct 2024 01:54:36 +0000 Subject: [PATCH] feat: upgrade eslint from 8.57.1 to 9.12.0 Snyk has created this PR to upgrade eslint from 8.57.1 to 9.12.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..3c059a5ee036 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.12.0", "eslint-config-next": "^14.2.5", "typescript": "^5.5.4" }