From d064c9ef67c81597c76907439e1dc4b3571a30b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 09:34:06 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-storybook Bumps the eslint group with 1 update in the / directory: [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin). Updates `eslint-plugin-storybook` from 10.4.1 to 10.4.3 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/v10.4.3/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v10.4.3/code/lib/eslint-plugin) --- updated-dependencies: - dependency-name: eslint-plugin-storybook dependency-version: 10.4.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index aeff579..ee00961 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4606,9 +4606,9 @@ } }, "node_modules/eslint-plugin-storybook": { - "version": "10.4.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-10.4.1.tgz", - "integrity": "sha512-sLEvd/7lg/LtXwMjj3iFxZtoeAC/8l1Qhuw3Noa8iF8i0UIgAejUs7k6DNSqHkwrPR8caWT4+3fxdMXs1iGLTg==", + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-10.4.3.tgz", + "integrity": "sha512-b/gPsCJmLeezcQ7ILcYGP39j/aY5TdU+8dohsQCZJCLDZ361QsRfoByLfJ5g92IQ5UPWnWjm9AC4eTrgwdIsiw==", "dev": true, "license": "MIT", "dependencies": { @@ -4616,7 +4616,7 @@ }, "peerDependencies": { "eslint": ">=8", - "storybook": "^10.4.1" + "storybook": "^10.4.3" } }, "node_modules/eslint-scope": {