From f58a4695f1babb9a461a2a498f2b4cb22c4f4416 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 20:46:58 +0000 Subject: [PATCH] build(deps): bump next from 15.1.7 to 15.2.4 in /frontend Bumps [next](https://github.com/vercel/next.js) from 15.1.7 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.7...v15.2.4) --- updated-dependencies: - dependency-name: next dependency-version: 15.2.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 0dd629a..5c21525 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "@yudiel/react-qr-scanner": "^2.2.1", "bcrypt": "^5.1.1", "framer-motion": "^12.4.7", - "next": "15.1.7", + "next": "15.2.4", "next-auth": "^4.24.11", "react": "^19.0.0", "react-chartjs-2": "^5.3.0",