From c910931fc1d8e8cdd6670cca6bfe236e002c9c11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 09:38:32 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-storybook from 10.2.10 to 10.2.13 in /packages/ui (#9330) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/ui/package-lock.json | 16 ++++++++-------- packages/ui/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/ui/package-lock.json b/packages/ui/package-lock.json index 3db66dae9..7da367e8b 100644 --- a/packages/ui/package-lock.json +++ b/packages/ui/package-lock.json @@ -31,7 +31,7 @@ "eslint-config-it4c": "^0.11.2", "eslint-plugin-jsdoc": "^62.7.0", "eslint-plugin-playwright": "^2.7.0", - "eslint-plugin-storybook": "^10.2.10", + "eslint-plugin-storybook": "^10.2.13", "eslint-plugin-vuejs-accessibility": "^2.5.0", "glob": "^13.0.6", "jsdom": "^28.1.0", @@ -8000,9 +8000,9 @@ } }, "node_modules/eslint-plugin-storybook": { - "version": "10.2.10", - "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-10.2.10.tgz", - "integrity": "sha512-aWkoh2rhTaEsMA4yB1iVIcISM5wb0uffp09ZqhwpoD4GAngCs131uq6un+QdnOMc7vXyAnBBfsuhtOj8WwCUgw==", + "version": "10.2.13", + "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-10.2.13.tgz", + "integrity": "sha512-ftNfZVL5zXhGMPEy/7PTCEriVH0zCBI89uiYYgSSTtM1b4l++VP+/MzJ17U1R1/jgENsp9LJm+jwRJnViv79RQ==", "dev": true, "license": "MIT", "dependencies": { @@ -8010,7 +8010,7 @@ }, "peerDependencies": { "eslint": ">=8", - "storybook": "^10.2.10" + "storybook": "^10.2.13" } }, "node_modules/eslint-plugin-vue": { @@ -12706,9 +12706,9 @@ } }, "node_modules/storybook": { - "version": "10.2.10", - "resolved": "https://registry.npmjs.org/storybook/-/storybook-10.2.10.tgz", - "integrity": "sha512-N4U42qKgzMHS7DjqLz5bY4P7rnvJtYkWFCyKspZr3FhPUuy6CWOae3aYC2BjXkHrdug0Jyta6VxFTuB1tYUKhg==", + "version": "10.2.13", + "resolved": "https://registry.npmjs.org/storybook/-/storybook-10.2.13.tgz", + "integrity": "sha512-heMfJjOfbHvL+wlCAwFZlSxcakyJ5yQDam6e9k2RRArB1veJhRnsjO6lO1hOXjJYrqxfHA/ldIugbBVlCDqfvQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/packages/ui/package.json b/packages/ui/package.json index 950696002..663f31333 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -99,7 +99,7 @@ "eslint-config-it4c": "^0.11.2", "eslint-plugin-jsdoc": "^62.7.0", "eslint-plugin-playwright": "^2.7.0", - "eslint-plugin-storybook": "^10.2.10", + "eslint-plugin-storybook": "^10.2.13", "eslint-plugin-vuejs-accessibility": "^2.5.0", "glob": "^13.0.6", "jsdom": "^28.1.0",