From 98439639f5cc625f6073975a99f57f44e1cd8d73 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 17 Aug 2025 02:31:00 +0000 Subject: [PATCH] feat: upgrade next from 13.0.0 to 15.4.4 Snyk has created this PR to upgrade next from 13.0.0 to 15.4.4. See this package in npm: 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 0219870a20c08..b3100d24d4936 100644 --- a/examples/caching/with-nextjs-13/package.json +++ b/examples/caching/with-nextjs-13/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@supabase/supabase-js": "^2.0.4", - "next": "15.3.2", + "next": "15.4.4", "react": "18.2.0", "react-dom": "18.2.0", "server-only": "^0.0.1"