Bump expect from 26.1.0 to 26.2.0 (#14507)
Bumps [expect](https://github.com/facebook/jest/tree/HEAD/packages/expect) from 26.1.0 to 26.2.0. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v26.2.0/packages/expect) 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
							
								
									c1df176aa9
								
							
						
					
					
						commit
						563ec44aa9
					
				
							
								
								
									
										69
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										69
									
								
								yarn.lock
									
									
									
									
									
								
							| @ -1287,13 +1287,14 @@ | ||||
|     "@types/yargs" "^15.0.0" | ||||
|     chalk "^3.0.0" | ||||
| 
 | ||||
| "@jest/types@^26.1.0": | ||||
|   version "26.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.1.0.tgz#f8afaaaeeb23b5cad49dd1f7779689941dcb6057" | ||||
|   integrity sha512-GXigDDsp6ZlNMhXQDeuy/iYCDsRIHJabWtDzvnn36+aqFfG14JmFV0e/iXxY4SP9vbXSiPNOWdehU5MeqrYHBQ== | ||||
| "@jest/types@^26.1.0", "@jest/types@^26.2.0": | ||||
|   version "26.2.0" | ||||
|   resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.2.0.tgz#b28ca1fb517a4eb48c0addea7fcd9edc4ab45721" | ||||
|   integrity sha512-lvm3rJvctxd7+wxKSxxbzpDbr4FXDLaC57WEKdUIZ2cjTYuxYSc0zlyD7Z4Uqr5VdKxRUrtwIkiqBuvgf8uKJA== | ||||
|   dependencies: | ||||
|     "@types/istanbul-lib-coverage" "^2.0.0" | ||||
|     "@types/istanbul-reports" "^1.1.1" | ||||
|     "@types/node" "*" | ||||
|     "@types/yargs" "^15.0.0" | ||||
|     chalk "^4.0.0" | ||||
| 
 | ||||
| @ -1481,9 +1482,9 @@ | ||||
|   integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA== | ||||
| 
 | ||||
| "@types/node@*": | ||||
|   version "14.0.14" | ||||
|   resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.14.tgz#24a0b5959f16ac141aeb0c5b3cd7a15b7c64cbce" | ||||
|   integrity sha512-syUgf67ZQpaJj01/tRTknkMNoBBLWJOBODF0Zm4NrXmiSuxjymFrxnTu1QVYRubhVkRcZLYZG8STTwJRdVm/WQ== | ||||
|   version "14.0.27" | ||||
|   resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.27.tgz#a151873af5a5e851b51b3b065c9e63390a9e0eb1" | ||||
|   integrity sha512-kVrqXhbclHNHGu9ztnAwSncIgJv/FaxmzXJvGXNdcCpV1b8u1/Mi6z6m0vwy0LzKeXFTPLH0NzwmoJ3fNCIq0g== | ||||
| 
 | ||||
| "@types/normalize-package-data@^2.4.0": | ||||
|   version "2.4.0" | ||||
| @ -4422,15 +4423,15 @@ expand-tilde@^2.0.0, expand-tilde@^2.0.2: | ||||
|     homedir-polyfill "^1.0.1" | ||||
| 
 | ||||
| expect@^26.1.0: | ||||
|   version "26.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/expect/-/expect-26.1.0.tgz#8c62e31d0f8d5a8ebb186ee81473d15dd2fbf7c8" | ||||
|   integrity sha512-QbH4LZXDsno9AACrN9eM0zfnby9G+OsdNgZUohjg/P0mLy1O+/bzTAJGT6VSIjVCe8yKM6SzEl/ckEOFBT7Vnw== | ||||
|   version "26.2.0" | ||||
|   resolved "https://registry.yarnpkg.com/expect/-/expect-26.2.0.tgz#0140dd9cc7376d7833852e9cda88c05414f1efba" | ||||
|   integrity sha512-8AMBQ9UVcoUXt0B7v+5/U5H6yiUR87L6eKCfjE3spx7Ya5lF+ebUo37MCFBML2OiLfkX1sxmQOZhIDonyVTkcw== | ||||
|   dependencies: | ||||
|     "@jest/types" "^26.1.0" | ||||
|     "@jest/types" "^26.2.0" | ||||
|     ansi-styles "^4.0.0" | ||||
|     jest-get-type "^26.0.0" | ||||
|     jest-matcher-utils "^26.1.0" | ||||
|     jest-message-util "^26.1.0" | ||||
|     jest-matcher-utils "^26.2.0" | ||||
|     jest-message-util "^26.2.0" | ||||
|     jest-regex-util "^26.0.0" | ||||
| 
 | ||||
| express@^4.16.3, express@^4.17.1: | ||||
| @ -6126,6 +6127,16 @@ jest-diff@^26.1.0: | ||||
|     jest-get-type "^26.0.0" | ||||
|     pretty-format "^26.1.0" | ||||
| 
 | ||||
| jest-diff@^26.2.0: | ||||
|   version "26.2.0" | ||||
|   resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-26.2.0.tgz#dee62c771adbb23ae585f3f1bd289a6e8ef4f298" | ||||
|   integrity sha512-Wu4Aopi2nzCsHWLBlD48TgRy3Z7OsxlwvHNd1YSnHc7q1NJfrmyCPoUXrTIrydQOG5ApaYpsAsdfnMbJqV1/wQ== | ||||
|   dependencies: | ||||
|     chalk "^4.0.0" | ||||
|     diff-sequences "^26.0.0" | ||||
|     jest-get-type "^26.0.0" | ||||
|     pretty-format "^26.2.0" | ||||
| 
 | ||||
| jest-docblock@^26.0.0: | ||||
|   version "26.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-26.0.0.tgz#3e2fa20899fc928cb13bd0ff68bd3711a36889b5" | ||||
| @ -6238,23 +6249,23 @@ jest-matcher-utils@^25.1.0: | ||||
|     jest-get-type "^25.2.6" | ||||
|     pretty-format "^25.5.0" | ||||
| 
 | ||||
| jest-matcher-utils@^26.1.0: | ||||
|   version "26.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-26.1.0.tgz#cf75a41bd413dda784f022de5a65a2a5c73a5c92" | ||||
|   integrity sha512-PW9JtItbYvES/xLn5mYxjMd+Rk+/kIt88EfH3N7w9KeOrHWaHrdYPnVHndGbsFGRJ2d5gKtwggCvkqbFDoouQA== | ||||
| jest-matcher-utils@^26.1.0, jest-matcher-utils@^26.2.0: | ||||
|   version "26.2.0" | ||||
|   resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-26.2.0.tgz#b107af98c2b8c557ffd46c1adf06f794aa52d622" | ||||
|   integrity sha512-2cf/LW2VFb3ayPHrH36ZDjp9+CAeAe/pWBAwsV8t3dKcrINzXPVxq8qMWOxwt5BaeBCx4ZupVGH7VIgB8v66vQ== | ||||
|   dependencies: | ||||
|     chalk "^4.0.0" | ||||
|     jest-diff "^26.1.0" | ||||
|     jest-diff "^26.2.0" | ||||
|     jest-get-type "^26.0.0" | ||||
|     pretty-format "^26.1.0" | ||||
|     pretty-format "^26.2.0" | ||||
| 
 | ||||
| jest-message-util@^26.1.0: | ||||
|   version "26.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-26.1.0.tgz#52573fbb8f5cea443c4d1747804d7a238a3e233c" | ||||
|   integrity sha512-dY0+UlldiAJwNDJ08SF0HdF32g9PkbF2NRK/+2iMPU40O6q+iSn1lgog/u0UH8ksWoPv0+gNq8cjhYO2MFtT0g== | ||||
| jest-message-util@^26.1.0, jest-message-util@^26.2.0: | ||||
|   version "26.2.0" | ||||
|   resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-26.2.0.tgz#757fbc1323992297092bb9016a71a2eb12fd22ea" | ||||
|   integrity sha512-g362RhZaJuqeqG108n1sthz5vNpzTNy926eNDszo4ncRbmmcMRIUAZibnd6s5v2XSBCChAxQtCoN25gnzp7JbQ== | ||||
|   dependencies: | ||||
|     "@babel/code-frame" "^7.0.0" | ||||
|     "@jest/types" "^26.1.0" | ||||
|     "@jest/types" "^26.2.0" | ||||
|     "@types/stack-utils" "^1.0.1" | ||||
|     chalk "^4.0.0" | ||||
|     graceful-fs "^4.2.4" | ||||
| @ -8385,6 +8396,16 @@ pretty-format@^26.1.0: | ||||
|     ansi-styles "^4.0.0" | ||||
|     react-is "^16.12.0" | ||||
| 
 | ||||
| pretty-format@^26.2.0: | ||||
|   version "26.2.0" | ||||
|   resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.2.0.tgz#83ecc8d7de676ff224225055e72bd64821cec4f1" | ||||
|   integrity sha512-qi/8IuBu2clY9G7qCXgCdD1Bf9w+sXakdHTRToknzMtVy0g7c4MBWaZy7MfB7ndKZovRO6XRwJiAYqq+MC7SDA== | ||||
|   dependencies: | ||||
|     "@jest/types" "^26.2.0" | ||||
|     ansi-regex "^5.0.0" | ||||
|     ansi-styles "^4.0.0" | ||||
|     react-is "^16.12.0" | ||||
| 
 | ||||
| process-nextick-args@~2.0.0: | ||||
|   version "2.0.1" | ||||
|   resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user