From ad743039adc85bfe036c032352f3c11ac408cacd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 14:15:57 -0400 Subject: [PATCH] build(deps-dev): bump eslint-plugin-react in /cmd/mdl/webapp (#773) Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.35.0 to 7.36.1. - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.35.0...v7.36.1) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- cmd/mdl/webapp/package-lock.json | 14 +++++++------- cmd/mdl/webapp/package.json | 2 +- cmd/mdl/webapp/yarn.lock | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/cmd/mdl/webapp/package-lock.json b/cmd/mdl/webapp/package-lock.json index 42ceb0f4..9b0eaf97 100644 --- a/cmd/mdl/webapp/package-lock.json +++ b/cmd/mdl/webapp/package-lock.json @@ -37,7 +37,7 @@ "babel-loader": "9.1.3", "css-loader": "7.1.2", "eslint": "^8.57.0", - "eslint-plugin-react": "7.35.0", + "eslint-plugin-react": "7.36.1", "eslint-plugin-react-hooks": "4.6.2", "html-loader": "5.1.0", "html-webpack-plugin": "5.6.0", @@ -4624,9 +4624,9 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.35.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.35.0.tgz", - "integrity": "sha512-v501SSMOWv8gerHkk+IIQBkcGRGrO2nfybfj5pLxuJNFTPxxA3PSryhXTK+9pNbtkggheDdsC0E9Q8CuPk6JKA==", + "version": "7.36.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.36.1.tgz", + "integrity": "sha512-/qwbqNXZoq+VP30s1d4Nc1C5GTxjJQjk4Jzs4Wq2qzxFM7dSmuG2UkIjg2USMLh3A/aVcUNrK7v0J5U1XEGGwA==", "dev": true, "dependencies": { "array-includes": "^3.1.8", @@ -13604,9 +13604,9 @@ } }, "eslint-plugin-react": { - "version": "7.35.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.35.0.tgz", - "integrity": "sha512-v501SSMOWv8gerHkk+IIQBkcGRGrO2nfybfj5pLxuJNFTPxxA3PSryhXTK+9pNbtkggheDdsC0E9Q8CuPk6JKA==", + "version": "7.36.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.36.1.tgz", + "integrity": "sha512-/qwbqNXZoq+VP30s1d4Nc1C5GTxjJQjk4Jzs4Wq2qzxFM7dSmuG2UkIjg2USMLh3A/aVcUNrK7v0J5U1XEGGwA==", "dev": true, "requires": { "array-includes": "^3.1.8", diff --git a/cmd/mdl/webapp/package.json b/cmd/mdl/webapp/package.json index e67f17aa..a53e801e 100644 --- a/cmd/mdl/webapp/package.json +++ b/cmd/mdl/webapp/package.json @@ -34,7 +34,7 @@ "babel-loader": "9.1.3", "css-loader": "7.1.2", "eslint": "^8.57.0", - "eslint-plugin-react": "7.35.0", + "eslint-plugin-react": "7.36.1", "eslint-plugin-react-hooks": "4.6.2", "html-loader": "5.1.0", "html-webpack-plugin": "5.6.0", diff --git a/cmd/mdl/webapp/yarn.lock b/cmd/mdl/webapp/yarn.lock index 8483fab5..5a066de1 100644 --- a/cmd/mdl/webapp/yarn.lock +++ b/cmd/mdl/webapp/yarn.lock @@ -2628,9 +2628,9 @@ eslint-plugin-react-hooks@4.6.2: version "4.6.2" resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596" -eslint-plugin-react@7.35.0: - version "7.35.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.35.0.tgz#00b1e4559896710e58af6358898f2ff917ea4c41" +eslint-plugin-react@7.36.1: + version "7.36.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.36.1.tgz#f1dabbb11f3d4ebe8b0cf4e54aff4aee81144ee5" dependencies: array-includes "^3.1.8" array.prototype.findlast "^1.2.5"