From 67667b3c7736ad38cff4a0f12149c6110130a519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 00:27:18 +0000 Subject: [PATCH] deps(frontend): bump next in /web/frontend in the next group Bumps the next group in /web/frontend with 1 update: [next](https://github.com/vercel/next.js). Updates `next` from 16.1.7 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.1.7...v16.2.3) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: next ... Signed-off-by: dependabot[bot] --- web/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/frontend/package.json b/web/frontend/package.json index 3825a6f..15a9703 100644 --- a/web/frontend/package.json +++ b/web/frontend/package.json @@ -17,7 +17,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^1.7.0", - "next": "16.1.7", + "next": "16.2.4", "next-auth": "^5.0.0-beta.29", "next-themes": "^0.4.6", "react": "19.2.4",