From d424060bc68933f5cb6ec0112e3d9eb5f75e0d77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Mar 2021 07:03:25 +0000 Subject: [PATCH] build(deps-dev): Bump eslint-plugin-react in /FrontEnd Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.23.0 to 7.23.1. - [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases) - [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v7.23.0...v7.23.1) Signed-off-by: dependabot[bot] --- FrontEnd/package-lock.json | 14 +++++++------- FrontEnd/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index 4a7a53da3..13677de9f 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -74,7 +74,7 @@ "eslint-config-prettier": "^8.1.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-prettier": "^3.3.1", - "eslint-plugin-react": "^7.23.0", + "eslint-plugin-react": "^7.23.1", "eslint-plugin-react-hooks": "^4.2.0", "file-loader": "^6.2.0", "html-webpack-plugin": "5.3.1", @@ -5895,9 +5895,9 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.23.0.tgz", - "integrity": "sha512-5rfsRiHKIAdhxv3NxrzE+dBC7BFsNhuErL+Fy940oD1cau55JVTnuL25sqXqD7XY0OkYCRsKEqxZVwezE5ol5w==", + "version": "7.23.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.23.1.tgz", + "integrity": "sha512-MvFGhZjI8Z4HusajmSw0ougGrq3Gs4vT/0WgwksZgf5RrLrRa2oYAw56okU4tZJl8+j7IYNuTM+2RnFEuTSdRQ==", "dev": true, "dependencies": { "array-includes": "^3.1.3", @@ -20910,9 +20910,9 @@ } }, "eslint-plugin-react": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.23.0.tgz", - "integrity": "sha512-5rfsRiHKIAdhxv3NxrzE+dBC7BFsNhuErL+Fy940oD1cau55JVTnuL25sqXqD7XY0OkYCRsKEqxZVwezE5ol5w==", + "version": "7.23.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.23.1.tgz", + "integrity": "sha512-MvFGhZjI8Z4HusajmSw0ougGrq3Gs4vT/0WgwksZgf5RrLrRa2oYAw56okU4tZJl8+j7IYNuTM+2RnFEuTSdRQ==", "dev": true, "requires": { "array-includes": "^3.1.3", diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 0e05459b9..323a09877 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -89,7 +89,7 @@ "eslint-config-prettier": "^8.1.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-prettier": "^3.3.1", - "eslint-plugin-react": "^7.23.0", + "eslint-plugin-react": "^7.23.1", "eslint-plugin-react-hooks": "^4.2.0", "file-loader": "^6.2.0", "html-webpack-plugin": "5.3.1",