From 2fd4e6f6030b2ace67c78cc1377f7ccc1df81fe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 04:24:32 +0000 Subject: [PATCH] Bump eslint-plugin-array-func from 4.0.0 to 5.0.1 Bumps [eslint-plugin-array-func](https://github.com/freaktechnik/eslint-plugin-array-func) from 4.0.0 to 5.0.1. - [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.0.1) --- updated-dependencies: - dependency-name: eslint-plugin-array-func dependency-type: direct:production 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 082fbc48..8bf6c305 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-alias": "^1.1.2", "eslint-import-resolver-typescript": "^3.6.1", - "eslint-plugin-array-func": "^4.0.0", + "eslint-plugin-array-func": "^5.0.1", "eslint-plugin-compat": "^4.2.0", "eslint-plugin-decorator-position": "^5.0.2", "eslint-plugin-eslint-comments": "^3.2.0", @@ -5416,14 +5416,14 @@ } }, "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.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-array-func/-/eslint-plugin-array-func-5.0.1.tgz", + "integrity": "sha512-bRydL/TorX9B6HMMGzggkTzoaY0dM1iCIdA/SGM8VB2P8+38TH+dqYmDdfLCR5LOdDUHq0XBFgkvVnb7DB61cw==", "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "peerDependencies": { - "eslint": ">=8.40.0" + "eslint": ">=8.51.0" } }, "node_modules/eslint-plugin-compat": { diff --git a/package.json b/package.json index 4f4ac6c3..10e70c19 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-alias": "^1.1.2", "eslint-import-resolver-typescript": "^3.6.1", - "eslint-plugin-array-func": "^4.0.0", + "eslint-plugin-array-func": "^5.0.1", "eslint-plugin-compat": "^4.2.0", "eslint-plugin-decorator-position": "^5.0.2", "eslint-plugin-eslint-comments": "^3.2.0",