From c70954af800bfb929fe1ec8dadd6f8bc88bfcbfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 11:03:44 +0000 Subject: [PATCH] Bump eslint-plugin-prefer-arrow-functions from 3.4.1 to 3.4.2 Bumps [eslint-plugin-prefer-arrow-functions](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/releases) - [Changelog](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/blob/main/CHANGELOG.md) - [Commits](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/compare/3.4.1...3.4.2) --- updated-dependencies: - dependency-name: eslint-plugin-prefer-arrow-functions dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ff55c82af33f0a..f615eb6d9e446b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3594,9 +3594,9 @@ } }, "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, "engines": { "node": ">=18.0.0"