From 86f0c52ef74796a3085f32f7bc9e6a875974f58a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 01:28:26 +0000 Subject: [PATCH] Bump next from 15.4.5 to 15.4.7 in /examples/next-typescript Bumps [next](https://github.com/vercel/next.js) from 15.4.5 to 15.4.7. - [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.5...v15.4.7) --- updated-dependencies: - dependency-name: next dependency-version: 15.4.7 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 3ee77e83..b3aeac7f 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.0", "react-dom": "19.1.0", - "next": "15.4.5", + "next": "15.4.7", "rollbar": "file::../rollbar.tgz" }, "devDependencies": {