From 11fb8ebbb5a810fe8d507821fc894cd18ac6e21c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Jun 2025 03:28:49 +0000 Subject: [PATCH] feat: upgrade eslint-config-next from 13.0.3 to 15.3.2 Snyk has created this PR to upgrade eslint-config-next from 13.0.3 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/a354ad92-7c9d-4805-b67a-3028136e2c7d?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/caching/with-nextjs-13-server-components/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/caching/with-nextjs-13-server-components/package.json b/examples/caching/with-nextjs-13-server-components/package.json index c9f034b12d93a..303e93aa32270 100644 --- a/examples/caching/with-nextjs-13-server-components/package.json +++ b/examples/caching/with-nextjs-13-server-components/package.json @@ -14,7 +14,7 @@ "@types/react": "18.0.25", "@types/react-dom": "18.0.9", "eslint": "8.27.0", - "eslint-config-next": "13.0.3", + "eslint-config-next": "15.3.2", "next": "13.0.3", "react": "18.2.0", "react-dom": "18.2.0",