From 64c9c00aa60573be34a40e6866eb6cb2290e9c75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:49:39 -0700 Subject: [PATCH] build(deps-dev): bump eslint-plugin-react in /cmd/mdl/webapp (#789) Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.37.0 to 7.37.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.37.0...v7.37.1) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-patch ... 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 07518ef0..97c5a7d4 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.37.0", + "eslint-plugin-react": "7.37.1", "eslint-plugin-react-hooks": "4.6.2", "html-loader": "5.1.0", "html-webpack-plugin": "5.6.0", @@ -4588,9 +4588,9 @@ } }, "node_modules/eslint-plugin-react": { - "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==", + "version": "7.37.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.1.tgz", + "integrity": "sha512-xwTnwDqzbDRA8uJ7BMxPs/EXRB3i8ZfnOIp8BsxEQkT0nHPp+WWceqGgo6rKb9ctNi8GJLDT4Go5HAWELa/WMg==", "dev": true, "dependencies": { "array-includes": "^3.1.8", @@ -13061,9 +13061,9 @@ } }, "eslint-plugin-react": { - "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==", + "version": "7.37.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.1.tgz", + "integrity": "sha512-xwTnwDqzbDRA8uJ7BMxPs/EXRB3i8ZfnOIp8BsxEQkT0nHPp+WWceqGgo6rKb9ctNi8GJLDT4Go5HAWELa/WMg==", "dev": true, "requires": { "array-includes": "^3.1.8", diff --git a/cmd/mdl/webapp/package.json b/cmd/mdl/webapp/package.json index d7071a20..4ed71b29 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.37.0", + "eslint-plugin-react": "7.37.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 80c23d8e..1e543af2 100644 --- a/cmd/mdl/webapp/yarn.lock +++ b/cmd/mdl/webapp/yarn.lock @@ -2701,9 +2701,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.37.0: - version "7.37.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.0.tgz#c21f64a32fc34df1eaeca571ec8f70bdc40dd20a" +eslint-plugin-react@7.37.1: + version "7.37.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.1.tgz#56493d7d69174d0d828bc83afeffe96903fdadbd" dependencies: array-includes "^3.1.8" array.prototype.findlast "^1.2.5"