From 4427906fb7b762971cdc13add3f6c0473cba77ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 04:14:33 +0000 Subject: [PATCH] Bump next from 14.2.3 to 15.5.21 in /examples/cjs-test Bumps [next](https://github.com/vercel/next.js) from 14.2.3 to 15.5.21. - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/compare/v14.2.3...v15.5.21) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.21 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/cjs-test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cjs-test/package.json b/examples/cjs-test/package.json index e3b628214a..d510f086e0 100644 --- a/examples/cjs-test/package.json +++ b/examples/cjs-test/package.json @@ -10,7 +10,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "next": "14.2.3", + "next": "15.5.21", "react": "^18", "react-dom": "^18", "@stackframe/stack": "workspace:*"