From 71feeb0c9b3c7eaefb7f5b5512ba027994576ef6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Mar 2026 04:56:38 +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-15104645 --- 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 5ed8454aa5..f7dc962f55 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": "^15.5.10", "react": "^18.2.0", "react-dom": "^18.2.0" },