Bump babel-jest from 24.9.0 to 25.1.0 (#12973)
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 24.9.0 to 25.1.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/v25.1.0/packages/babel-jest) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									407376af9b
								
							
						
					
					
						commit
						ebd319b739
					
				
					 2 changed files with 244 additions and 9 deletions
				
			
		|  | @ -171,7 +171,7 @@ | |||
|   }, | ||||
|   "devDependencies": { | ||||
|     "babel-eslint": "^10.0.3", | ||||
|     "babel-jest": "^24.9.0", | ||||
|     "babel-jest": "^25.1.0", | ||||
|     "enzyme": "^3.11.0", | ||||
|     "enzyme-adapter-react-16": "^1.15.2", | ||||
|     "eslint": "^6.8.0", | ||||
|  |  | |||
							
								
								
									
										251
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										251
									
								
								yarn.lock
									
									
									
									
									
								
							|  | @ -18,7 +18,7 @@ | |||
|     invariant "^2.2.4" | ||||
|     semver "^5.5.0" | ||||
| 
 | ||||
| "@babel/core@^7.1.0", "@babel/core@^7.4.5", "@babel/core@^7.8.6": | ||||
| "@babel/core@^7.1.0", "@babel/core@^7.4.5", "@babel/core@^7.7.5", "@babel/core@^7.8.6": | ||||
|   version "7.8.6" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.6.tgz#27d7df9258a45c2e686b6f18b6c659e563aa4636" | ||||
|   integrity sha512-Sheg7yEJD51YHAvLEV/7Uvw95AeWqYPL3Vk3zGujJKIhJ+8oLw2ALaf3hbucILhKsgSoADOvtKRJuNVdcJkOrg== | ||||
|  | @ -261,7 +261,7 @@ | |||
|     esutils "^2.0.2" | ||||
|     js-tokens "^4.0.0" | ||||
| 
 | ||||
| "@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.8.6": | ||||
| "@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.7.5", "@babel/parser@^7.8.6": | ||||
|   version "7.8.6" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.6.tgz#ba5c9910cddb77685a008e3c587af8d27b67962c" | ||||
|   integrity sha512-trGNYSfwq5s0SgM1BMEB8hX3NDmO7EP2wsDGDexiaKMB92BaRpS+qZfpkMqUBhcsOTBwNy9B/jieo4ad/t/z2g== | ||||
|  | @ -355,6 +355,13 @@ | |||
|   dependencies: | ||||
|     "@babel/helper-plugin-utils" "^7.8.0" | ||||
| 
 | ||||
| "@babel/plugin-syntax-bigint@^7.0.0": | ||||
|   version "7.8.3" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz#4c9a6f669f5d0cdf1b90a1671e9a146be5300cea" | ||||
|   integrity sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg== | ||||
|   dependencies: | ||||
|     "@babel/helper-plugin-utils" "^7.8.0" | ||||
| 
 | ||||
| "@babel/plugin-syntax-decorators@^7.8.3": | ||||
|   version "7.8.3" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.8.3.tgz#8d2c15a9f1af624b0025f961682a9d53d3001bda" | ||||
|  | @ -816,7 +823,7 @@ | |||
|   dependencies: | ||||
|     regenerator-runtime "^0.13.2" | ||||
| 
 | ||||
| "@babel/template@^7.0.0", "@babel/template@^7.8.3", "@babel/template@^7.8.6": | ||||
| "@babel/template@^7.0.0", "@babel/template@^7.7.4", "@babel/template@^7.8.3", "@babel/template@^7.8.6": | ||||
|   version "7.8.6" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b" | ||||
|   integrity sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg== | ||||
|  | @ -825,7 +832,7 @@ | |||
|     "@babel/parser" "^7.8.6" | ||||
|     "@babel/types" "^7.8.6" | ||||
| 
 | ||||
| "@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.4", "@babel/traverse@^7.8.6": | ||||
| "@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.4", "@babel/traverse@^7.8.6": | ||||
|   version "7.8.6" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.6.tgz#acfe0c64e1cd991b3e32eae813a6eb564954b5ff" | ||||
|   integrity sha512-2B8l0db/DPi8iinITKuo7cbPznLCEk0kCxDoB9/N6gGNg/gxOXiR/IcymAFPiBwk5w6TtQ27w4wpElgp9btR9A== | ||||
|  | @ -944,6 +951,21 @@ | |||
|   resolved "https://registry.yarnpkg.com/@gamestdio/websocket/-/websocket-0.3.2.tgz#321ba0976ee30fd14e51dbf8faa85ce7b325f76a" | ||||
|   integrity sha512-J3n5SKim+ZoLbe44hRGI/VYAwSMCeIJuBy+FfP6EZaujEpNchPRFcIsVQLWAwpU1bP2Ji63rC+rEUOd1vjUB6Q== | ||||
| 
 | ||||
| "@istanbuljs/load-nyc-config@^1.0.0": | ||||
|   version "1.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.0.0.tgz#10602de5570baea82f8afbfa2630b24e7a8cfe5b" | ||||
|   integrity sha512-ZR0rq/f/E4f4XcgnDvtMWXCUJpi8eO0rssVhmztsZqLIEFA9UUP9zmpE0VxlM+kv/E1ul2I876Fwil2ayptDVg== | ||||
|   dependencies: | ||||
|     camelcase "^5.3.1" | ||||
|     find-up "^4.1.0" | ||||
|     js-yaml "^3.13.1" | ||||
|     resolve-from "^5.0.0" | ||||
| 
 | ||||
| "@istanbuljs/schema@^0.1.2": | ||||
|   version "0.1.2" | ||||
|   resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.2.tgz#26520bf09abe4a5644cd5414e37125a8954241dd" | ||||
|   integrity sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw== | ||||
| 
 | ||||
| "@jest/console@^24.7.1": | ||||
|   version "24.7.1" | ||||
|   resolved "https://registry.yarnpkg.com/@jest/console/-/console-24.7.1.tgz#32a9e42535a97aedfe037e725bd67e954b459545" | ||||
|  | @ -1101,6 +1123,28 @@ | |||
|     source-map "^0.6.1" | ||||
|     write-file-atomic "2.4.1" | ||||
| 
 | ||||
| "@jest/transform@^25.1.0": | ||||
|   version "25.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-25.1.0.tgz#221f354f512b4628d88ce776d5b9e601028ea9da" | ||||
|   integrity sha512-4ktrQ2TPREVeM+KxB4zskAT84SnmG1vaz4S+51aTefyqn3zocZUnliLLm5Fsl85I3p/kFPN4CRp1RElIfXGegQ== | ||||
|   dependencies: | ||||
|     "@babel/core" "^7.1.0" | ||||
|     "@jest/types" "^25.1.0" | ||||
|     babel-plugin-istanbul "^6.0.0" | ||||
|     chalk "^3.0.0" | ||||
|     convert-source-map "^1.4.0" | ||||
|     fast-json-stable-stringify "^2.0.0" | ||||
|     graceful-fs "^4.2.3" | ||||
|     jest-haste-map "^25.1.0" | ||||
|     jest-regex-util "^25.1.0" | ||||
|     jest-util "^25.1.0" | ||||
|     micromatch "^4.0.2" | ||||
|     pirates "^4.0.1" | ||||
|     realpath-native "^1.1.0" | ||||
|     slash "^3.0.0" | ||||
|     source-map "^0.6.1" | ||||
|     write-file-atomic "^3.0.0" | ||||
| 
 | ||||
| "@jest/types@^24.9.0": | ||||
|   version "24.9.0" | ||||
|   resolved "https://registry.yarnpkg.com/@jest/types/-/types-24.9.0.tgz#63cb26cb7500d069e5a389441a7c6ab5e909fc59" | ||||
|  | @ -1110,6 +1154,16 @@ | |||
|     "@types/istanbul-reports" "^1.1.1" | ||||
|     "@types/yargs" "^13.0.0" | ||||
| 
 | ||||
| "@jest/types@^25.1.0": | ||||
|   version "25.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/@jest/types/-/types-25.1.0.tgz#b26831916f0d7c381e11dbb5e103a72aed1b4395" | ||||
|   integrity sha512-VpOtt7tCrgvamWZh1reVsGADujKigBUFTi19mlRjqEGsE8qH4r3s+skY33dNdXOwyZIvuftZ5tqdF1IgsMejMA== | ||||
|   dependencies: | ||||
|     "@types/istanbul-lib-coverage" "^2.0.0" | ||||
|     "@types/istanbul-reports" "^1.1.1" | ||||
|     "@types/yargs" "^15.0.0" | ||||
|     chalk "^3.0.0" | ||||
| 
 | ||||
| "@types/babel__core@^7.1.0", "@types/babel__core@^7.1.2": | ||||
|   version "7.1.3" | ||||
|   resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.3.tgz#e441ea7df63cd080dfcd02ab199e6d16a735fc30" | ||||
|  | @ -1226,6 +1280,13 @@ | |||
|   dependencies: | ||||
|     "@types/yargs-parser" "*" | ||||
| 
 | ||||
| "@types/yargs@^15.0.0": | ||||
|   version "15.0.4" | ||||
|   resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.4.tgz#7e5d0f8ca25e9d5849f2ea443cf7c402decd8299" | ||||
|   integrity sha512-9T1auFmbPZoxHz0enUFlUuKRy3it01R+hlggyVUMtnCTQRunsQYifnSGb8hET4Xo8yiC0o0r1paW3ud5+rbURg== | ||||
|   dependencies: | ||||
|     "@types/yargs-parser" "*" | ||||
| 
 | ||||
| "@webassemblyjs/ast@1.8.5": | ||||
|   version "1.8.5" | ||||
|   resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.8.5.tgz#51b1c5fe6576a34953bf4b253df9f0d490d9e359" | ||||
|  | @ -1579,6 +1640,14 @@ ansi-styles@^4.0.0: | |||
|     "@types/color-name" "^1.1.1" | ||||
|     color-convert "^2.0.1" | ||||
| 
 | ||||
| ansi-styles@^4.1.0: | ||||
|   version "4.2.1" | ||||
|   resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.2.1.tgz#90ae75c424d008d2624c5bf29ead3177ebfcf359" | ||||
|   integrity sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA== | ||||
|   dependencies: | ||||
|     "@types/color-name" "^1.1.1" | ||||
|     color-convert "^2.0.1" | ||||
| 
 | ||||
| anymatch@^2.0.0: | ||||
|   version "2.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb" | ||||
|  | @ -1595,6 +1664,14 @@ anymatch@^3.0.1: | |||
|     normalize-path "^3.0.0" | ||||
|     picomatch "^2.0.4" | ||||
| 
 | ||||
| anymatch@^3.0.3: | ||||
|   version "3.1.1" | ||||
|   resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz#c55ecf02185e2469259399310c173ce31233b142" | ||||
|   integrity sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg== | ||||
|   dependencies: | ||||
|     normalize-path "^3.0.0" | ||||
|     picomatch "^2.0.4" | ||||
| 
 | ||||
| aproba@^1.0.3, aproba@^1.1.1: | ||||
|   version "1.2.0" | ||||
|   resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a" | ||||
|  | @ -1851,6 +1928,19 @@ babel-jest@^24.9.0: | |||
|     chalk "^2.4.2" | ||||
|     slash "^2.0.0" | ||||
| 
 | ||||
| babel-jest@^25.1.0: | ||||
|   version "25.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-25.1.0.tgz#206093ac380a4b78c4404a05b3277391278f80fb" | ||||
|   integrity sha512-tz0VxUhhOE2y+g8R2oFrO/2VtVjA1lkJeavlhExuRBg3LdNJY9gwQ+Vcvqt9+cqy71MCTJhewvTB7Qtnnr9SWg== | ||||
|   dependencies: | ||||
|     "@jest/transform" "^25.1.0" | ||||
|     "@jest/types" "^25.1.0" | ||||
|     "@types/babel__core" "^7.1.0" | ||||
|     babel-plugin-istanbul "^6.0.0" | ||||
|     babel-preset-jest "^25.1.0" | ||||
|     chalk "^3.0.0" | ||||
|     slash "^3.0.0" | ||||
| 
 | ||||
| babel-loader@^8.0.6: | ||||
|   version "8.0.6" | ||||
|   resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.0.6.tgz#e33bdb6f362b03f4bb141a0c21ab87c501b70dfb" | ||||
|  | @ -1893,6 +1983,17 @@ babel-plugin-istanbul@^5.1.0: | |||
|     istanbul-lib-instrument "^3.0.0" | ||||
|     test-exclude "^5.0.0" | ||||
| 
 | ||||
| babel-plugin-istanbul@^6.0.0: | ||||
|   version "6.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.0.0.tgz#e159ccdc9af95e0b570c75b4573b7c34d671d765" | ||||
|   integrity sha512-AF55rZXpe7trmEylbaE1Gv54wn6rwU03aptvRoVIGP8YykoSxqdVLV1TfwflBCE/QtHmqtP8SWlTENqbK8GCSQ== | ||||
|   dependencies: | ||||
|     "@babel/helper-plugin-utils" "^7.0.0" | ||||
|     "@istanbuljs/load-nyc-config" "^1.0.0" | ||||
|     "@istanbuljs/schema" "^0.1.2" | ||||
|     istanbul-lib-instrument "^4.0.0" | ||||
|     test-exclude "^6.0.0" | ||||
| 
 | ||||
| babel-plugin-jest-hoist@^24.9.0: | ||||
|   version "24.9.0" | ||||
|   resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-24.9.0.tgz#4f837091eb407e01447c8843cbec546d0002d756" | ||||
|  | @ -1900,6 +2001,13 @@ babel-plugin-jest-hoist@^24.9.0: | |||
|   dependencies: | ||||
|     "@types/babel__traverse" "^7.0.6" | ||||
| 
 | ||||
| babel-plugin-jest-hoist@^25.1.0: | ||||
|   version "25.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-25.1.0.tgz#fb62d7b3b53eb36c97d1bc7fec2072f9bd115981" | ||||
|   integrity sha512-oIsopO41vW4YFZ9yNYoLQATnnN46lp+MZ6H4VvPKFkcc2/fkl3CfE/NZZSmnEIEsJRmJAgkVEK0R7Zbl50CpTw== | ||||
|   dependencies: | ||||
|     "@types/babel__traverse" "^7.0.6" | ||||
| 
 | ||||
| babel-plugin-lodash@^3.3.4: | ||||
|   version "3.3.4" | ||||
|   resolved "https://registry.yarnpkg.com/babel-plugin-lodash/-/babel-plugin-lodash-3.3.4.tgz#4f6844358a1340baed182adbeffa8df9967bc196" | ||||
|  | @ -1958,6 +2066,15 @@ babel-preset-jest@^24.9.0: | |||
|     "@babel/plugin-syntax-object-rest-spread" "^7.0.0" | ||||
|     babel-plugin-jest-hoist "^24.9.0" | ||||
| 
 | ||||
| babel-preset-jest@^25.1.0: | ||||
|   version "25.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-25.1.0.tgz#d0aebfebb2177a21cde710996fce8486d34f1d33" | ||||
|   integrity sha512-eCGn64olaqwUMaugXsTtGAM2I0QTahjEtnRu0ql8Ie+gDWAc1N6wqN0k2NilnyTunM69Pad7gJY7LOtwLimoFQ== | ||||
|   dependencies: | ||||
|     "@babel/plugin-syntax-bigint" "^7.0.0" | ||||
|     "@babel/plugin-syntax-object-rest-spread" "^7.0.0" | ||||
|     babel-plugin-jest-hoist "^25.1.0" | ||||
| 
 | ||||
| babel-runtime@^6.26.0: | ||||
|   version "6.26.0" | ||||
|   resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe" | ||||
|  | @ -2108,7 +2225,7 @@ braces@^2.3.1, braces@^2.3.2: | |||
|     split-string "^3.0.2" | ||||
|     to-regex "^3.0.1" | ||||
| 
 | ||||
| braces@^3.0.2: | ||||
| braces@^3.0.1, braces@^3.0.2: | ||||
|   version "3.0.2" | ||||
|   resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" | ||||
|   integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== | ||||
|  | @ -2411,6 +2528,14 @@ chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3: | |||
|     strip-ansi "^3.0.0" | ||||
|     supports-color "^2.0.0" | ||||
| 
 | ||||
| chalk@^3.0.0: | ||||
|   version "3.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4" | ||||
|   integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== | ||||
|   dependencies: | ||||
|     ansi-styles "^4.1.0" | ||||
|     supports-color "^7.1.0" | ||||
| 
 | ||||
| chardet@^0.7.0: | ||||
|   version "0.7.0" | ||||
|   resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e" | ||||
|  | @ -4629,6 +4754,11 @@ fsevents@^2.0.6: | |||
|   resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.0.7.tgz#382c9b443c6cbac4c57187cdda23aa3bf1ccfc2a" | ||||
|   integrity sha512-a7YT0SV3RB+DjYcppwVDLtn13UQnmg0SWZS7ezZD0UjnLwXmy8Zm21GMVGLaFGimIqcvyMQaOJBrop8MyOp1kQ== | ||||
| 
 | ||||
| fsevents@^2.1.2: | ||||
|   version "2.1.2" | ||||
|   resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.2.tgz#4c0a1fb34bc68e543b4b82a9ec392bfbda840805" | ||||
|   integrity sha512-R4wDiBwZ0KzpgOWetKDug1FZcYhqYnUYKtfZYt4mD5SBz76q0KR4Q9o7GIPamsVPGmW3EYPPJ0dOOjvx32ldZA== | ||||
| 
 | ||||
| function-bind@^1.1.1: | ||||
|   version "1.1.1" | ||||
|   resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" | ||||
|  | @ -4849,7 +4979,7 @@ graceful-fs@^4.1.6: | |||
|   resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00" | ||||
|   integrity sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA== | ||||
| 
 | ||||
| graceful-fs@^4.2.2: | ||||
| graceful-fs@^4.2.2, graceful-fs@^4.2.3: | ||||
|   version "4.2.3" | ||||
|   resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.3.tgz#4a12ff1b60376ef09862c2093edd908328be8423" | ||||
|   integrity sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ== | ||||
|  | @ -5786,7 +5916,7 @@ is-symbol@^1.0.2: | |||
|   dependencies: | ||||
|     has-symbols "^1.0.1" | ||||
| 
 | ||||
| is-typedarray@~1.0.0: | ||||
| is-typedarray@^1.0.0, is-typedarray@~1.0.0: | ||||
|   version "1.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" | ||||
|   integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= | ||||
|  | @ -5848,6 +5978,11 @@ istanbul-lib-coverage@^2.0.2, istanbul-lib-coverage@^2.0.3: | |||
|   resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz#0b891e5ad42312c2b9488554f603795f9a2211ba" | ||||
|   integrity sha512-dKWuzRGCs4G+67VfW9pBFFz2Jpi4vSp/k7zBcJ888ofV5Mi1g5CUML5GvMvV6u9Cjybftu+E8Cgp+k0dI1E5lw== | ||||
| 
 | ||||
| istanbul-lib-coverage@^3.0.0: | ||||
|   version "3.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz#f5944a37c70b550b02a78a5c3b2055b280cec8ec" | ||||
|   integrity sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg== | ||||
| 
 | ||||
| istanbul-lib-instrument@^3.0.0, istanbul-lib-instrument@^3.0.1: | ||||
|   version "3.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-3.1.0.tgz#a2b5484a7d445f1f311e93190813fa56dfb62971" | ||||
|  | @ -5861,6 +5996,19 @@ istanbul-lib-instrument@^3.0.0, istanbul-lib-instrument@^3.0.1: | |||
|     istanbul-lib-coverage "^2.0.3" | ||||
|     semver "^5.5.0" | ||||
| 
 | ||||
| istanbul-lib-instrument@^4.0.0: | ||||
|   version "4.0.1" | ||||
|   resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.1.tgz#61f13ac2c96cfefb076fe7131156cc05907874e6" | ||||
|   integrity sha512-imIchxnodll7pvQBYOqUu88EufLCU56LMeFPZZM/fJZ1irYcYdqroaV+ACK1Ila8ls09iEYArp+nqyC6lW1Vfg== | ||||
|   dependencies: | ||||
|     "@babel/core" "^7.7.5" | ||||
|     "@babel/parser" "^7.7.5" | ||||
|     "@babel/template" "^7.7.4" | ||||
|     "@babel/traverse" "^7.7.4" | ||||
|     "@istanbuljs/schema" "^0.1.2" | ||||
|     istanbul-lib-coverage "^3.0.0" | ||||
|     semver "^6.3.0" | ||||
| 
 | ||||
| istanbul-lib-report@^2.0.4: | ||||
|   version "2.0.4" | ||||
|   resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-2.0.4.tgz#bfd324ee0c04f59119cb4f07dab157d09f24d7e4" | ||||
|  | @ -6014,6 +6162,24 @@ jest-haste-map@^24.9.0: | |||
|   optionalDependencies: | ||||
|     fsevents "^1.2.7" | ||||
| 
 | ||||
| jest-haste-map@^25.1.0: | ||||
|   version "25.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-25.1.0.tgz#ae12163d284f19906260aa51fd405b5b2e5a4ad3" | ||||
|   integrity sha512-/2oYINIdnQZAqyWSn1GTku571aAfs8NxzSErGek65Iu5o8JYb+113bZysRMcC/pjE5v9w0Yz+ldbj9NxrFyPyw== | ||||
|   dependencies: | ||||
|     "@jest/types" "^25.1.0" | ||||
|     anymatch "^3.0.3" | ||||
|     fb-watchman "^2.0.0" | ||||
|     graceful-fs "^4.2.3" | ||||
|     jest-serializer "^25.1.0" | ||||
|     jest-util "^25.1.0" | ||||
|     jest-worker "^25.1.0" | ||||
|     micromatch "^4.0.2" | ||||
|     sane "^4.0.3" | ||||
|     walker "^1.0.7" | ||||
|   optionalDependencies: | ||||
|     fsevents "^2.1.2" | ||||
| 
 | ||||
| jest-jasmine2@^24.9.0: | ||||
|   version "24.9.0" | ||||
|   resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-24.9.0.tgz#1f7b1bd3242c1774e62acabb3646d96afc3be6a0" | ||||
|  | @ -6090,6 +6256,11 @@ jest-regex-util@^24.9.0: | |||
|   resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-24.9.0.tgz#c13fb3380bde22bf6575432c493ea8fe37965636" | ||||
|   integrity sha512-05Cmb6CuxaA+Ys6fjr3PhvV3bGQmO+2p2La4hFbU+W5uOc479f7FdLXUWXw4pYMAhhSZIuKHwSXSu6CsSBAXQA== | ||||
| 
 | ||||
| jest-regex-util@^25.1.0: | ||||
|   version "25.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-25.1.0.tgz#efaf75914267741838e01de24da07b2192d16d87" | ||||
|   integrity sha512-9lShaDmDpqwg+xAd73zHydKrBbbrIi08Kk9YryBEBybQFg/lBWR/2BDjjiSE7KIppM9C5+c03XiDaZ+m4Pgs1w== | ||||
| 
 | ||||
| jest-resolve-dependencies@^24.9.0: | ||||
|   version "24.9.0" | ||||
|   resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-24.9.0.tgz#ad055198959c4cfba8a4f066c673a3f0786507ab" | ||||
|  | @ -6169,6 +6340,11 @@ jest-serializer@^24.9.0: | |||
|   resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-24.9.0.tgz#e6d7d7ef96d31e8b9079a714754c5d5c58288e73" | ||||
|   integrity sha512-DxYipDr8OvfrKH3Kel6NdED3OXxjvxXZ1uIY2I9OFbGg+vUkkg7AGvi65qbhbWNPvDckXmzMPbK3u3HaDO49bQ== | ||||
| 
 | ||||
| jest-serializer@^25.1.0: | ||||
|   version "25.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-25.1.0.tgz#73096ba90e07d19dec4a0c1dd89c355e2f129e5d" | ||||
|   integrity sha512-20Wkq5j7o84kssBwvyuJ7Xhn7hdPeTXndnwIblKDR2/sy1SUm6rWWiG9kSCgJPIfkDScJCIsTtOKdlzfIHOfKA== | ||||
| 
 | ||||
| jest-snapshot@^24.9.0: | ||||
|   version "24.9.0" | ||||
|   resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-24.9.0.tgz#ec8e9ca4f2ec0c5c87ae8f925cf97497b0e951ba" | ||||
|  | @ -6206,6 +6382,16 @@ jest-util@^24.9.0: | |||
|     slash "^2.0.0" | ||||
|     source-map "^0.6.0" | ||||
| 
 | ||||
| jest-util@^25.1.0: | ||||
|   version "25.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-25.1.0.tgz#7bc56f7b2abd534910e9fa252692f50624c897d9" | ||||
|   integrity sha512-7did6pLQ++87Qsj26Fs/TIwZMUFBXQ+4XXSodRNy3luch2DnRXsSnmpVtxxQ0Yd6WTipGpbhh2IFP1mq6/fQGw== | ||||
|   dependencies: | ||||
|     "@jest/types" "^25.1.0" | ||||
|     chalk "^3.0.0" | ||||
|     is-ci "^2.0.0" | ||||
|     mkdirp "^0.5.1" | ||||
| 
 | ||||
| jest-validate@^24.9.0: | ||||
|   version "24.9.0" | ||||
|   resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-24.9.0.tgz#0775c55360d173cd854e40180756d4ff52def8ab" | ||||
|  | @ -6817,6 +7003,14 @@ micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4: | |||
|     snapdragon "^0.8.1" | ||||
|     to-regex "^3.0.2" | ||||
| 
 | ||||
| micromatch@^4.0.2: | ||||
|   version "4.0.2" | ||||
|   resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.2.tgz#4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259" | ||||
|   integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q== | ||||
|   dependencies: | ||||
|     braces "^3.0.1" | ||||
|     picomatch "^2.0.5" | ||||
| 
 | ||||
| miller-rabin@^4.0.0: | ||||
|   version "4.0.1" | ||||
|   resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d" | ||||
|  | @ -7879,6 +8073,11 @@ picomatch@^2.0.4: | |||
|   resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.0.7.tgz#514169d8c7cd0bdbeecc8a2609e34a7163de69f6" | ||||
|   integrity sha512-oLHIdio3tZ0qH76NybpeneBhYVj0QFTfXEFTc/B3zKQspYfYYkWYgFsmzo+4kvId/bQRcNkVeguI3y+CD22BtA== | ||||
| 
 | ||||
| picomatch@^2.0.5: | ||||
|   version "2.2.1" | ||||
|   resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.1.tgz#21bac888b6ed8601f831ce7816e335bc779f0a4a" | ||||
|   integrity sha512-ISBaA8xQNmwELC7eOjqFKMESB2VIqt4PPDD0nsS95b/9dZXvVKOlz9keMSnoGGKcOHXfTvDD6WMaRoSc9UuhRA== | ||||
| 
 | ||||
| pify@^2.0.0: | ||||
|   version "2.3.0" | ||||
|   resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" | ||||
|  | @ -9250,6 +9449,11 @@ resolve-from@^4.0.0: | |||
|   resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" | ||||
|   integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== | ||||
| 
 | ||||
| resolve-from@^5.0.0: | ||||
|   version "5.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69" | ||||
|   integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== | ||||
| 
 | ||||
| resolve-pathname@^2.2.0: | ||||
|   version "2.2.0" | ||||
|   resolved "https://registry.yarnpkg.com/resolve-pathname/-/resolve-pathname-2.2.0.tgz#7e9ae21ed815fd63ab189adeee64dc831eefa879" | ||||
|  | @ -9699,6 +9903,11 @@ slash@^2.0.0: | |||
|   resolved "https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44" | ||||
|   integrity sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A== | ||||
| 
 | ||||
| slash@^3.0.0: | ||||
|   version "3.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" | ||||
|   integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== | ||||
| 
 | ||||
| slice-ansi@0.0.4: | ||||
|   version "0.0.4" | ||||
|   resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-0.0.4.tgz#edbf8903f66f7ce2f8eafd6ceed65e264c831b35" | ||||
|  | @ -10208,7 +10417,7 @@ supports-color@^5.3.0: | |||
|   dependencies: | ||||
|     has-flag "^3.0.0" | ||||
| 
 | ||||
| supports-color@^7.0.0: | ||||
| supports-color@^7.0.0, supports-color@^7.1.0: | ||||
|   version "7.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.1.0.tgz#68e32591df73e25ad1c4b49108a2ec507962bfd1" | ||||
|   integrity sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g== | ||||
|  | @ -10369,6 +10578,15 @@ test-exclude@^5.0.0: | |||
|     read-pkg-up "^4.0.0" | ||||
|     require-main-filename "^1.0.1" | ||||
| 
 | ||||
| test-exclude@^6.0.0: | ||||
|   version "6.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz#04a8698661d805ea6fa293b6cb9e63ac044ef15e" | ||||
|   integrity sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w== | ||||
|   dependencies: | ||||
|     "@istanbuljs/schema" "^0.1.2" | ||||
|     glob "^7.1.4" | ||||
|     minimatch "^3.0.4" | ||||
| 
 | ||||
| text-table@^0.2.0, text-table@~0.2.0: | ||||
|   version "0.2.0" | ||||
|   resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" | ||||
|  | @ -10570,6 +10788,13 @@ type@^2.0.0: | |||
|   resolved "https://registry.yarnpkg.com/type/-/type-2.0.0.tgz#5f16ff6ef2eb44f260494dae271033b29c09a9c3" | ||||
|   integrity sha512-KBt58xCHry4Cejnc2ISQAF7QY+ORngsWfxezO68+12hKV6lQY8P/psIkcbjeHWn7MqcgciWJyCCevFMJdIXpow== | ||||
| 
 | ||||
| typedarray-to-buffer@^3.1.5: | ||||
|   version "3.1.5" | ||||
|   resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz#a97ee7a9ff42691b9f783ff1bc5112fe3fca9080" | ||||
|   integrity sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q== | ||||
|   dependencies: | ||||
|     is-typedarray "^1.0.0" | ||||
| 
 | ||||
| typedarray@^0.0.6: | ||||
|   version "0.0.6" | ||||
|   resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" | ||||
|  | @ -11141,6 +11366,16 @@ write-file-atomic@2.4.1: | |||
|     imurmurhash "^0.1.4" | ||||
|     signal-exit "^3.0.2" | ||||
| 
 | ||||
| write-file-atomic@^3.0.0: | ||||
|   version "3.0.3" | ||||
|   resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-3.0.3.tgz#56bd5c5a5c70481cd19c571bd39ab965a5de56e8" | ||||
|   integrity sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q== | ||||
|   dependencies: | ||||
|     imurmurhash "^0.1.4" | ||||
|     is-typedarray "^1.0.0" | ||||
|     signal-exit "^3.0.2" | ||||
|     typedarray-to-buffer "^3.1.5" | ||||
| 
 | ||||
| write@1.0.3: | ||||
|   version "1.0.3" | ||||
|   resolved "https://registry.yarnpkg.com/write/-/write-1.0.3.tgz#0800e14523b923a387e415123c865616aae0f5c3" | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue