diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 4ad586d551c..1ee17415f39 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -244,7 +244,7 @@ "eslint-plugin-lodash": "^7.4.0", "eslint-plugin-prettier": "^5.5.5", "eslint-plugin-react-prefer-function-component": "^5.0.0", - "eslint-plugin-react-you-might-not-need-an-effect": "^0.9.1", + "eslint-plugin-react-you-might-not-need-an-effect": "^0.9.2", "eslint-plugin-storybook": "^0.8.0", "eslint-plugin-testing-library": "^7.16.0", "eslint-plugin-theme-colors": "file:eslint-rules/eslint-plugin-theme-colors", @@ -24406,9 +24406,9 @@ "license": "MIT" }, "node_modules/eslint-plugin-react-you-might-not-need-an-effect": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-you-might-not-need-an-effect/-/eslint-plugin-react-you-might-not-need-an-effect-0.9.1.tgz", - "integrity": "sha512-P6Zq5hAKc10Zg5V6vusm3+WZc59OHqHeCTTH2soW3r9fBmeJssuHzltIEKtrONXqFwHVWw3bz2qGlYuO2rBk1g==", + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-you-might-not-need-an-effect/-/eslint-plugin-react-you-might-not-need-an-effect-0.9.2.tgz", + "integrity": "sha512-VplJMf2kAYI4bF1KSCOygQ9BHzOqM/0P3cqpnBTylnSVv9aNxVrz2RDMs8bKJtITcp2CV9kuAUkzjUP0zgxbSw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 4c1634f03f7..84755457334 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -325,7 +325,7 @@ "eslint-plugin-lodash": "^7.4.0", "eslint-plugin-prettier": "^5.5.5", "eslint-plugin-react-prefer-function-component": "^5.0.0", - "eslint-plugin-react-you-might-not-need-an-effect": "^0.9.1", + "eslint-plugin-react-you-might-not-need-an-effect": "^0.9.2", "eslint-plugin-storybook": "^0.8.0", "eslint-plugin-testing-library": "^7.16.0", "eslint-plugin-theme-colors": "file:eslint-rules/eslint-plugin-theme-colors",