From 6212b115758db680d0291926f105b07f8908cc1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 05:03:03 +0000 Subject: [PATCH] build(deps): bump next from 16.1.1 to 16.1.2 Bumps [next](https://github.com/vercel/next.js) from 16.1.1 to 16.1.2. - [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/v16.1.1...v16.1.2) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontends/dbal/package.json | 2 +- frontends/nextjs/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontends/dbal/package.json b/frontends/dbal/package.json index e83a6dc82..8fec4a328 100644 --- a/frontends/dbal/package.json +++ b/frontends/dbal/package.json @@ -14,7 +14,7 @@ "test:e2e:ui": "playwright test --ui" }, "dependencies": { - "next": "16.1.1", + "next": "16.1.2", "react": "19.2.3", "react-dom": "19.2.3" }, diff --git a/frontends/nextjs/package.json b/frontends/nextjs/package.json index f4a20dad3..99da8525a 100644 --- a/frontends/nextjs/package.json +++ b/frontends/nextjs/package.json @@ -37,7 +37,7 @@ "clsx": "^2.1.1", "esbuild": "^0.27.2", "jsdom": "^27.4.0", - "next": "16.1.1", + "next": "16.1.2", "octokit": "^5.0.5", "react": "19.2.3", "react-dom": "19.2.3",