diff --git a/package-lock.json b/package-lock.json index 2f3e9dfd90c..91f6aeb465e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -145,7 +145,7 @@ "eslint-plugin-cypress": "^3.2.0", "eslint-plugin-graphql": "^4.0.0", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-storybook": "^0.8.0", + "eslint-plugin-storybook": "^0.9.0", "eslint-plugin-vue": "^9.26.0", "git-revision-webpack-plugin": "^3.0.6", "hard-source-webpack-plugin-fixed-hashbug": "^0.13.2", @@ -19435,9 +19435,9 @@ } }, "node_modules/eslint-plugin-storybook": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.8.0.tgz", - "integrity": "sha512-CZeVO5EzmPY7qghO2t64oaFM+8FTaD4uzOEjHKp516exyTKo+skKAL9GI3QALS2BXhyALJjNtwbmr1XinGE8bA==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.9.0.tgz", + "integrity": "sha512-qOT/2vQBo0VqrG/BhZv8IdSsKQiyzJw+2Wqq+WFCiblI/PfxLSrGkF/buiXF+HumwfsCyBdaC94UhqhmYFmAvA==", "dev": true, "dependencies": { "@storybook/csf": "^0.0.1", @@ -51649,9 +51649,9 @@ } }, "eslint-plugin-storybook": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.8.0.tgz", - "integrity": "sha512-CZeVO5EzmPY7qghO2t64oaFM+8FTaD4uzOEjHKp516exyTKo+skKAL9GI3QALS2BXhyALJjNtwbmr1XinGE8bA==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.9.0.tgz", + "integrity": "sha512-qOT/2vQBo0VqrG/BhZv8IdSsKQiyzJw+2Wqq+WFCiblI/PfxLSrGkF/buiXF+HumwfsCyBdaC94UhqhmYFmAvA==", "dev": true, "requires": { "@storybook/csf": "^0.0.1", diff --git a/package.json b/package.json index 98fd4638084..d08a47a59ee 100644 --- a/package.json +++ b/package.json @@ -172,7 +172,7 @@ "eslint-plugin-cypress": "^3.2.0", "eslint-plugin-graphql": "^4.0.0", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-storybook": "^0.8.0", + "eslint-plugin-storybook": "^0.9.0", "eslint-plugin-vue": "^9.26.0", "git-revision-webpack-plugin": "^3.0.6", "hard-source-webpack-plugin-fixed-hashbug": "^0.13.2",