From d9e5ea0c9fc6b3eaf09a47f58b2a262886e93d88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 21:38:03 +0000 Subject: [PATCH] chore(deps): bump next from 15.1.0 to 15.1.2 in /core Bumps [next](https://github.com/vercel/next.js) from 15.1.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.1.0...v15.1.2) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/package.json b/core/package.json index 01e089a4c..4ef33a711 100644 --- a/core/package.json +++ b/core/package.json @@ -44,7 +44,7 @@ "lodash.debounce": "^4.0.8", "lru-cache": "^11.0.2", "lucide-react": "^0.468.0", - "next": "15.1.0", + "next": "15.1.2", "next-auth": "5.0.0-beta.25", "next-intl": "^3.26.1", "react": "^19.0.0",