Bump eslint-plugin-react from 7.31.11 to 7.32.1 (#23231)
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.31.11 to 7.32.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.31.11...v7.32.1) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									7424dd0010
								
							
						
					
					
						commit
						24f446d70b
					
				| @ -150,7 +150,7 @@ | ||||
|     "eslint-plugin-import": "~2.26.0", | ||||
|     "eslint-plugin-jsx-a11y": "~6.6.1", | ||||
|     "eslint-plugin-promise": "~6.1.1", | ||||
|     "eslint-plugin-react": "~7.31.11", | ||||
|     "eslint-plugin-react": "~7.32.1", | ||||
|     "jest": "^29.3.1", | ||||
|     "jest-environment-jsdom": "^29.3.1", | ||||
|     "postcss-scss": "^4.0.6", | ||||
|  | ||||
							
								
								
									
										34
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										34
									
								
								yarn.lock
									
									
									
									
									
								
							| @ -4482,10 +4482,10 @@ eslint-plugin-promise@~6.1.1: | ||||
|   resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.1.1.tgz#269a3e2772f62875661220631bd4dafcb4083816" | ||||
|   integrity sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig== | ||||
| 
 | ||||
| eslint-plugin-react@~7.31.11: | ||||
|   version "7.31.11" | ||||
|   resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.11.tgz#011521d2b16dcf95795df688a4770b4eaab364c8" | ||||
|   integrity sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw== | ||||
| eslint-plugin-react@~7.32.1: | ||||
|   version "7.32.1" | ||||
|   resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.1.tgz#88cdeb4065da8ca0b64e1274404f53a0f9890200" | ||||
|   integrity sha512-vOjdgyd0ZHBXNsmvU+785xY8Bfe57EFbTYYk8XrROzWpr9QBvpjITvAXt9xqcE6+8cjR/g1+mfumPToxsl1www== | ||||
|   dependencies: | ||||
|     array-includes "^3.1.6" | ||||
|     array.prototype.flatmap "^1.3.1" | ||||
| @ -4499,7 +4499,7 @@ eslint-plugin-react@~7.31.11: | ||||
|     object.hasown "^1.1.2" | ||||
|     object.values "^1.1.6" | ||||
|     prop-types "^15.8.1" | ||||
|     resolve "^2.0.0-next.3" | ||||
|     resolve "^2.0.0-next.4" | ||||
|     semver "^6.3.0" | ||||
|     string.prototype.matchall "^4.0.8" | ||||
| 
 | ||||
| @ -5954,13 +5954,20 @@ is-color-stop@^1.0.0: | ||||
|     rgb-regex "^1.0.1" | ||||
|     rgba-regex "^1.0.0" | ||||
| 
 | ||||
| is-core-module@^2.2.0, is-core-module@^2.5.0, is-core-module@^2.8.1: | ||||
| is-core-module@^2.5.0, is-core-module@^2.8.1: | ||||
|   version "2.9.0" | ||||
|   resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.9.0.tgz#e1c34429cd51c6dd9e09e0799e396e27b19a9c69" | ||||
|   integrity sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A== | ||||
|   dependencies: | ||||
|     has "^1.0.3" | ||||
| 
 | ||||
| is-core-module@^2.9.0: | ||||
|   version "2.11.0" | ||||
|   resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144" | ||||
|   integrity sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw== | ||||
|   dependencies: | ||||
|     has "^1.0.3" | ||||
| 
 | ||||
| is-data-descriptor@^0.1.4: | ||||
|   version "0.1.4" | ||||
|   resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" | ||||
| @ -8040,7 +8047,7 @@ path-key@^3.0.0, path-key@^3.1.0: | ||||
|   resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" | ||||
|   integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== | ||||
| 
 | ||||
| path-parse@^1.0.6, path-parse@^1.0.7: | ||||
| path-parse@^1.0.7: | ||||
|   version "1.0.7" | ||||
|   resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" | ||||
|   integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== | ||||
| @ -9413,13 +9420,14 @@ resolve@^1.10.0, resolve@^1.12.0, resolve@^1.14.2, resolve@^1.19.0, resolve@^1.2 | ||||
|     path-parse "^1.0.7" | ||||
|     supports-preserve-symlinks-flag "^1.0.0" | ||||
| 
 | ||||
| resolve@^2.0.0-next.3: | ||||
|   version "2.0.0-next.3" | ||||
|   resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.3.tgz#d41016293d4a8586a39ca5d9b5f15cbea1f55e46" | ||||
|   integrity sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q== | ||||
| resolve@^2.0.0-next.4: | ||||
|   version "2.0.0-next.4" | ||||
|   resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.4.tgz#3d37a113d6429f496ec4752d2a2e58efb1fd4660" | ||||
|   integrity sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ== | ||||
|   dependencies: | ||||
|     is-core-module "^2.2.0" | ||||
|     path-parse "^1.0.6" | ||||
|     is-core-module "^2.9.0" | ||||
|     path-parse "^1.0.7" | ||||
|     supports-preserve-symlinks-flag "^1.0.0" | ||||
| 
 | ||||
| ret@~0.1.10: | ||||
|   version "0.1.15" | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user