From 274270b993163a42110f5af48a8a5d97ae1b1076 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Oct 2022 20:12:55 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-react to v7.31.9 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 186f13b..7b3c74b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -82,7 +82,7 @@ "eslint-plugin-jsdoc": "39.3.6", "eslint-plugin-jsx-a11y": "6.6.1", "eslint-plugin-prefer-arrow": "1.2.3", - "eslint-plugin-react": "7.31.8", + "eslint-plugin-react": "7.31.9", "eslint-plugin-react-hooks": "4.6.0", "jest": "29.1.2", "pino-pretty": "9.1.1", @@ -5763,9 +5763,9 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.31.8", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.8.tgz", - "integrity": "sha512-5lBTZmgQmARLLSYiwI71tiGVTLUuqXantZM6vlSY39OaDSV0M7+32K5DnLkmFrwTe+Ksz0ffuLUC91RUviVZfw==", + "version": "7.31.9", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.9.tgz", + "integrity": "sha512-vrVJwusIw4L99lyfXjtCw8HWdloajsiYslMavogrBe2Gl8gr95TJsJnOMRasN4b4N24I3XuJf6aAV6MhyGmjqw==", "dev": true, "dependencies": { "array-includes": "^3.1.5", @@ -16637,9 +16637,9 @@ "requires": {} }, "eslint-plugin-react": { - "version": "7.31.8", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.8.tgz", - "integrity": "sha512-5lBTZmgQmARLLSYiwI71tiGVTLUuqXantZM6vlSY39OaDSV0M7+32K5DnLkmFrwTe+Ksz0ffuLUC91RUviVZfw==", + "version": "7.31.9", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.9.tgz", + "integrity": "sha512-vrVJwusIw4L99lyfXjtCw8HWdloajsiYslMavogrBe2Gl8gr95TJsJnOMRasN4b4N24I3XuJf6aAV6MhyGmjqw==", "dev": true, "requires": { "array-includes": "^3.1.5", diff --git a/package.json b/package.json index ecaed77..5e73c12 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "eslint-plugin-jsdoc": "39.3.6", "eslint-plugin-jsx-a11y": "6.6.1", "eslint-plugin-prefer-arrow": "1.2.3", - "eslint-plugin-react": "7.31.8", + "eslint-plugin-react": "7.31.9", "eslint-plugin-react-hooks": "4.6.0", "jest": "29.1.2", "pino-pretty": "9.1.1",