diff --git a/web/package-lock.json b/web/package-lock.json index 0ea17681b..6daa8ee44 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -95,7 +95,7 @@ "eslint-plugin-prettier": "4.2.1", "eslint-plugin-react": "7.32.2", "eslint-plugin-react-hooks": "4.6.0", - "eslint-plugin-storybook": "0.6.10", + "eslint-plugin-storybook": "0.6.11", "handlebars": "^4.7.7", "html-webpack-plugin": "5.5.0", "install": "^0.13.0", @@ -18763,9 +18763,9 @@ } }, "node_modules/eslint-plugin-storybook": { - "version": "0.6.10", - "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.6.10.tgz", - "integrity": "sha512-3DKXRey06EhwnTKaG6fgMqGTy4C3z6Ikyv6VVixO5BvaExWQe3yGWIAufrC2Et0OaAMIaMwx9KWjqb/Wq+JxPg==", + "version": "0.6.11", + "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.6.11.tgz", + "integrity": "sha512-lIVmCqQgA0bhcuS1yWYBFrnPHBKPEQI+LHPDtlN81UE1/17onCqgwUW7Nyt7gS2OHjCAiOR4npjTGEoe0hssKw==", "dev": true, "dependencies": { "@storybook/csf": "^0.0.1", diff --git a/web/package.json b/web/package.json index 06d51be09..96efcadf7 100644 --- a/web/package.json +++ b/web/package.json @@ -99,7 +99,7 @@ "eslint-plugin-prettier": "4.2.1", "eslint-plugin-react": "7.32.2", "eslint-plugin-react-hooks": "4.6.0", - "eslint-plugin-storybook": "0.6.10", + "eslint-plugin-storybook": "0.6.11", "handlebars": "^4.7.7", "html-webpack-plugin": "5.5.0", "install": "^0.13.0",