From 2cfc7bb3ede59a04602759f4085cca9326d99905 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 09:32:19 +0000 Subject: [PATCH] Bump the eslint group with 2 updates Bumps the eslint group with 2 updates: [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) and [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react). Updates `eslint-plugin-promise` from 6.4.0 to 6.5.1 - [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-community/eslint-plugin-promise/compare/v6.4.0...v6.5.1) Updates `eslint-plugin-react` from 7.34.4 to 7.35.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.34.4...v7.35.0) --- updated-dependencies: - dependency-name: eslint-plugin-promise dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] --- node_modules | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules b/node_modules index 200a84c87..c74a491d9 160000 --- a/node_modules +++ b/node_modules @@ -1 +1 @@ -Subproject commit 200a84c87b0aa812d93f5cbf34c720d5a2020465 +Subproject commit c74a491d97fbd9a03fe414eb30b5617083cad9b1 diff --git a/package.json b/package.json index 8d4008d59..ca49eb993 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,8 @@ "eslint-config-standard-react": "13.0.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-jsx-a11y": "6.9.0", - "eslint-plugin-promise": "6.4.0", - "eslint-plugin-react": "7.34.4", + "eslint-plugin-promise": "6.5.1", + "eslint-plugin-react": "7.35.0", "eslint-plugin-react-hooks": "4.6.2", "gettext-parser": "8.0.0", "htmlparser": "1.7.7",