diff --git a/web/package-lock.json b/web/package-lock.json index 19576a3b4..aee4a743b 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -103,7 +103,7 @@ "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-react": "7.37.2", "eslint-plugin-react-hooks": "4.6.2", - "eslint-plugin-storybook": "0.10.2", + "eslint-plugin-storybook": "0.11.0", "handlebars": "^4.7.7", "html-webpack-plugin": "5.6.3", "install": "^0.13.0", @@ -15561,9 +15561,9 @@ } }, "node_modules/eslint-plugin-storybook": { - "version": "0.10.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.10.2.tgz", - "integrity": "sha512-iOrFJfyLgRLIbWDLbbs3J4yrknvIB+uiZ8KGqGOEXTL7/BGuBMZLiIU9Q4Pm/VYJrHN4JqmMtwCSrAemHL2nFg==", + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.11.0.tgz", + "integrity": "sha512-MvPJgF+ORwgK04a1CY5itO4pwdAOFIRqczlNEHL62+4Ocvj1d61GWRqIdeX1BNCKno6fdPC6TksUHCZMGsq26g==", "dev": true, "license": "MIT", "dependencies": { diff --git a/web/package.json b/web/package.json index fb73a6147..15c043667 100644 --- a/web/package.json +++ b/web/package.json @@ -112,7 +112,7 @@ "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-react": "7.37.2", "eslint-plugin-react-hooks": "4.6.2", - "eslint-plugin-storybook": "0.10.2", + "eslint-plugin-storybook": "0.11.0", "handlebars": "^4.7.7", "html-webpack-plugin": "5.6.3", "install": "^0.13.0",