From 7944c16f377084cff7d966d252f210a0c9e19ceb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Feb 2026 11:59:57 +0000 Subject: [PATCH] fix: upgrade next from 14.2.0 to 14.2.35 Snyk has created this PR to upgrade next from 14.2.0 to 14.2.35. See this package in npm: next See this project in Snyk: https://app.snyk.io/org/victormartingil/project/192fb0c1-0391-45bc-8caf-f957b767d988?utm_source=github&utm_medium=referral&page=upgrade-pr --- benchmarks/v3/scenarios/09-ts-nextjs/without-mcp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/v3/scenarios/09-ts-nextjs/without-mcp/package.json b/benchmarks/v3/scenarios/09-ts-nextjs/without-mcp/package.json index 5eb7e91..903e2fb 100644 --- a/benchmarks/v3/scenarios/09-ts-nextjs/without-mcp/package.json +++ b/benchmarks/v3/scenarios/09-ts-nextjs/without-mcp/package.json @@ -12,7 +12,7 @@ "test:coverage": "jest --coverage" }, "dependencies": { - "next": "14.2.0", + "next": "14.2.35", "react": "^18.2.0", "react-dom": "^18.2.0" },