From 77b65c83cca37e843f8e796bbad7aaa415d5e41a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 04:26:55 +0000 Subject: [PATCH] chore(deps): bump next Bumps the npm_and_yarn group with 1 update in the /runtime-next directory: [next](https://github.com/vercel/next.js). Updates `next` from 16.3.0 to 16.3.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/compare/v16.3.0...v16.3.3) --- updated-dependencies: - dependency-name: next dependency-version: 16.3.3 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- runtime-next/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime-next/package.json b/runtime-next/package.json index c5ced45..b474949 100644 --- a/runtime-next/package.json +++ b/runtime-next/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@fmweb/shared": "file:../shared", - "next": "16.3.0", + "next": "16.3.3", "react": "^19.2.5", "react-dom": "^19.2.5" },