From f9eb554a0be83197e3543d2918ccd5797db10e42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 01:39:01 +0000 Subject: [PATCH] chore(deps): bump next from 15.1.6 to 15.4.10 in /examples/with-ffmpeg Bumps [next](https://github.com/vercel/next.js) from 15.1.6 to 15.4.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.1.6...v15.4.10) --- updated-dependencies: - dependency-name: next dependency-version: 15.4.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/with-ffmpeg/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-ffmpeg/package.json b/examples/with-ffmpeg/package.json index 0ce386440f..b47da6a9ee 100644 --- a/examples/with-ffmpeg/package.json +++ b/examples/with-ffmpeg/package.json @@ -27,7 +27,7 @@ "clsx": "^2.1.1", "json-schema-to-zod": "^2.6.0", "lucide-react": "^0.475.0", - "next": "15.1.6", + "next": "15.4.10", "react": "19.0.0", "react-dom": "19.0.0", "react-hook-form": "^7.54.2",