From 9438f930c7fc0eb6eb627ccbba6ccdc124ff08c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 03:31:35 +0000 Subject: [PATCH] chore(deps): bump next from 14.2.35 to 16.1.5 in /apps/storybook Bumps [next](https://github.com/vercel/next.js) from 14.2.35 to 16.1.5. - [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.35...v16.1.5) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/storybook/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/storybook/package.json b/apps/storybook/package.json index 81d525cc9..98719b09d 100644 --- a/apps/storybook/package.json +++ b/apps/storybook/package.json @@ -12,7 +12,7 @@ "@p4b/keycloak-theme": "workspace:*", "@p4b/types": "workspace:*", "@p4b/ui": "workspace:*", - "next": "14.2.35", + "next": "16.1.5", "react": "^18.2.0", "react-dom": "^18.2.0" },