From 5a2da9c0cbfc8d3dfcba879c75cd01653cb21f32 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Jun 2025 02:23:25 +0000 Subject: [PATCH] feat: upgrade eslint-config-next from 13.0.0 to 15.3.2 Snyk has created this PR to upgrade eslint-config-next from 13.0.0 to 15.3.2. See this package in npm: eslint-config-next See this project in Snyk: https://app.snyk.io/org/nerds-github/project/ee19e176-1482-4cbd-b511-f56b15c5b3c7?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/caching/with-nextjs-13/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/caching/with-nextjs-13/package.json b/examples/caching/with-nextjs-13/package.json index a1f779bf10539..f5ef9d85322cc 100644 --- a/examples/caching/with-nextjs-13/package.json +++ b/examples/caching/with-nextjs-13/package.json @@ -20,7 +20,7 @@ "@types/react": "18.0.24", "@types/react-dom": "18.0.8", "eslint": "8.26.0", - "eslint-config-next": "13.0.0", + "eslint-config-next": "15.3.2", "typescript": "4.8.4" } }