From 48a31c1549510dc589e22aeee568ceae3fcba9a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 19:54:00 +0000 Subject: [PATCH] build(deps): bump next in /examples/next-typescript Bumps [next](https://github.com/vercel/next.js) from 15.4.10 to 15.5.10. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v15.4.10...v15.5.10) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/next-typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/next-typescript/package.json b/examples/next-typescript/package.json index 525988e9..d99e9bcf 100644 --- a/examples/next-typescript/package.json +++ b/examples/next-typescript/package.json @@ -12,7 +12,7 @@ "@rollbar/react": "^1.0.0", "react": "19.1.4", "react-dom": "19.1.4", - "next": "15.4.10", + "next": "15.5.10", "rollbar": "file::../rollbar.tgz" }, "devDependencies": {