From 1fe140630c9e4333258ac34fe71972c2a046a667 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 17:41:12 +0000 Subject: [PATCH] chore(deps): 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 | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 00b3a6b4b..ab18edac5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@typescript-eslint/eslint-plugin": "^6.18.1", "@typescript-eslint/parser": "^6.21.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-array-func": "^4.0.0", + "eslint-plugin-array-func": "^5.0.1", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-functional": "^6.0.1", "eslint-plugin-import": "^2.29.1", @@ -5986,14 +5986,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-eslint-comments": { @@ -17218,9 +17218,9 @@ } }, "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==", "requires": {} }, "eslint-plugin-eslint-comments": { diff --git a/package.json b/package.json index f98ad2ffa..cb70bb907 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@typescript-eslint/eslint-plugin": "^6.18.1", "@typescript-eslint/parser": "^6.21.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-array-func": "^4.0.0", + "eslint-plugin-array-func": "^5.0.1", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-functional": "^6.0.1", "eslint-plugin-import": "^2.29.1",