From fc0640a58ed92a973868ad4ff6644a15340ed559 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 15:45:06 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-array-func from 4.0.0 to 5.1.0 Bumps [eslint-plugin-array-func](https://github.com/freaktechnik/eslint-plugin-array-func) from 4.0.0 to 5.1.0. - [Release notes](https://github.com/freaktechnik/eslint-plugin-array-func/releases) - [Commits](https://github.com/freaktechnik/eslint-plugin-array-func/compare/v4.0.0...v5.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-array-func dependency-version: 5.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 19ca24ece8..63794fc6b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "eslint": "^9.32.0", "eslint-config-prettier": "^10.1.8", "eslint-import-resolver-typescript": "^4.4.4", - "eslint-plugin-array-func": "^4.0.0", + "eslint-plugin-array-func": "^5.1.0", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jsdoc": "^52.0.4", "eslint-plugin-n": "^17.21.3", @@ -6101,16 +6101,16 @@ } }, "node_modules/eslint-plugin-array-func": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-array-func/-/eslint-plugin-array-func-4.0.0.tgz", - "integrity": "sha512-p3NY2idNIvgmQLF2/62ZskYt8gOuUgQ51smRc3Lh7FtSozpNc2sg+lniz9VaCagLZHEZTl8qGJKqE7xy8O/D/g==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-array-func/-/eslint-plugin-array-func-5.1.0.tgz", + "integrity": "sha512-+OULB0IQdENBmBf8pHMPPObgV6QyfeXFin483jPonOaiurI9UFmc8UydWriK5f5Gel8xBhQLA6NzMwbck1BUJw==", "dev": true, "license": "MIT", "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "peerDependencies": { - "eslint": ">=8.40.0" + "eslint": ">=8.51.0" } }, "node_modules/eslint-plugin-es-x": { diff --git a/package.json b/package.json index d11b3605a5..70e2fd9661 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint": "^9.32.0", "eslint-config-prettier": "^10.1.8", "eslint-import-resolver-typescript": "^4.4.4", - "eslint-plugin-array-func": "^4.0.0", + "eslint-plugin-array-func": "^5.1.0", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jsdoc": "^52.0.4", "eslint-plugin-n": "^17.21.3",