diff --git a/package-lock.json b/package-lock.json index 6a8bcf17..91cf6641 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "eslint": "^8.57.1", "eslint-plugin-compat": "^6.0.2", "eslint-plugin-deprecation": "^3.0.0", - "eslint-plugin-prefer-arrow-functions": "^3.4.1", + "eslint-plugin-prefer-arrow-functions": "^3.4.2", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.37.3", "eslint-plugin-simple-import-sort": "^12.1.1", @@ -14479,11 +14479,10 @@ } }, "node_modules/eslint-plugin-prefer-arrow-functions": { - "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==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-prefer-arrow-functions/-/eslint-plugin-prefer-arrow-functions-3.4.2.tgz", + "integrity": "sha512-lwmu9Q4EfxR/R0g1xJ6XvhkMHKJlv3BtW9+RHctGIiDK+IjvhB7WkNtao646EOhFDLs9QoLUBVE+pnymarCk6w==", "dev": true, - "license": "MIT", "engines": { "node": ">=18.0.0" }, diff --git a/package.json b/package.json index 3ca60a99..441c1e4d 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "eslint": "^8.57.1", "eslint-plugin-compat": "^6.0.2", "eslint-plugin-deprecation": "^3.0.0", - "eslint-plugin-prefer-arrow-functions": "^3.4.1", + "eslint-plugin-prefer-arrow-functions": "^3.4.2", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.37.3", "eslint-plugin-simple-import-sort": "^12.1.1",