From afb34f6011629bb10b8a184c1ddf1f7373da4489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 00:19:58 +0000 Subject: [PATCH] chore(deps): bump next Bumps the npm_and_yarn group with 1 update in the /apps/dashboard directory: [next](https://github.com/vercel/next.js). Updates `next` from 16.2.1 to 16.2.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/v16.2.1...v16.2.3) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.3 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- apps/dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index 7574a29..4e18a97 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -23,7 +23,7 @@ "diff2html": "3.4.56", "dompurify": "3.3.3", "is-wsl": "2.2.0", - "next": "16.2.1", + "next": "16.2.3", "playwright": "1.58.2", "react": "19.2.4", "react-dom": "19.2.4",