From 380602dd7d874e3a1b4987c861a2f86a014e87fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 15:06:17 +0000 Subject: [PATCH] chore(deps): bump next Bumps [next](https://github.com/vercel/next.js) from 14.2.5 to 15.5.10. - [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.10) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../rest-api-sdk/examples/customer-admin-panel/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rest-api-sdk/examples/customer-admin-panel/package.json b/packages/rest-api-sdk/examples/customer-admin-panel/package.json index ccab0eba..e71b2edc 100644 --- a/packages/rest-api-sdk/examples/customer-admin-panel/package.json +++ b/packages/rest-api-sdk/examples/customer-admin-panel/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@reflag/rest-api-sdk": "workspace:*", - "next": "14.2.5", + "next": "15.5.10", "react": "18.3.1", "react-dom": "18.3.1" }