chore(deps): update dependency eslint-plugin-testing-library to v4.12.2
This commit is contained in:
		
				
					committed by
					
						![renovate[bot]](/avatar/8555d8629c2fc48c5a5a2280a4715590?size=40) renovate[bot]
						renovate[bot]
					
				
			
			
				
	
			
			
			
						parent
						
							adc07fb50a
						
					
				
				
					commit
					58ee4a77c5
				
			
							
								
								
									
										52
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										52
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @@ -7749,15 +7749,15 @@ | ||||
|       } | ||||
|     }, | ||||
|     "@typescript-eslint/experimental-utils": { | ||||
|       "version": "4.30.0", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.30.0.tgz", | ||||
|       "integrity": "sha512-K8RNIX9GnBsv5v4TjtwkKtqMSzYpjqAQg/oSphtxf3xxdt6T0owqnpojztjjTcatSteH3hLj3t/kklKx87NPqw==", | ||||
|       "version": "4.31.0", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.31.0.tgz", | ||||
|       "integrity": "sha512-Hld+EQiKLMppgKKkdUsLeVIeEOrwKc2G983NmznY/r5/ZtZCDvIOXnXtwqJIgYz/ymsy7n7RGvMyrzf1WaSQrw==", | ||||
|       "dev": true, | ||||
|       "requires": { | ||||
|         "@types/json-schema": "^7.0.7", | ||||
|         "@typescript-eslint/scope-manager": "4.30.0", | ||||
|         "@typescript-eslint/types": "4.30.0", | ||||
|         "@typescript-eslint/typescript-estree": "4.30.0", | ||||
|         "@typescript-eslint/scope-manager": "4.31.0", | ||||
|         "@typescript-eslint/types": "4.31.0", | ||||
|         "@typescript-eslint/typescript-estree": "4.31.0", | ||||
|         "eslint-scope": "^5.1.1", | ||||
|         "eslint-utils": "^3.0.0" | ||||
|       }, | ||||
| @@ -7885,29 +7885,29 @@ | ||||
|       } | ||||
|     }, | ||||
|     "@typescript-eslint/scope-manager": { | ||||
|       "version": "4.30.0", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.30.0.tgz", | ||||
|       "integrity": "sha512-VJ/jAXovxNh7rIXCQbYhkyV2Y3Ac/0cVHP/FruTJSAUUm4Oacmn/nkN5zfWmWFEanN4ggP0vJSHOeajtHq3f8A==", | ||||
|       "version": "4.31.0", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.31.0.tgz", | ||||
|       "integrity": "sha512-LJ+xtl34W76JMRLjbaQorhR0hfRAlp3Lscdiz9NeI/8i+q0hdBZ7BsiYieLoYWqy+AnRigaD3hUwPFugSzdocg==", | ||||
|       "dev": true, | ||||
|       "requires": { | ||||
|         "@typescript-eslint/types": "4.30.0", | ||||
|         "@typescript-eslint/visitor-keys": "4.30.0" | ||||
|         "@typescript-eslint/types": "4.31.0", | ||||
|         "@typescript-eslint/visitor-keys": "4.31.0" | ||||
|       } | ||||
|     }, | ||||
|     "@typescript-eslint/types": { | ||||
|       "version": "4.30.0", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.30.0.tgz", | ||||
|       "integrity": "sha512-YKldqbNU9K4WpTNwBqtAerQKLLW/X2A/j4yw92e3ZJYLx+BpKLeheyzoPfzIXHfM8BXfoleTdiYwpsvVPvHrDw==", | ||||
|       "version": "4.31.0", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.31.0.tgz", | ||||
|       "integrity": "sha512-9XR5q9mk7DCXgXLS7REIVs+BaAswfdHhx91XqlJklmqWpTALGjygWVIb/UnLh4NWhfwhR5wNe1yTyCInxVhLqQ==", | ||||
|       "dev": true | ||||
|     }, | ||||
|     "@typescript-eslint/typescript-estree": { | ||||
|       "version": "4.30.0", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.30.0.tgz", | ||||
|       "integrity": "sha512-6WN7UFYvykr/U0Qgy4kz48iGPWILvYL34xXJxvDQeiRE018B7POspNRVtAZscWntEPZpFCx4hcz/XBT+erenfg==", | ||||
|       "version": "4.31.0", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.31.0.tgz", | ||||
|       "integrity": "sha512-QHl2014t3ptg+xpmOSSPn5hm4mY8D4s97ftzyk9BZ8RxYQ3j73XcwuijnJ9cMa6DO4aLXeo8XS3z1omT9LA/Eg==", | ||||
|       "dev": true, | ||||
|       "requires": { | ||||
|         "@typescript-eslint/types": "4.30.0", | ||||
|         "@typescript-eslint/visitor-keys": "4.30.0", | ||||
|         "@typescript-eslint/types": "4.31.0", | ||||
|         "@typescript-eslint/visitor-keys": "4.31.0", | ||||
|         "debug": "^4.3.1", | ||||
|         "globby": "^11.0.3", | ||||
|         "is-glob": "^4.0.1", | ||||
| @@ -7962,12 +7962,12 @@ | ||||
|       } | ||||
|     }, | ||||
|     "@typescript-eslint/visitor-keys": { | ||||
|       "version": "4.30.0", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.30.0.tgz", | ||||
|       "integrity": "sha512-pNaaxDt/Ol/+JZwzP7MqWc8PJQTUhZwoee/PVlQ+iYoYhagccvoHnC9e4l+C/krQYYkENxznhVSDwClIbZVxRw==", | ||||
|       "version": "4.31.0", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.31.0.tgz", | ||||
|       "integrity": "sha512-HUcRp2a9I+P21+O21yu3ezv3GEPGjyGiXoEUQwZXjR8UxRApGeLyWH4ZIIUSalE28aG4YsV6GjtaAVB3QKOu0w==", | ||||
|       "dev": true, | ||||
|       "requires": { | ||||
|         "@typescript-eslint/types": "4.30.0", | ||||
|         "@typescript-eslint/types": "4.31.0", | ||||
|         "eslint-visitor-keys": "^2.0.0" | ||||
|       }, | ||||
|       "dependencies": { | ||||
| @@ -12214,9 +12214,9 @@ | ||||
|       "dev": true | ||||
|     }, | ||||
|     "eslint-plugin-testing-library": { | ||||
|       "version": "4.12.1", | ||||
|       "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-4.12.1.tgz", | ||||
|       "integrity": "sha512-4RCUJ1MPjZPoOlYhVB5eOVzKjiq7FfiSp0j/JDUI4HGGEyLM9f01Zpk16fCOpITxS8qaFTex8xSH64vDUm8j7g==", | ||||
|       "version": "4.12.2", | ||||
|       "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-4.12.2.tgz", | ||||
|       "integrity": "sha512-lcysxW7I3oXmZIyFP2N1dFMPfuB3qyl3iDcDboCl7U+TAaeG9OOycNSkZUAsDWQLsfEtXYmRbwTH98qSgk6peA==", | ||||
|       "dev": true, | ||||
|       "requires": { | ||||
|         "@typescript-eslint/experimental-utils": "^4.30.0" | ||||
|   | ||||
| @@ -124,7 +124,7 @@ | ||||
|     "eslint-plugin-prettier": "3.4.1", | ||||
|     "eslint-plugin-react": "7.25.1", | ||||
|     "eslint-plugin-react-hooks": "2.5.1", | ||||
|     "eslint-plugin-testing-library": "4.12.1", | ||||
|     "eslint-plugin-testing-library": "4.12.2", | ||||
|     "execa": "5.1.1", | ||||
|     "husky": "7.0.2", | ||||
|     "jest": "27.1.1", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user