From 2f5119557a2d91e02c56cda2fa8eaa197205e596 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 03:09:33 +0000 Subject: [PATCH] chore(deps): bump next from 16.2.3 to 16.2.4 Bumps [next](https://github.com/vercel/next.js) from 16.2.3 to 16.2.4. - [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.3...v16.2.4) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 5143e74..710694d 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -23,7 +23,7 @@ "diff2html": "3.4.56", "dompurify": "3.4.0", "is-wsl": "2.2.0", - "next": "16.2.3", + "next": "16.2.4", "playwright": "1.59.1", "react": "19.2.5", "react-dom": "19.2.5",