From f295aa799567acfbb0a960b468a5c7e924558e90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 22:13:25 +0000 Subject: [PATCH] ci(deps): bump the npm_and_yarn group across 2 directories with 1 update Bumps the npm_and_yarn group with 1 update in the /e2e/scenarios/nextjs-auto-instrumentation/versions/next-14-latest directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /e2e/scenarios/nextjs-instrumentation/versions/next-14-latest directory: [next](https://github.com/vercel/next.js). Updates `next` from 14.2.35 to 15.5.21 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/compare/v14.2.35...v15.5.21) Updates `next` from 14.2.35 to 15.5.21 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/compare/v14.2.35...v15.5.21) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.21 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-version: 15.5.21 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- .../versions/next-14-latest/package.json | 2 +- .../nextjs-instrumentation/versions/next-14-latest/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/scenarios/nextjs-auto-instrumentation/versions/next-14-latest/package.json b/e2e/scenarios/nextjs-auto-instrumentation/versions/next-14-latest/package.json index cb28b439c..44956dc6f 100644 --- a/e2e/scenarios/nextjs-auto-instrumentation/versions/next-14-latest/package.json +++ b/e2e/scenarios/nextjs-auto-instrumentation/versions/next-14-latest/package.json @@ -2,7 +2,7 @@ "name": "@braintrust/e2e-nextjs-auto-instrumentation-next-14-latest", "private": true, "dependencies": { - "next": "14.2.35", + "next": "15.5.21", "openai": "6.32.0", "react": "18.3.1", "react-dom": "18.3.1" diff --git a/e2e/scenarios/nextjs-instrumentation/versions/next-14-latest/package.json b/e2e/scenarios/nextjs-instrumentation/versions/next-14-latest/package.json index 15bbcfc7f..dfd72826e 100644 --- a/e2e/scenarios/nextjs-instrumentation/versions/next-14-latest/package.json +++ b/e2e/scenarios/nextjs-instrumentation/versions/next-14-latest/package.json @@ -7,7 +7,7 @@ "@opentelemetry/exporter-trace-otlp-http": "0.200.0", "@opentelemetry/sdk-trace-base": "2.0.0", "@vercel/otel": "2.1.0", - "next": "14.2.35", + "next": "15.5.21", "react": "18.3.1", "react-dom": "18.3.1" },