From 4c8ed31c7a898fdc25ec633465b9a5113986c4c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 17:39:48 +0000 Subject: [PATCH] Bump next from 15.1.2 to 15.2.3 in /frontend/apps/docs Bumps [next](https://github.com/vercel/next.js) from 15.1.2 to 15.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/v15.1.2...v15.2.3) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend/apps/docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/apps/docs/package.json b/frontend/apps/docs/package.json index a2a7f27f0..1a02bace2 100644 --- a/frontend/apps/docs/package.json +++ b/frontend/apps/docs/package.json @@ -14,7 +14,7 @@ "fumadocs-mdx": "11.5.6", "fumadocs-ui": "15.0.15", "lucide-react": "0.451.0", - "next": "15.1.2", + "next": "15.2.3", "react": "18.3.1", "react-dom": "18", "tailwind-variants": "0.3.0",