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",