From c115205d923d3ddd64245d540449339fbca614da Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Feb 2026 03:47:45 +0000 Subject: [PATCH] fix: integrations/react-next-14/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-15105315 --- integrations/react-next-14/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/react-next-14/package.json b/integrations/react-next-14/package.json index 5ad396b6c6..05f8a9a10c 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": "^15.1.2", + "next": "^16.1.5", "react": "^18.2.0", "react-dom": "^18.2.0" },