diff --git a/package-lock.json b/package-lock.json index 0b932259..20c933c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "eslint-plugin-jest": "^28.9.0", "eslint-plugin-perfectionist": "^4.6.0", "eslint-plugin-playwright": "^2.1.0", - "eslint-plugin-prefer-arrow-functions": "^3.4.1", + "eslint-plugin-prefer-arrow-functions": "^3.6.2", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-svelte": "^2.46.1", "jest": "^29.7.0", @@ -6444,16 +6444,19 @@ } }, "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.6.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-prefer-arrow-functions/-/eslint-plugin-prefer-arrow-functions-3.6.2.tgz", + "integrity": "sha512-rSgMW1GFRXacz4FoLV+y56QoDj+pQOtpikaFL2OzEpoDK4umMMG4ONd9W59NLqSjstRqHjefrxco5KRkqxAe9g==", "dev": true, - "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "8.19.1", + "@typescript-eslint/utils": "8.19.1" + }, "engines": { "node": ">=18.0.0" }, "peerDependencies": { - "eslint": ">=8.0.0" + "eslint": ">=9.17.0" } }, "node_modules/eslint-plugin-prettier": { diff --git a/package.json b/package.json index 51a2a785..81f3c113 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint-plugin-jest": "^28.9.0", "eslint-plugin-perfectionist": "^4.6.0", "eslint-plugin-playwright": "^2.1.0", - "eslint-plugin-prefer-arrow-functions": "^3.4.1", + "eslint-plugin-prefer-arrow-functions": "^3.6.2", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-svelte": "^2.46.1", "jest": "^29.7.0",