From 19083322792df8ddbd300a577c19e1d808d7b620 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 13:34:33 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-storybook from 10.2.7 to 10.2.8 in /packages/ui (#9228) 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 b24f12bf9..4694399c9 100644 --- a/packages/ui/package-lock.json +++ b/packages/ui/package-lock.json @@ -32,7 +32,7 @@ "eslint-config-it4c": "^0.9.0", "eslint-plugin-jsdoc": "^62.5.3", "eslint-plugin-playwright": "^2.5.1", - "eslint-plugin-storybook": "^10.2.7", + "eslint-plugin-storybook": "^10.2.8", "eslint-plugin-vuejs-accessibility": "^2.4.1", "glob": "^13.0.3", "jsdom": "^28.0.0", @@ -7601,9 +7601,9 @@ } }, "node_modules/eslint-plugin-storybook": { - "version": "10.2.7", - "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-10.2.7.tgz", - "integrity": "sha512-111gI3lUuan/zfDZ79isC4YZ75A9Ro7knqa2lNHv9PQRBWGKe6gvH2gDCYMioqT8aZo7UTzXfsyW7HHlEWxpQA==", + "version": "10.2.8", + "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-10.2.8.tgz", + "integrity": "sha512-BtysXrg1RoYT3DIrCc+svZ0+L3mbWsu7suxTLGrihBY5HfWHkJge+qjlBBR1Nm2ZMslfuFS5K0NUWbWCJRu6kg==", "dev": true, "license": "MIT", "dependencies": { @@ -7611,7 +7611,7 @@ }, "peerDependencies": { "eslint": ">=8", - "storybook": "^10.2.7" + "storybook": "^10.2.8" } }, "node_modules/eslint-plugin-vitest": { @@ -12587,9 +12587,9 @@ } }, "node_modules/storybook": { - "version": "10.2.7", - "resolved": "https://registry.npmjs.org/storybook/-/storybook-10.2.7.tgz", - "integrity": "sha512-LFKSuZyF6EW2/Kkl5d7CvqgwhXXfuWv+aLBuoc616boLKJ3mxXuea+GxIgfk02NEyTKctJ0QsnSh5pAomf6Qkg==", + "version": "10.2.8", + "resolved": "https://registry.npmjs.org/storybook/-/storybook-10.2.8.tgz", + "integrity": "sha512-885uSIn8NQw2ZG7vy84K45lHCOSyz1DVsDV8pHiHQj3J0riCuWLNeO50lK9z98zE8kjhgTtxAAkMTy5nkmNRKQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/packages/ui/package.json b/packages/ui/package.json index f79ff2210..e5db05f72 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -87,7 +87,7 @@ "eslint-config-it4c": "^0.9.0", "eslint-plugin-jsdoc": "^62.5.3", "eslint-plugin-playwright": "^2.5.1", - "eslint-plugin-storybook": "^10.2.7", + "eslint-plugin-storybook": "^10.2.8", "eslint-plugin-vuejs-accessibility": "^2.4.1", "glob": "^13.0.3", "jsdom": "^28.0.0",