From 8af47a13097bddeae95e88a81437850b0239670e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 18:38:45 +0000 Subject: [PATCH] chore(deps): update dependency next to v16.2.3 [security] --- integrations/react-next-14/package.json | 2 +- integrations/react-next-15/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/react-next-14/package.json b/integrations/react-next-14/package.json index 5ed8454aa5a..3763428b09a 100644 --- a/integrations/react-next-14/package.json +++ b/integrations/react-next-14/package.json @@ -7,7 +7,7 @@ "dependencies": { "@tanstack/react-query": "workspace:*", "@tanstack/react-query-devtools": "workspace:*", - "next": "^14.2.33", + "next": "^16.0.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/integrations/react-next-15/package.json b/integrations/react-next-15/package.json index 1454aa61a4e..6bf472364c5 100644 --- a/integrations/react-next-15/package.json +++ b/integrations/react-next-15/package.json @@ -9,7 +9,7 @@ "@js-temporal/polyfill": "^0.4.4", "@tanstack/react-query": "workspace:*", "@tanstack/react-query-devtools": "workspace:*", - "next": "^15.4.8", + "next": "^16.0.0", "react": "^19.2.1", "react-dom": "^19.2.1", "tupleson": "0.23.1"