From 920d5ac737ede40192d8fbd5e987c374d6af22d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 06:37:51 +0000 Subject: [PATCH] chore(deps): bump next Bumps [next](https://github.com/vercel/next.js) from 14.2.5 to 15.5.14. - [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/v14.2.5...v15.5.14) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../management-sdk/examples/customer-admin-panel/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/management-sdk/examples/customer-admin-panel/package.json b/packages/management-sdk/examples/customer-admin-panel/package.json index fce5353c..dfa1c913 100644 --- a/packages/management-sdk/examples/customer-admin-panel/package.json +++ b/packages/management-sdk/examples/customer-admin-panel/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@reflag/management-sdk": "workspace:*", - "next": "14.2.5", + "next": "15.5.14", "react": "18.3.1", "react-dom": "18.3.1" }