From d3f65f62494d8e6655d1314416c2398feae746c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 06:43:26 +0000 Subject: [PATCH] chore(deps): bump next in /apps/web in the npm_and_yarn group Bumps the npm_and_yarn group in /apps/web with 1 update: [next](https://github.com/vercel/next.js). Updates `next` from 15.2.4 to 15.4.7 - [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.2.4...v15.4.7) --- updated-dependencies: - dependency-name: next dependency-version: 15.4.7 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- apps/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/package.json b/apps/web/package.json index afb9108..7e32292 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -49,7 +49,7 @@ "date-fns": "^4.1.0", "kafkajs": "^2.2.4", "lucide-react": "^0.503.0", - "next": "15.2.4", + "next": "15.4.7", "next-themes": "^0.4.4", "prettier": "^3.5.1", "query-string": "^9.0.0",