From 35415c782828b2f1cf61039e2a5524c6d3ff5944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:55:47 -0700 Subject: [PATCH] build(deps-dev): bump eslint-plugin-react in /cmd/mdl/webapp (#786) Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.36.1 to 7.37.0. - [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.36.1...v7.37.0) --- 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 2f1147e9..b3ad1c2f 100644 --- a/cmd/mdl/webapp/package-lock.json +++ b/cmd/mdl/webapp/package-lock.json @@ -37,7 +37,7 @@ "babel-loader": "9.2.1", "css-loader": "7.1.2", "eslint": "^8.57.1", - "eslint-plugin-react": "7.36.1", + "eslint-plugin-react": "7.37.0", "eslint-plugin-react-hooks": "4.6.2", "html-loader": "5.1.0", "html-webpack-plugin": "5.6.0", @@ -4587,9 +4587,9 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.36.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.36.1.tgz", - "integrity": "sha512-/qwbqNXZoq+VP30s1d4Nc1C5GTxjJQjk4Jzs4Wq2qzxFM7dSmuG2UkIjg2USMLh3A/aVcUNrK7v0J5U1XEGGwA==", + "version": "7.37.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.0.tgz", + "integrity": "sha512-IHBePmfWH5lKhJnJ7WB1V+v/GolbB0rjS8XYVCSQCZKaQCAUhMoVoOEn1Ef8Z8Wf0a7l8KTJvuZg5/e4qrZ6nA==", "dev": true, "dependencies": { "array-includes": "^3.1.8", @@ -13059,9 +13059,9 @@ } }, "eslint-plugin-react": { - "version": "7.36.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.36.1.tgz", - "integrity": "sha512-/qwbqNXZoq+VP30s1d4Nc1C5GTxjJQjk4Jzs4Wq2qzxFM7dSmuG2UkIjg2USMLh3A/aVcUNrK7v0J5U1XEGGwA==", + "version": "7.37.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.0.tgz", + "integrity": "sha512-IHBePmfWH5lKhJnJ7WB1V+v/GolbB0rjS8XYVCSQCZKaQCAUhMoVoOEn1Ef8Z8Wf0a7l8KTJvuZg5/e4qrZ6nA==", "dev": true, "requires": { "array-includes": "^3.1.8", diff --git a/cmd/mdl/webapp/package.json b/cmd/mdl/webapp/package.json index 478aa43d..3f1b6b2e 100644 --- a/cmd/mdl/webapp/package.json +++ b/cmd/mdl/webapp/package.json @@ -34,7 +34,7 @@ "babel-loader": "9.2.1", "css-loader": "7.1.2", "eslint": "^8.57.1", - "eslint-plugin-react": "7.36.1", + "eslint-plugin-react": "7.37.0", "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 bf7da66e..bfa70ba4 100644 --- a/cmd/mdl/webapp/yarn.lock +++ b/cmd/mdl/webapp/yarn.lock @@ -2564,9 +2564,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.36.1: - version "7.36.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.36.1.tgz#f1dabbb11f3d4ebe8b0cf4e54aff4aee81144ee5" +eslint-plugin-react@7.37.0: + version "7.37.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.0.tgz#c21f64a32fc34df1eaeca571ec8f70bdc40dd20a" dependencies: array-includes "^3.1.8" array.prototype.findlast "^1.2.5"