From 31d8e942408969e4125a7a2c4b8eea3ffa9ac876 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 21:35:21 +0000 Subject: [PATCH] chore(deps): bump next from 15.3.1 to 15.4.8 in /examples/with-nextjs Bumps [next](https://github.com/vercel/next.js) from 15.3.1 to 15.4.8. - [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.3.1...v15.4.8) --- updated-dependencies: - dependency-name: next dependency-version: 15.4.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/with-nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-nextjs/package.json b/examples/with-nextjs/package.json index 14bda2b8e..cbcd16b08 100644 --- a/examples/with-nextjs/package.json +++ b/examples/with-nextjs/package.json @@ -16,7 +16,7 @@ "@voltagent/cli": "^0.1.6", "@voltagent/core": "^0.1.24", "@voltagent/vercel-ai": "^0.1.9", - "next": "15.3.1", + "next": "15.4.8", "npm-check-updates": "^17.1.18", "postcss": "^8.5.3", "react": "^19.0.0",