From 315a4a69e7ce6ea323a527e04872a8a79f1aa5cb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 6 Apr 2025 03:00:19 +0000 Subject: [PATCH] feat: upgrade next from 13.0.0 to 15.2.2 Snyk has created this PR to upgrade next from 13.0.0 to 15.2.2. 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 a1f779bf10539..1c2eb7fa4f3b5 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": "13.0.0", + "next": "15.2.2", "react": "18.2.0", "react-dom": "18.2.0", "server-only": "^0.0.1"