From 3f45839d364dc7f956e67ef156662008cdfcd0c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 19:10:23 +0000 Subject: [PATCH] chore(deps-dev): bump storybook from 8.6.4 to 8.6.15 in /apps/web Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) from 8.6.4 to 8.6.15. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core) --- updated-dependencies: - dependency-name: storybook dependency-version: 8.6.15 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- apps/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/package.json b/apps/web/package.json index a005ec9..5f754d7 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -99,7 +99,7 @@ "prettier": "3.5.3", "prettier-plugin-tailwindcss": "0.6.11", "react-router-devtools": "1.1.6", - "storybook": "8.6.4", + "storybook": "8.6.15", "tailwindcss": "4.0.11", "terser": "5.39.0", "tsx": "4.19.3",