diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 732baef77f77..a1c496092635 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -235,7 +235,7 @@ "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-prefer-function-component": "^5.0.0", - "eslint-plugin-react-you-might-not-need-an-effect": "^0.5.1", + "eslint-plugin-react-you-might-not-need-an-effect": "^0.8.3", "eslint-plugin-storybook": "^0.8.0", "eslint-plugin-testing-library": "^7.14.0", "eslint-plugin-theme-colors": "file:eslint-rules/eslint-plugin-theme-colors", @@ -29976,13 +29976,12 @@ "license": "MIT" }, "node_modules/eslint-plugin-react-you-might-not-need-an-effect": { - "version": "0.5.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.5.1.tgz", - "integrity": "sha512-Gi2kfHLkXUT3j+IAwgb8TEhY10iMwsdwSsgbIxk98zPpuPW7M52ey9fU1oPZrWUlyekr5eXwUCjeTHekS6Isrw==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-you-might-not-need-an-effect/-/eslint-plugin-react-you-might-not-need-an-effect-0.8.3.tgz", + "integrity": "sha512-btIWlck7X39T3aRXuWpVRJc0SyfqeFjTzcctUnDf2VyEwwAsxPPxwviyvKv5gBxx3TaKkrHUO6fjqZoHvn7XPw==", "dev": true, "license": "MIT", "dependencies": { - "eslint-utils": "^3.0.0", "globals": "^16.2.0" }, "engines": { @@ -30275,25 +30274,6 @@ "node": ">=4.0" } }, - "node_modules/eslint-utils": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", - "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", - "dev": true, - "license": "MIT", - "dependencies": { - "eslint-visitor-keys": "^2.0.0" - }, - "engines": { - "node": "^10.0.0 || ^12.0.0 || >= 14.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/mysticatea" - }, - "peerDependencies": { - "eslint": ">=5" - } - }, "node_modules/eslint-visitor-keys": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 0bd13e081bb6..f7393af394a0 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -316,7 +316,7 @@ "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-prefer-function-component": "^5.0.0", - "eslint-plugin-react-you-might-not-need-an-effect": "^0.5.1", + "eslint-plugin-react-you-might-not-need-an-effect": "^0.8.3", "eslint-plugin-storybook": "^0.8.0", "eslint-plugin-testing-library": "^7.14.0", "eslint-plugin-theme-colors": "file:eslint-rules/eslint-plugin-theme-colors",