From 217076aad103af7a672ee37b1d389cb40d20fc6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 01:21:05 +0000 Subject: [PATCH] build(deps): bump storybook from 10.2.13 to 10.2.14 Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) from 10.2.13 to 10.2.14. - [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/v10.2.14/code/core) --- updated-dependencies: - dependency-name: storybook dependency-version: 10.2.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 62c3f7f79..fb6ddf1d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28265,9 +28265,9 @@ "license": "MIT" }, "node_modules/storybook": { - "version": "10.2.13", - "resolved": "https://registry.npmjs.org/storybook/-/storybook-10.2.13.tgz", - "integrity": "sha512-heMfJjOfbHvL+wlCAwFZlSxcakyJ5yQDam6e9k2RRArB1veJhRnsjO6lO1hOXjJYrqxfHA/ldIugbBVlCDqfvQ==", + "version": "10.2.14", + "resolved": "https://registry.npmjs.org/storybook/-/storybook-10.2.14.tgz", + "integrity": "sha512-HGAgLbDAAbLOgjERsBXPpHUMxynHumYgoCRNBnAH57HfKuHL9LA3nKvKpbhFbYb/8PSG5X3hiKukki0R6Op7Aw==", "license": "MIT", "dependencies": { "@storybook/global": "^5.0.0",