From f011fa4944386c1a38d75c596ba51493ac7a2bc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 04:11:18 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-config-nfour from 2.2.0 to 2.4.0 Bumps [eslint-config-nfour](https://github.com/nfour/eslint-config-nfour) from 2.2.0 to 2.4.0. - [Release notes](https://github.com/nfour/eslint-config-nfour/releases) - [Changelog](https://github.com/nfour/eslint-config-nfour/blob/master/CHANGELOG.md) - [Commits](https://github.com/nfour/eslint-config-nfour/commits) --- updated-dependencies: - dependency-name: eslint-config-nfour dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 25 +++++++++++++++++-------- package.json | 2 +- 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef0b7a3..8a4d858 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3586,9 +3586,9 @@ } }, "eslint-config-nfour": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/eslint-config-nfour/-/eslint-config-nfour-2.2.0.tgz", - "integrity": "sha512-q2Y9zBCbQCGWBvUkdjsfPNqcGTkvxgIbV9fz+xApIcFUR070yS5RJ4dSLQAEzHxjl4atjxssuuBz8y5UxNxjsQ==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/eslint-config-nfour/-/eslint-config-nfour-2.4.0.tgz", + "integrity": "sha512-9HhmRdfHMPfjUJCPigtiYi55o7Z4z4Ob00Z+oJ9EakTM7mBQgD7TMw+bZikOYf0pu/TbbTc7HOk4OjL50W/xag==", "dev": true, "requires": { "@rushstack/eslint-patch": "^1.1.0", @@ -3916,9 +3916,9 @@ "dev": true }, "eslint-plugin-react": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.28.0.tgz", - "integrity": "sha512-IOlFIRHzWfEQQKcAD4iyYDndHwTQiCMcJVJjxempf203jnNLUnW34AXLrV33+nEXoifJE2ZEGmcjKPL8957eSw==", + "version": "7.29.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.29.2.tgz", + "integrity": "sha512-ypEBTKOy5liFQXZWMchJ3LN0JX1uPI6n7MN7OPHKacqXAxq5gYC30TdO7wqGYQyxD1OrzpobdHC3hDmlRWDg9w==", "dev": true, "requires": { "array-includes": "^3.1.4", @@ -3926,12 +3926,12 @@ "doctrine": "^2.1.0", "estraverse": "^5.3.0", "jsx-ast-utils": "^2.4.1 || ^3.0.0", - "minimatch": "^3.0.4", + "minimatch": "^3.1.2", "object.entries": "^1.1.5", "object.fromentries": "^2.0.5", "object.hasown": "^1.1.0", "object.values": "^1.1.5", - "prop-types": "^15.7.2", + "prop-types": "^15.8.1", "resolve": "^2.0.0-next.3", "semver": "^6.3.0", "string.prototype.matchall": "^4.0.6" @@ -3946,6 +3946,15 @@ "esutils": "^2.0.2" } }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, "resolve": { "version": "2.0.0-next.3", "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.3.tgz", diff --git a/package.json b/package.json index 48f8641..f646f7b 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "cspell": "~5.18.0", "dotenv": "~16.0.0", "eslint": "~7.32.0", - "eslint-config-nfour": "~2.2.0", + "eslint-config-nfour": "~2.4.0", "eslint-config-prettier": "~8.3.0", "eslint-config-standard": "~16.0.3", "eslint-config-standard-typescript-prettier": "~5.0.0",