From 60e2afbba98b053004057e8cd6da8c441583176c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 18:42:48 +0000 Subject: [PATCH] Bump eslint-plugin-storybook from 0.6.4 to 0.6.6 Bumps [eslint-plugin-storybook](https://github.com/storybookjs/eslint-plugin-storybook) from 0.6.4 to 0.6.6. - [Release notes](https://github.com/storybookjs/eslint-plugin-storybook/releases) - [Changelog](https://github.com/storybookjs/eslint-plugin-storybook/blob/main/CHANGELOG.md) - [Commits](https://github.com/storybookjs/eslint-plugin-storybook/compare/v0.6.4...v0.6.6) --- updated-dependencies: - dependency-name: eslint-plugin-storybook dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/Umbraco.Web.UI.Client/package-lock.json | 14 +++++++------- src/Umbraco.Web.UI.Client/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/package-lock.json b/src/Umbraco.Web.UI.Client/package-lock.json index 8624311ac2..0c51008acd 100644 --- a/src/Umbraco.Web.UI.Client/package-lock.json +++ b/src/Umbraco.Web.UI.Client/package-lock.json @@ -52,7 +52,7 @@ "eslint-plugin-lit": "^1.6.1", "eslint-plugin-lit-a11y": "^2.2.3", "eslint-plugin-local-rules": "^1.3.2", - "eslint-plugin-storybook": "^0.6.4", + "eslint-plugin-storybook": "^0.6.6", "lit-html": "^2.3.1", "msw": "^0.47.4", "msw-storybook-addon": "^1.6.3", @@ -12392,9 +12392,9 @@ "dev": true }, "node_modules/eslint-plugin-storybook": { - "version": "0.6.4", - "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.6.4.tgz", - "integrity": "sha512-wxwbAZqlgjj6MbS/llY7wnXCCUsuFcLB1XnahbgBtjmsFUggpiECt01Dt8huaKvriVXg2w4d7Ye+GzA00rdcKg==", + "version": "0.6.6", + "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.6.6.tgz", + "integrity": "sha512-nqYq802vJABpaV0n9cpIZl4Mlmy1yStxa8T3sPqvqbByOpXXtA9ZKRqVv2faSDp0DKVC0B3ItTNU7iMX3Et8VQ==", "dev": true, "dependencies": { "@storybook/csf": "^0.0.1", @@ -37459,9 +37459,9 @@ "dev": true }, "eslint-plugin-storybook": { - "version": "0.6.4", - "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.6.4.tgz", - "integrity": "sha512-wxwbAZqlgjj6MbS/llY7wnXCCUsuFcLB1XnahbgBtjmsFUggpiECt01Dt8huaKvriVXg2w4d7Ye+GzA00rdcKg==", + "version": "0.6.6", + "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.6.6.tgz", + "integrity": "sha512-nqYq802vJABpaV0n9cpIZl4Mlmy1yStxa8T3sPqvqbByOpXXtA9ZKRqVv2faSDp0DKVC0B3ItTNU7iMX3Et8VQ==", "dev": true, "requires": { "@storybook/csf": "^0.0.1", diff --git a/src/Umbraco.Web.UI.Client/package.json b/src/Umbraco.Web.UI.Client/package.json index b48b3065d4..44ab7b78af 100644 --- a/src/Umbraco.Web.UI.Client/package.json +++ b/src/Umbraco.Web.UI.Client/package.json @@ -83,7 +83,7 @@ "eslint-plugin-lit": "^1.6.1", "eslint-plugin-lit-a11y": "^2.2.3", "eslint-plugin-local-rules": "^1.3.2", - "eslint-plugin-storybook": "^0.6.4", + "eslint-plugin-storybook": "^0.6.6", "lit-html": "^2.3.1", "msw": "^0.47.4", "msw-storybook-addon": "^1.6.3",