diff --git a/package-lock.json b/package-lock.json index 3798a4bb..ad682899 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.3", - "eslint-plugin-react-you-might-not-need-an-effect": "^0.10.4", + "eslint-plugin-react-you-might-not-need-an-effect": "^1.0.1", "eslint-plugin-unicorn": "^64.0.0", "eslint-plugin-unused-imports": "^4.4.1", "execa": "^9.6.1", @@ -7251,9 +7251,9 @@ } }, "node_modules/eslint-plugin-react-you-might-not-need-an-effect": { - "version": "0.10.4", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-you-might-not-need-an-effect/-/eslint-plugin-react-you-might-not-need-an-effect-0.10.4.tgz", - "integrity": "sha512-T6UFIOl2yWzVJ7LRk27z6EbJm2pfO4+VCTp2TBRsmAUREkDFUXjtWxoD9NsDcg6NmMFETZLbAD1XzV/w/GOmqw==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-you-might-not-need-an-effect/-/eslint-plugin-react-you-might-not-need-an-effect-1.0.1.tgz", + "integrity": "sha512-oOhQTYhor88Xp8RVytq25tvBfiAjU0r9SCDC51Qop+3Wg5BR1xGMAkM+/dV4MZbcMhdaU1L9bkv6LC95JmiTig==", "license": "MIT", "dependencies": { "globals": "^16.2.0" @@ -7261,6 +7261,9 @@ "engines": { "node": ">=14.0.0" }, + "funding": { + "url": "https://github.com/sponsors/nickjvandyke" + }, "peerDependencies": { "eslint": ">=8.40.0" } diff --git a/package.json b/package.json index cbb4ce89..d672ba32 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.3", - "eslint-plugin-react-you-might-not-need-an-effect": "^0.10.4", + "eslint-plugin-react-you-might-not-need-an-effect": "^1.0.1", "eslint-plugin-unicorn": "^64.0.0", "eslint-plugin-unused-imports": "^4.4.1", "execa": "^9.6.1",