From ed88b9588c06c9e58cdf9c10f50c971599129a99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 11:12:36 +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 | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index da2ad22f..21a30193 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "eslint-config-prettier": "^9.1.0", "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-simple-import-sort": "^12.1.1", "gulp": "^5.0.0", @@ -5385,11 +5385,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 2a55724b..10cedeb3 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "eslint-config-prettier": "^9.1.0", "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-simple-import-sort": "^12.1.1", "gulp": "^5.0.0",