From 99b97fbc9fffa9768a58b601a3651a741d54e35e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Sep 2021 09:20:41 +0000 Subject: [PATCH] Bump eslint-plugin-react in /backend/src/main/webapp Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.26.0 to 7.26.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.26.0...v7.26.1) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/src/main/webapp/package.json | 2 +- backend/src/main/webapp/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/src/main/webapp/package.json b/backend/src/main/webapp/package.json index afcfa72e43..9cefc3717e 100644 --- a/backend/src/main/webapp/package.json +++ b/backend/src/main/webapp/package.json @@ -40,7 +40,7 @@ "@typescript-eslint/parser": "4.32.0", "eslint": "7.32.0", "eslint-config-prettier": "8.3.0", - "eslint-plugin-react": "7.26.0", + "eslint-plugin-react": "7.26.1", "eslint-plugin-simple-import-sort": "7.0.0", "openapi2typescript-cli": "0.5.0", "react-app-rewired": "2.1.8" diff --git a/backend/src/main/webapp/yarn.lock b/backend/src/main/webapp/yarn.lock index 84df997e1f..a88ec47bb8 100644 --- a/backend/src/main/webapp/yarn.lock +++ b/backend/src/main/webapp/yarn.lock @@ -5056,10 +5056,10 @@ eslint-plugin-react-hooks@^4.2.0: resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556" integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ== -eslint-plugin-react@7.26.0, eslint-plugin-react@^7.21.5: - version "7.26.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.26.0.tgz#3ae019a35d542b98e5af9e2f96b89c232c74b55b" - integrity sha512-dceliS5itjk4EZdQYtLMz6GulcsasguIs+VTXuiC7Q5IPIdGTkyfXVdmsQOqEhlD9MciofH4cMcT1bw1WWNxCQ== +eslint-plugin-react@7.26.1, eslint-plugin-react@^7.21.5: + version "7.26.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.26.1.tgz#41bcfe3e39e6a5ac040971c1af94437c80daa40e" + integrity sha512-Lug0+NOFXeOE+ORZ5pbsh6mSKjBKXDXItUD2sQoT+5Yl0eoT82DqnXeTMfUare4QVCn9QwXbfzO/dBLjLXwVjQ== dependencies: array-includes "^3.1.3" array.prototype.flatmap "^1.2.4"