From 2063a0377a583775b677192de4797bd940bf8f38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 08:46:46 +0000 Subject: [PATCH] Bump eslint-plugin-react from 7.36.0 to 7.36.1 (#4702) Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.36.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.36.0...v7.36.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> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b021262d43..cd4ab1debc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -85,7 +85,7 @@ "eslint-plugin-html": "^8.1.1", "eslint-plugin-import": "^2.30.0", "eslint-plugin-jest": "^28.8.3", - "eslint-plugin-react": "^7.36.0", + "eslint-plugin-react": "^7.36.1", "eslint-plugin-tsdoc": "0.3.0", "expect": "^29.7.0", "glob": "^11.0.0", @@ -5860,9 +5860,9 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.36.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.36.0.tgz", - "integrity": "sha512-c+RvVxBH0JE2kHt/8p043nPPhIohSnyQOZApIzGJqM2tXnjEzcZzyKIAg72gymLtuwuKfgGxW2H2aqTJqRgTfQ==", + "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", diff --git a/package.json b/package.json index 8996c28c14..3ff055e9c5 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "eslint-plugin-html": "^8.1.1", "eslint-plugin-import": "^2.30.0", "eslint-plugin-jest": "^28.8.3", - "eslint-plugin-react": "^7.36.0", + "eslint-plugin-react": "^7.36.1", "eslint-plugin-tsdoc": "0.3.0", "expect": "^29.7.0", "glob": "^11.0.0",