From e29d53f575d89b4c237ca8368a1f40626cbbbed1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 20:22:01 +0000 Subject: [PATCH] chore(deps): bump next Bumps the npm_and_yarn group with 1 update in the /apps/project/next-15 directory: [next](https://github.com/vercel/next.js). Updates `next` from 15.0.0 to 15.1.2 - [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.0.0...v15.1.2) --- updated-dependencies: - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- apps/project/next-15/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/project/next-15/package.json b/apps/project/next-15/package.json index 5044949..8e34298 100644 --- a/apps/project/next-15/package.json +++ b/apps/project/next-15/package.json @@ -12,7 +12,7 @@ "@repo/ui": "workspace:*", "react": "19.0.0-rc-65a56d0e-20241020", "react-dom": "19.0.0-rc-65a56d0e-20241020", - "next": "15.0.0" + "next": "15.1.2" }, "devDependencies": { "@next/eslint-plugin-next": "^14.1.1",