From 7c1d27d48ee953891c02e84439c1da79cdf95c02 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 6 Apr 2025 02:07:01 +0000 Subject: [PATCH] feat: upgrade eslint-config-next from 14.0.3 to 15.2.2 Snyk has created this PR to upgrade eslint-config-next from 14.0.3 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/ee36eb20-a1af-42a9-95ba-e0bf3ed8d1c7?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/caching/with-react-query-nextjs-14/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/caching/with-react-query-nextjs-14/package.json b/examples/caching/with-react-query-nextjs-14/package.json index f3f0bfc140979..cc15c2281c287 100644 --- a/examples/caching/with-react-query-nextjs-14/package.json +++ b/examples/caching/with-react-query-nextjs-14/package.json @@ -23,7 +23,7 @@ "@types/react-dom": "^18", "autoprefixer": "^10.0.1", "eslint": "^8", - "eslint-config-next": "14.0.3", + "eslint-config-next": "15.2.2", "postcss": "^8", "tailwindcss": "^3.3.0", "typescript": "^5"