diff --git a/package-lock.json b/package-lock.json index 51484e0c..64e69da4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2622,9 +2622,9 @@ } }, "eslint-plugin-array-func": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-array-func/-/eslint-plugin-array-func-3.1.3.tgz", - "integrity": "sha512-uRfJ4d9Fyyvxm6/w++++RSQoXZyERFF0+6zqupgg5Mw/+eG4y19yrptTghJlApntKlPZBpA4XCOIBzJbvLrArQ==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-array-func/-/eslint-plugin-array-func-3.1.4.tgz", + "integrity": "sha512-6ScIzTA5rbgtaQTtQ/rshb5Gzgx4Wd5g+bRe3p08XaA/+otJ73fPc4qxF2LtV4LHhg9UN2OwVs0xMKUwGH4kbQ==", "dev": true }, "eslint-plugin-es": { diff --git a/package.json b/package.json index e3325fcf..d7642079 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@types/node": "12.12.27", "chai": "4.2.0", "eslint": "6.8.0", - "eslint-plugin-array-func": "3.1.3", + "eslint-plugin-array-func": "3.1.4", "eslint-plugin-eslint-comments": "3.1.2", "eslint-plugin-import": "2.20.1", "eslint-plugin-jsdoc": "18.11.0",