From 618efced47a54fc1db75a0650ab66433f0f1fc6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 19:56:36 +0000 Subject: [PATCH] Bump storybook from 8.6.15 to 8.6.17 in /ChatUI Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) from 8.6.15 to 8.6.17. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/v8.6.17/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.6.17/code/core) --- updated-dependencies: - dependency-name: storybook dependency-version: 8.6.17 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- ChatUI/package-lock.json | 24 ++++++++++++------------ ChatUI/package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/ChatUI/package-lock.json b/ChatUI/package-lock.json index dd4dc595..ef138d67 100644 --- a/ChatUI/package-lock.json +++ b/ChatUI/package-lock.json @@ -58,7 +58,7 @@ "glob": "^11.1.0", "jsdom": "^24.0.0", "playwright": "^1.56.1", - "storybook": "^8.6.15", + "storybook": "^8.6.17", "tailwindcss": "^4", "typescript": "^5", "vitest": "^4.0.10" @@ -6961,13 +6961,13 @@ } }, "node_modules/@storybook/core": { - "version": "8.6.15", - "resolved": "https://registry.npmjs.org/@storybook/core/-/core-8.6.15.tgz", - "integrity": "sha512-VFpKcphNurJpSC4fpUfKL3GTXVoL53oytghGR30QIw5jKWwaT50HVbTyb41BLOUuZjmMhUQA8weiQEew6RX0gw==", + "version": "8.6.17", + "resolved": "https://registry.npmjs.org/@storybook/core/-/core-8.6.17.tgz", + "integrity": "sha512-lndZDYIvUddWk54HmgYwE4h2B0JtWt8ztIRAzHRt6ReZZ9QQbmM5b85Qpa+ng4dyQEKc2JAtYD3Du7RRFcpHlw==", "dev": true, "license": "MIT", "dependencies": { - "@storybook/theming": "8.6.15", + "@storybook/theming": "8.6.17", "better-opn": "^3.0.2", "browser-assert": "^1.2.1", "esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0 || ^0.25.0", @@ -6993,9 +6993,9 @@ } }, "node_modules/@storybook/core/node_modules/@storybook/theming": { - "version": "8.6.15", - "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-8.6.15.tgz", - "integrity": "sha512-dAbL0XOekyT6XsF49R6Etj3WxQ/LpdJDIswUUeHgVJ6/yd2opZOGbPxnwA3zlmAh1c0tvpPyhSDXxSG79u8e4Q==", + "version": "8.6.17", + "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-8.6.17.tgz", + "integrity": "sha512-IttFvRqozpuzN5MlQEWGOzUA2rZg86688Dyv1d+bjpYcFHtY1X4XyTCGwv1BPTaTsB959oM8R2yoNYWQkABbBA==", "dev": true, "license": "MIT", "funding": { @@ -18323,13 +18323,13 @@ "license": "MIT" }, "node_modules/storybook": { - "version": "8.6.15", - "resolved": "https://registry.npmjs.org/storybook/-/storybook-8.6.15.tgz", - "integrity": "sha512-Ob7DMlwWx8s7dMvcQ3xPc02TvUeralb+xX3oaPRk9wY9Hc6M1IBC/7cEoITkSmRS2v38DHubC+mtEKNc1u2gQg==", + "version": "8.6.17", + "resolved": "https://registry.npmjs.org/storybook/-/storybook-8.6.17.tgz", + "integrity": "sha512-krR/l680A6qVnkGiK9p8jY0ucX3+kFCs2f4zw+S3w2Cdq8EiM/tFebPcX2V4S3z2UsO0v0dwAJOJNpzbFPdmVg==", "dev": true, "license": "MIT", "dependencies": { - "@storybook/core": "8.6.15" + "@storybook/core": "8.6.17" }, "bin": { "getstorybook": "bin/index.cjs", diff --git a/ChatUI/package.json b/ChatUI/package.json index 09f316f2..221fa585 100644 --- a/ChatUI/package.json +++ b/ChatUI/package.json @@ -65,7 +65,7 @@ "glob": "^11.1.0", "jsdom": "^24.0.0", "playwright": "^1.56.1", - "storybook": "^8.6.15", + "storybook": "^8.6.17", "tailwindcss": "^4", "typescript": "^5", "vitest": "^4.0.10"