From 12a2edd710aa02883e6fb5a5b4a647054a688e6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 01:29:48 +0000 Subject: [PATCH] refactor: bump eslint-plugin-react from 7.37.4 to 7.37.5 Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.37.4 to 7.37.5. - [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.4...v7.37.5) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-version: 7.37.5 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, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index e4725f050..ed8344e84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -72,7 +72,7 @@ "css-loader": "6.7.3", "eslint": "9.24.0", "eslint-plugin-jest": "28.11.0", - "eslint-plugin-react": "7.37.4", + "eslint-plugin-react": "7.37.5", "globals": "16.0.0", "http-server": "14.1.1", "husky": "9.1.7", @@ -10332,10 +10332,11 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.37.4", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.4.tgz", - "integrity": "sha512-BGP0jRmfYyvOyvMoRX/uoUeW+GqNj9y16bPQzqAHf3AYII/tDs+jMN0dBVkl88/OZwNGwrVFxE7riHsXVfy/LQ==", + "version": "7.37.5", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz", + "integrity": "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==", "dev": true, + "license": "MIT", "dependencies": { "array-includes": "^3.1.8", "array.prototype.findlast": "^1.2.5", @@ -10347,7 +10348,7 @@ "hasown": "^2.0.2", "jsx-ast-utils": "^2.4.1 || ^3.0.0", "minimatch": "^3.1.2", - "object.entries": "^1.1.8", + "object.entries": "^1.1.9", "object.fromentries": "^2.0.8", "object.values": "^1.2.1", "prop-types": "^15.8.1", diff --git a/package.json b/package.json index 6bd0bb75b..f067dd5aa 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "css-loader": "6.7.3", "eslint": "9.24.0", "eslint-plugin-jest": "28.11.0", - "eslint-plugin-react": "7.37.4", + "eslint-plugin-react": "7.37.5", "globals": "16.0.0", "http-server": "14.1.1", "husky": "9.1.7",