Bump eslint from 7.10.0 to 7.11.0 (#14975)
Bumps [eslint](https://github.com/eslint/eslint) from 7.10.0 to 7.11.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.10.0...v7.11.0) 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
							
								
									df8cbbf364
								
							
						
					
					
						commit
						37295d59c4
					
				| @ -174,7 +174,7 @@ | |||||||
|     "@testing-library/react": "^11.0.4", |     "@testing-library/react": "^11.0.4", | ||||||
|     "babel-eslint": "^10.1.0", |     "babel-eslint": "^10.1.0", | ||||||
|     "babel-jest": "^26.5.2", |     "babel-jest": "^26.5.2", | ||||||
|     "eslint": "^7.10.0", |     "eslint": "^7.11.0", | ||||||
|     "eslint-plugin-import": "~2.22.1", |     "eslint-plugin-import": "~2.22.1", | ||||||
|     "eslint-plugin-jsx-a11y": "~6.3.1", |     "eslint-plugin-jsx-a11y": "~6.3.1", | ||||||
|     "eslint-plugin-promise": "~4.2.1", |     "eslint-plugin-promise": "~4.2.1", | ||||||
|  | |||||||
							
								
								
									
										15
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								yarn.lock
									
									
									
									
									
								
							| @ -4188,6 +4188,11 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3 | |||||||
|   resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e" |   resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e" | ||||||
|   integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ== |   integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ== | ||||||
| 
 | 
 | ||||||
|  | eslint-visitor-keys@^2.0.0: | ||||||
|  |   version "2.0.0" | ||||||
|  |   resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8" | ||||||
|  |   integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ== | ||||||
|  | 
 | ||||||
| eslint@^2.7.0: | eslint@^2.7.0: | ||||||
|   version "2.13.1" |   version "2.13.1" | ||||||
|   resolved "https://registry.yarnpkg.com/eslint/-/eslint-2.13.1.tgz#e4cc8fa0f009fb829aaae23855a29360be1f6c11" |   resolved "https://registry.yarnpkg.com/eslint/-/eslint-2.13.1.tgz#e4cc8fa0f009fb829aaae23855a29360be1f6c11" | ||||||
| @ -4227,10 +4232,10 @@ eslint@^2.7.0: | |||||||
|     text-table "~0.2.0" |     text-table "~0.2.0" | ||||||
|     user-home "^2.0.0" |     user-home "^2.0.0" | ||||||
| 
 | 
 | ||||||
| eslint@^7.10.0: | eslint@^7.11.0: | ||||||
|   version "7.10.0" |   version "7.11.0" | ||||||
|   resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.10.0.tgz#494edb3e4750fb791133ca379e786a8f648c72b9" |   resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.11.0.tgz#aaf2d23a0b5f1d652a08edacea0c19f7fadc0b3b" | ||||||
|   integrity sha512-BDVffmqWl7JJXqCjAK6lWtcQThZB/aP1HXSH1JKwGwv0LQEdvpR7qzNrUT487RM39B5goWuboFad5ovMBmD8yA== |   integrity sha512-G9+qtYVCHaDi1ZuWzBsOWo2wSwd70TXnU6UHA3cTYHp7gCTXZcpggWFoUVAMRarg68qtPoNfFbzPh+VdOgmwmw== | ||||||
|   dependencies: |   dependencies: | ||||||
|     "@babel/code-frame" "^7.0.0" |     "@babel/code-frame" "^7.0.0" | ||||||
|     "@eslint/eslintrc" "^0.1.3" |     "@eslint/eslintrc" "^0.1.3" | ||||||
| @ -4242,7 +4247,7 @@ eslint@^7.10.0: | |||||||
|     enquirer "^2.3.5" |     enquirer "^2.3.5" | ||||||
|     eslint-scope "^5.1.1" |     eslint-scope "^5.1.1" | ||||||
|     eslint-utils "^2.1.0" |     eslint-utils "^2.1.0" | ||||||
|     eslint-visitor-keys "^1.3.0" |     eslint-visitor-keys "^2.0.0" | ||||||
|     espree "^7.3.0" |     espree "^7.3.0" | ||||||
|     esquery "^1.2.0" |     esquery "^1.2.0" | ||||||
|     esutils "^2.0.2" |     esutils "^2.0.2" | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user