diff --git a/web/package-lock.json b/web/package-lock.json index 136f8f489..506079d18 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -100,7 +100,7 @@ "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-react": "7.36.1", "eslint-plugin-react-hooks": "4.6.2", - "eslint-plugin-storybook": "0.8.0", + "eslint-plugin-storybook": "0.9.0", "handlebars": "^4.7.7", "html-webpack-plugin": "5.6.0", "install": "^0.13.0", @@ -18157,9 +18157,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, "license": "MIT", "dependencies": { diff --git a/web/package.json b/web/package.json index 50916356a..50bde4fe6 100644 --- a/web/package.json +++ b/web/package.json @@ -106,7 +106,7 @@ "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-react": "7.36.1", "eslint-plugin-react-hooks": "4.6.2", - "eslint-plugin-storybook": "0.8.0", + "eslint-plugin-storybook": "0.9.0", "handlebars": "^4.7.7", "html-webpack-plugin": "5.6.0", "install": "^0.13.0",