From 565fb975fcc7200f560e1f464589facdfb0e0da1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 00:06:39 +0000 Subject: [PATCH] Bump eslint-plugin-react from 7.37.1 to 7.37.2 Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.37.1 to 7.37.2. - [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.1...v7.37.2) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 64febb54..3f6d7192 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "eslint-plugin-import": "~2.31.0", "eslint-plugin-jsx-a11y": "~6.10.1", "eslint-plugin-prettier": "~5.2.1", - "eslint-plugin-react": "~7.37.1", + "eslint-plugin-react": "~7.37.2", "eslint-webpack-plugin": "~4.2.0", "file-loader": "~6.2.0", "husky": "~9.1.6", @@ -8945,18 +8945,17 @@ } }, "node_modules/eslint-plugin-react": { - "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==", + "version": "7.37.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.2.tgz", + "integrity": "sha512-EsTAnj9fLVr/GZleBLFbj/sSuXeWmp1eXIN60ceYnZveqEaUCyW4X+Vh4WTdUhCkW4xutXYqTXCUSyqD4rB75w==", "dev": true, - "license": "MIT", "dependencies": { "array-includes": "^3.1.8", "array.prototype.findlast": "^1.2.5", "array.prototype.flatmap": "^1.3.2", "array.prototype.tosorted": "^1.1.4", "doctrine": "^2.1.0", - "es-iterator-helpers": "^1.0.19", + "es-iterator-helpers": "^1.1.0", "estraverse": "^5.3.0", "hasown": "^2.0.2", "jsx-ast-utils": "^2.4.1 || ^3.0.0", diff --git a/package.json b/package.json index 677c1e83..bbf88ab4 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "eslint-plugin-import": "~2.31.0", "eslint-plugin-jsx-a11y": "~6.10.1", "eslint-plugin-prettier": "~5.2.1", - "eslint-plugin-react": "~7.37.1", + "eslint-plugin-react": "~7.37.2", "eslint-webpack-plugin": "~4.2.0", "file-loader": "~6.2.0", "husky": "~9.1.6",