From 444e3b396fcff5a3032758e781767b875109075f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 12:21:41 +0300 Subject: [PATCH] Chore(deps): Bump eslint-plugin-react from 7.31.8 to 7.31.10 (#2207) --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 163ada079..04e48ca0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8313,9 +8313,9 @@ } }, "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.10", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.10.tgz", + "integrity": "sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA==", "requires": { "array-includes": "^3.1.5", "array.prototype.flatmap": "^1.3.0", diff --git a/package.json b/package.json index 6e8a79b0c..85ba1148c 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dotenv": "16.0.3", "dotenv-expand": "9.0.0", "eslint-config-react-app": "7.0.1", - "eslint-plugin-react": "7.31.8", + "eslint-plugin-react": "7.31.10", "eslint-webpack-plugin": "3.1.1", "express": "4.18.1", "file-loader": "6.2.0",