chore(deps-dev): bump jest from 27.4.6 to 27.4.7
Bumps [jest](https://github.com/facebook/jest) from 27.4.6 to 27.4.7. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/compare/v27.4.6...v27.4.7) --- updated-dependencies: - dependency-name: jest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
							parent
							
								
									07340379c3
								
							
						
					
					
						commit
						a80bdab86b
					
				
							
								
								
									
										103
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										103
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @ -57,7 +57,7 @@ | ||||
|         "eslint-plugin-prettier": "^4.0.0", | ||||
|         "eslint-plugin-promise": "^6.0.0", | ||||
|         "husky": "^7.0.4", | ||||
|         "jest": "^27.4.6", | ||||
|         "jest": "^27.4.7", | ||||
|         "less": "^4.1.2", | ||||
|         "less-loader": "^7.1.0", | ||||
|         "markdown-toc": "^1.2.0", | ||||
| @ -2598,9 +2598,9 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@jest/core": { | ||||
|       "version": "27.4.6", | ||||
|       "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.4.6.tgz", | ||||
|       "integrity": "sha512-2XvkAguDxaSAg6+Rznq7VZeIs3eV4owk3dud0zL4FH0d8mX7whkAUnO9rb0keMGStazfekR1ec9Yf9BFt4m02Q==", | ||||
|       "version": "27.4.7", | ||||
|       "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.4.7.tgz", | ||||
|       "integrity": "sha512-n181PurSJkVMS+kClIFSX/LLvw9ExSb+4IMtD6YnfxZVerw9ANYtW0bPrm0MJu2pfe9SY9FJ9FtQ+MdZkrZwjg==", | ||||
|       "dev": true, | ||||
|       "dependencies": { | ||||
|         "@jest/console": "^27.4.6", | ||||
| @ -2615,7 +2615,7 @@ | ||||
|         "exit": "^0.1.2", | ||||
|         "graceful-fs": "^4.2.4", | ||||
|         "jest-changed-files": "^27.4.2", | ||||
|         "jest-config": "^27.4.6", | ||||
|         "jest-config": "^27.4.7", | ||||
|         "jest-haste-map": "^27.4.6", | ||||
|         "jest-message-util": "^27.4.6", | ||||
|         "jest-regex-util": "^27.4.0", | ||||
| @ -6690,22 +6690,6 @@ | ||||
|         "node": ">=8" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument": { | ||||
|       "version": "5.1.0", | ||||
|       "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.1.0.tgz", | ||||
|       "integrity": "sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q==", | ||||
|       "dev": true, | ||||
|       "dependencies": { | ||||
|         "@babel/core": "^7.12.3", | ||||
|         "@babel/parser": "^7.14.7", | ||||
|         "@istanbuljs/schema": "^0.1.2", | ||||
|         "istanbul-lib-coverage": "^3.2.0", | ||||
|         "semver": "^6.3.0" | ||||
|       }, | ||||
|       "engines": { | ||||
|         "node": ">=8" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/babel-plugin-jest-hoist": { | ||||
|       "version": "27.4.0", | ||||
|       "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.4.0.tgz", | ||||
| @ -14522,14 +14506,14 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/jest": { | ||||
|       "version": "27.4.6", | ||||
|       "resolved": "https://registry.npmjs.org/jest/-/jest-27.4.6.tgz", | ||||
|       "integrity": "sha512-BRbYo0MeujnnJIo206WRsfsr3gIMraR+LO9vZJsdG2/298aKYQJbS3wHG0KN3Z7SWIcf6JaSMM4E8X6cIdG9AA==", | ||||
|       "version": "27.4.7", | ||||
|       "resolved": "https://registry.npmjs.org/jest/-/jest-27.4.7.tgz", | ||||
|       "integrity": "sha512-8heYvsx7nV/m8m24Vk26Y87g73Ba6ueUd0MWed/NXMhSZIm62U/llVbS0PJe1SHunbyXjJ/BqG1z9bFjGUIvTg==", | ||||
|       "dev": true, | ||||
|       "dependencies": { | ||||
|         "@jest/core": "^27.4.6", | ||||
|         "@jest/core": "^27.4.7", | ||||
|         "import-local": "^3.0.2", | ||||
|         "jest-cli": "^27.4.6" | ||||
|         "jest-cli": "^27.4.7" | ||||
|       }, | ||||
|       "bin": { | ||||
|         "jest": "bin/jest.js" | ||||
| @ -14643,19 +14627,19 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/jest-cli": { | ||||
|       "version": "27.4.6", | ||||
|       "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.4.6.tgz", | ||||
|       "integrity": "sha512-SFfUC7jMHPGwsNSYBnJMNtjoSDrb34T+SEH5psDeGNVuTVov5Zi1RQpfJYwzpK2ex3OmnsNsiqLe3/SCc8S01Q==", | ||||
|       "version": "27.4.7", | ||||
|       "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.4.7.tgz", | ||||
|       "integrity": "sha512-zREYhvjjqe1KsGV15mdnxjThKNDgza1fhDT+iUsXWLCq3sxe9w5xnvyctcYVT5PcdLSjv7Y5dCwTS3FCF1tiuw==", | ||||
|       "dev": true, | ||||
|       "dependencies": { | ||||
|         "@jest/core": "^27.4.6", | ||||
|         "@jest/core": "^27.4.7", | ||||
|         "@jest/test-result": "^27.4.6", | ||||
|         "@jest/types": "^27.4.2", | ||||
|         "chalk": "^4.0.0", | ||||
|         "exit": "^0.1.2", | ||||
|         "graceful-fs": "^4.2.4", | ||||
|         "import-local": "^3.0.2", | ||||
|         "jest-config": "^27.4.6", | ||||
|         "jest-config": "^27.4.7", | ||||
|         "jest-util": "^27.4.2", | ||||
|         "jest-validate": "^27.4.6", | ||||
|         "prompts": "^2.0.1", | ||||
| @ -14729,11 +14713,12 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/jest-config": { | ||||
|       "version": "27.4.6", | ||||
|       "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.4.6.tgz", | ||||
|       "integrity": "sha512-3SGoFbaanQVg7MK5w/z8LnCMF6aZc2I7EQxS4s8fTfZpVYnWNDN34llcaViToIB62DFMhwHWTPX9X2O+4aDL1g==", | ||||
|       "version": "27.4.7", | ||||
|       "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.4.7.tgz", | ||||
|       "integrity": "sha512-xz/o/KJJEedHMrIY9v2ParIoYSrSVY6IVeE4z5Z3i101GoA5XgfbJz+1C8EYPsv7u7f39dS8F9v46BHDhn0vlw==", | ||||
|       "dev": true, | ||||
|       "dependencies": { | ||||
|         "@babel/core": "^7.8.0", | ||||
|         "@jest/test-sequencer": "^27.4.6", | ||||
|         "@jest/types": "^27.4.2", | ||||
|         "babel-jest": "^27.4.6", | ||||
| @ -27539,9 +27524,9 @@ | ||||
|       } | ||||
|     }, | ||||
|     "@jest/core": { | ||||
|       "version": "27.4.6", | ||||
|       "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.4.6.tgz", | ||||
|       "integrity": "sha512-2XvkAguDxaSAg6+Rznq7VZeIs3eV4owk3dud0zL4FH0d8mX7whkAUnO9rb0keMGStazfekR1ec9Yf9BFt4m02Q==", | ||||
|       "version": "27.4.7", | ||||
|       "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.4.7.tgz", | ||||
|       "integrity": "sha512-n181PurSJkVMS+kClIFSX/LLvw9ExSb+4IMtD6YnfxZVerw9ANYtW0bPrm0MJu2pfe9SY9FJ9FtQ+MdZkrZwjg==", | ||||
|       "dev": true, | ||||
|       "requires": { | ||||
|         "@jest/console": "^27.4.6", | ||||
| @ -27556,7 +27541,7 @@ | ||||
|         "exit": "^0.1.2", | ||||
|         "graceful-fs": "^4.2.4", | ||||
|         "jest-changed-files": "^27.4.2", | ||||
|         "jest-config": "^27.4.6", | ||||
|         "jest-config": "^27.4.7", | ||||
|         "jest-haste-map": "^27.4.6", | ||||
|         "jest-message-util": "^27.4.6", | ||||
|         "jest-regex-util": "^27.4.0", | ||||
| @ -30842,21 +30827,6 @@ | ||||
|         "@istanbuljs/schema": "^0.1.2", | ||||
|         "istanbul-lib-instrument": "^5.0.4", | ||||
|         "test-exclude": "^6.0.0" | ||||
|       }, | ||||
|       "dependencies": { | ||||
|         "istanbul-lib-instrument": { | ||||
|           "version": "5.1.0", | ||||
|           "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.1.0.tgz", | ||||
|           "integrity": "sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q==", | ||||
|           "dev": true, | ||||
|           "requires": { | ||||
|             "@babel/core": "^7.12.3", | ||||
|             "@babel/parser": "^7.14.7", | ||||
|             "@istanbuljs/schema": "^0.1.2", | ||||
|             "istanbul-lib-coverage": "^3.2.0", | ||||
|             "semver": "^6.3.0" | ||||
|           } | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "babel-plugin-jest-hoist": { | ||||
| @ -36819,14 +36789,14 @@ | ||||
|       } | ||||
|     }, | ||||
|     "jest": { | ||||
|       "version": "27.4.6", | ||||
|       "resolved": "https://registry.npmjs.org/jest/-/jest-27.4.6.tgz", | ||||
|       "integrity": "sha512-BRbYo0MeujnnJIo206WRsfsr3gIMraR+LO9vZJsdG2/298aKYQJbS3wHG0KN3Z7SWIcf6JaSMM4E8X6cIdG9AA==", | ||||
|       "version": "27.4.7", | ||||
|       "resolved": "https://registry.npmjs.org/jest/-/jest-27.4.7.tgz", | ||||
|       "integrity": "sha512-8heYvsx7nV/m8m24Vk26Y87g73Ba6ueUd0MWed/NXMhSZIm62U/llVbS0PJe1SHunbyXjJ/BqG1z9bFjGUIvTg==", | ||||
|       "dev": true, | ||||
|       "requires": { | ||||
|         "@jest/core": "^27.4.6", | ||||
|         "@jest/core": "^27.4.7", | ||||
|         "import-local": "^3.0.2", | ||||
|         "jest-cli": "^27.4.6" | ||||
|         "jest-cli": "^27.4.7" | ||||
|       } | ||||
|     }, | ||||
|     "jest-changed-files": { | ||||
| @ -36904,19 +36874,19 @@ | ||||
|       } | ||||
|     }, | ||||
|     "jest-cli": { | ||||
|       "version": "27.4.6", | ||||
|       "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.4.6.tgz", | ||||
|       "integrity": "sha512-SFfUC7jMHPGwsNSYBnJMNtjoSDrb34T+SEH5psDeGNVuTVov5Zi1RQpfJYwzpK2ex3OmnsNsiqLe3/SCc8S01Q==", | ||||
|       "version": "27.4.7", | ||||
|       "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.4.7.tgz", | ||||
|       "integrity": "sha512-zREYhvjjqe1KsGV15mdnxjThKNDgza1fhDT+iUsXWLCq3sxe9w5xnvyctcYVT5PcdLSjv7Y5dCwTS3FCF1tiuw==", | ||||
|       "dev": true, | ||||
|       "requires": { | ||||
|         "@jest/core": "^27.4.6", | ||||
|         "@jest/core": "^27.4.7", | ||||
|         "@jest/test-result": "^27.4.6", | ||||
|         "@jest/types": "^27.4.2", | ||||
|         "chalk": "^4.0.0", | ||||
|         "exit": "^0.1.2", | ||||
|         "graceful-fs": "^4.2.4", | ||||
|         "import-local": "^3.0.2", | ||||
|         "jest-config": "^27.4.6", | ||||
|         "jest-config": "^27.4.7", | ||||
|         "jest-util": "^27.4.2", | ||||
|         "jest-validate": "^27.4.6", | ||||
|         "prompts": "^2.0.1", | ||||
| @ -36960,11 +36930,12 @@ | ||||
|       } | ||||
|     }, | ||||
|     "jest-config": { | ||||
|       "version": "27.4.6", | ||||
|       "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.4.6.tgz", | ||||
|       "integrity": "sha512-3SGoFbaanQVg7MK5w/z8LnCMF6aZc2I7EQxS4s8fTfZpVYnWNDN34llcaViToIB62DFMhwHWTPX9X2O+4aDL1g==", | ||||
|       "version": "27.4.7", | ||||
|       "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.4.7.tgz", | ||||
|       "integrity": "sha512-xz/o/KJJEedHMrIY9v2ParIoYSrSVY6IVeE4z5Z3i101GoA5XgfbJz+1C8EYPsv7u7f39dS8F9v46BHDhn0vlw==", | ||||
|       "dev": true, | ||||
|       "requires": { | ||||
|         "@babel/core": "^7.8.0", | ||||
|         "@jest/test-sequencer": "^27.4.6", | ||||
|         "@jest/types": "^27.4.2", | ||||
|         "babel-jest": "^27.4.6", | ||||
|  | ||||
| @ -84,7 +84,7 @@ | ||||
|     "eslint-plugin-prettier": "^4.0.0", | ||||
|     "eslint-plugin-promise": "^6.0.0", | ||||
|     "husky": "^7.0.4", | ||||
|     "jest": "^27.4.6", | ||||
|     "jest": "^27.4.7", | ||||
|     "less": "^4.1.2", | ||||
|     "less-loader": "^7.1.0", | ||||
|     "markdown-toc": "^1.2.0", | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user