diff --git a/package-lock.json b/package-lock.json index 1fc58a28..6d8f0667 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-jest": "^28.6.0", "eslint-plugin-jsx-a11y": "^6.9.0", - "eslint-plugin-prefer-arrow-functions": "^3.3.2", + "eslint-plugin-prefer-arrow-functions": "^3.4.1", "eslint-plugin-react": "^7.35.0", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-simple-import-sort": "^12.1.1", @@ -3099,12 +3099,15 @@ } }, "node_modules/eslint-plugin-prefer-arrow-functions": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-prefer-arrow-functions/-/eslint-plugin-prefer-arrow-functions-3.3.2.tgz", - "integrity": "sha512-XRGsga9cK6pZ48IA2PM2PABBlWshRYhkofkQxcWzCM0YlDnal2hrQKsuz0FqtBHimJpgEXGgHUko3KrOayxlOQ==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-prefer-arrow-functions/-/eslint-plugin-prefer-arrow-functions-3.4.1.tgz", + "integrity": "sha512-c8NP0E8xpkRqDq2eDSRr+wA4jwkwOEVNnZx4YY3O0V9M7OhtKdQIj5zmzIXwu+ueURmbwYrnz65sEoLLoIVZpg==", "dev": true, + "engines": { + "node": ">=18.0.0" + }, "peerDependencies": { - "eslint": ">=5.0.0" + "eslint": ">=8.0.0" } }, "node_modules/eslint-plugin-react": { diff --git a/package.json b/package.json index 90a074b6..ab27cc39 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-jest": "^28.6.0", "eslint-plugin-jsx-a11y": "^6.9.0", - "eslint-plugin-prefer-arrow-functions": "^3.3.2", + "eslint-plugin-prefer-arrow-functions": "^3.4.1", "eslint-plugin-react": "^7.35.0", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-simple-import-sort": "^12.1.1",