From d770625096fe47d4802b41b5caef0b08cd75eae4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 17:07:10 +0000 Subject: [PATCH] chore(deps): bump next from 15.1.2 to 15.2.4 in /apps/storefront Bumps [next](https://github.com/vercel/next.js) from 15.1.2 to 15.2.4. - [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.4) --- updated-dependencies: - dependency-name: next dependency-version: 15.2.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/storefront/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/storefront/package.json b/apps/storefront/package.json index 74693b4a..0a07f9e0 100644 --- a/apps/storefront/package.json +++ b/apps/storefront/package.json @@ -32,7 +32,7 @@ "lodash": "4.17.21", "lucide-react": "^0.468.0", "negotiator": "1.0.0", - "next": "15.1.2", + "next": "15.2.4", "next-auth": "5.0.0-beta.25", "next-intl": "3.26.1", "nextjs-routes": "2.1.0",