From 30bd14b09997e88da329978ef60442aa6ab61100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 09:48:42 +0000 Subject: [PATCH] build(deps): bump next from 15.4.11 to 16.1.5 in /packages/storybook Bumps [next](https://github.com/vercel/next.js) from 15.4.11 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/v15.4.11...v16.1.5) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/storybook/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/storybook/package.json b/packages/storybook/package.json index 48e28aead9..64f271965d 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -16,7 +16,7 @@ "dompurify": "^2.5.4", "extension": "workspace:*", "jotai": "^2.12.2", - "next": "15.4.11", + "next": "16.1.5", "react": "18.3.1", "react-dom": "18.3.1", "webextension-polyfill": "^0.12.0"