From 84d7f479c2dfd4452af19fee92d49cdc22038e0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 22:16:20 +0000 Subject: [PATCH] chore(deps): bump next from 15.3.1 to 15.3.3 in /examples/with-nextjs Bumps [next](https://github.com/vercel/next.js) from 15.3.1 to 15.3.3. - [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.3.3) --- updated-dependencies: - dependency-name: next dependency-version: 15.3.3 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..ef7b613e2 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.3.3", "npm-check-updates": "^17.1.18", "postcss": "^8.5.3", "react": "^19.0.0",