diff --git a/package-lock.json b/package-lock.json index 4acd8ed..a868497 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.15", "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.15", + "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-9.1.15.tgz", + "integrity": "sha512-c7eHGNoKmLkltdrR+KTwTiXDvXWOm8y9tqwcveN/wV10PeqDKyxLxn/dzVpMUwXd1gvEBdIjEjJfTATf6c53jQ==", "dev": true, "license": "MIT", "dependencies": { @@ -2857,7 +2857,7 @@ }, "peerDependencies": { "eslint": ">=8", - "storybook": "^9.1.6" + "storybook": "^9.1.15" } }, "node_modules/eslint-rule-extender": { diff --git a/package.json b/package.json index 2fa24e0..fc75673 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.15", "@storybook/addon-docs": "9.1.6" }, "lint-staged": {