From d5acb3512285de14b168dc8c6a8cdbbc45c52e18 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Nov 2025 10:25:26 +0000 Subject: [PATCH] feat: upgrade next from 13.0.3 to 16.0.0 Snyk has created this PR to upgrade next from 13.0.3 to 16.0.0. See this package in npm: 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..77e5f85baec44 100644 --- a/examples/caching/with-nextjs-13-server-components/package.json +++ b/examples/caching/with-nextjs-13-server-components/package.json @@ -15,7 +15,7 @@ "@types/react-dom": "18.0.9", "eslint": "8.27.0", "eslint-config-next": "13.0.3", - "next": "13.0.3", + "next": "16.0.0", "react": "18.2.0", "react-dom": "18.2.0", "typescript": "4.8.4"