From a3b1ae69c141bd911af6dd82db44bfd1a73fee30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 09:21:10 +0000 Subject: [PATCH] Bump eslint-plugin-storybook from 9.1.6 to 9.1.10 Bumps [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) from 9.1.6 to 9.1.10. - [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/v9.1.10/code/lib/eslint-plugin) --- updated-dependencies: - dependency-name: eslint-plugin-storybook dependency-version: 9.1.10 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4acd8ed..9d56276 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@trivago/prettier-plugin-sort-imports": "5.2.2", "eslint-config-prettier": "10.1.8", "eslint-plugin-lit-a11y": "5.1.1", - "eslint-plugin-storybook": "9.1.6", + "eslint-plugin-storybook": "9.1.10", "globals": "16.4.0", "husky": "9.1.7", "lint-staged": "16.2.3", @@ -2844,9 +2844,9 @@ "license": "MIT" }, "node_modules/eslint-plugin-storybook": { - "version": "9.1.6", - "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-9.1.6.tgz", - "integrity": "sha512-4NLf8lOT7Nl+m9aipVHJczyt/Dp6BzHzyNq4nhaEUjoZFGKMhPa52vSbuLyQYX7IrcrYPlM37X8dFGo/EIE9JA==", + "version": "9.1.10", + "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-9.1.10.tgz", + "integrity": "sha512-HAVQ9HTMydcFj5KjnzsETOwPe19eIViwRBhc47lvU04YEFTgEg2rlXN1xozxHUlQ+XkkoKYkIUYoqo7KgGhkIA==", "dev": true, "license": "MIT", "dependencies": { @@ -2857,7 +2857,7 @@ }, "peerDependencies": { "eslint": ">=8", - "storybook": "^9.1.6" + "storybook": "^9.1.10" } }, "node_modules/eslint-rule-extender": { diff --git a/package.json b/package.json index 2fa24e0..b0bc957 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "typescript": "5.9.2", "typescript-eslint": "8.44.0", "vite": "7.1.9", - "eslint-plugin-storybook": "9.1.6", + "eslint-plugin-storybook": "9.1.10", "@storybook/addon-docs": "9.1.6" }, "lint-staged": {