|
514 | 514 | jest-util "^25.5.0" |
515 | 515 | slash "^3.0.0" |
516 | 516 |
|
517 | | -"@jest/core@^25.5.2": |
518 | | - version "25.5.2" |
519 | | - resolved "https://registry.yarnpkg.com/@jest/core/-/core-25.5.2.tgz#d3f49782ad5c09478214ddd45249e5b7663a0328" |
520 | | - integrity sha512-vc7WqwPbFX22EWDbuxJDnWDh5YYyReimgxKO/DYA1wMJd7/PcbUwM4PY7xadRZ2ze8Wi3OtmXP8ZbJEfcWY5Xg== |
| 517 | +"@jest/core@^25.5.3": |
| 518 | + version "25.5.3" |
| 519 | + resolved "https://registry.yarnpkg.com/@jest/core/-/core-25.5.3.tgz#0cfd7ad602e587d5adebfbc47f983c0b360c5269" |
| 520 | + integrity sha512-/wY1JCmY61wMjGsix0ccNmiHsl7+l1nGMvdXnWbceezWyf8gFoqA7kRN6e2CTcF2K1GVYhsUdLdyKpz7hVMegQ== |
521 | 521 | dependencies: |
522 | 522 | "@jest/console" "^25.5.0" |
523 | 523 | "@jest/reporters" "^25.5.1" |
|
529 | 529 | exit "^0.1.2" |
530 | 530 | graceful-fs "^4.2.4" |
531 | 531 | jest-changed-files "^25.5.0" |
532 | | - jest-config "^25.5.2" |
| 532 | + jest-config "^25.5.3" |
533 | 533 | jest-haste-map "^25.5.1" |
534 | 534 | jest-message-util "^25.5.0" |
535 | 535 | jest-regex-util "^25.2.6" |
536 | 536 | jest-resolve "^25.5.1" |
537 | 537 | jest-resolve-dependencies "^25.5.2" |
538 | | - jest-runner "^25.5.2" |
539 | | - jest-runtime "^25.5.2" |
| 538 | + jest-runner "^25.5.3" |
| 539 | + jest-runtime "^25.5.3" |
540 | 540 | jest-snapshot "^25.5.1" |
541 | 541 | jest-util "^25.5.0" |
542 | 542 | jest-validate "^25.5.0" |
|
659 | 659 | jest-runner "^25.5.2" |
660 | 660 | jest-runtime "^25.5.2" |
661 | 661 |
|
| 662 | +"@jest/test-sequencer@^25.5.3": |
| 663 | + version "25.5.3" |
| 664 | + resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-25.5.3.tgz#b6638d5118a1f8a7cb3f49fe59087326a589fa36" |
| 665 | + integrity sha512-/xvmwp+7eTsgmbyFp649WCpyf6x+c7CMERYOnZtIYIqpOW2p0vDbY1TNyr1wum4c/xSe+KR8iBIzsZKa6csmeg== |
| 666 | + dependencies: |
| 667 | + "@jest/test-result" "^25.5.0" |
| 668 | + graceful-fs "^4.2.4" |
| 669 | + jest-haste-map "^25.5.1" |
| 670 | + jest-runner "^25.5.3" |
| 671 | + jest-runtime "^25.5.3" |
| 672 | + |
662 | 673 | "@jest/transform@^25.1.0": |
663 | 674 | version "25.1.0" |
664 | 675 | resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-25.1.0.tgz#221f354f512b4628d88ce776d5b9e601028ea9da" |
@@ -4134,20 +4145,20 @@ jest-changed-files@^25.5.0: |
4134 | 4145 | execa "^3.2.0" |
4135 | 4146 | throat "^5.0.0" |
4136 | 4147 |
|
4137 | | -jest-cli@^25.5.2: |
4138 | | - version "25.5.2" |
4139 | | - resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-25.5.2.tgz#44ffb68cc0aa1a4b2971b8bfd07083397232105e" |
4140 | | - integrity sha512-jbOJ4oOIJptg5mjNQZWyHkv33sXCIFT2UnkYwlZvyVU/0nz5nmIlIx57iTgHkmeRBp1VkK2qPZhjCDwHmxNKgA== |
| 4148 | +jest-cli@^25.5.3: |
| 4149 | + version "25.5.3" |
| 4150 | + resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-25.5.3.tgz#8f33f2aae33a085a7394db8b6f60c2ef47b8a72d" |
| 4151 | + integrity sha512-epjgZ0WeBECVXOQ11pn7Pc3n8SeGAqdWb+X2eSLoyCGieFEBAatB7bVI+UmyH/vsiOxpIb0qwby0QrrGMZMfcQ== |
4141 | 4152 | dependencies: |
4142 | | - "@jest/core" "^25.5.2" |
| 4153 | + "@jest/core" "^25.5.3" |
4143 | 4154 | "@jest/test-result" "^25.5.0" |
4144 | 4155 | "@jest/types" "^25.5.0" |
4145 | 4156 | chalk "^3.0.0" |
4146 | 4157 | exit "^0.1.2" |
4147 | 4158 | graceful-fs "^4.2.4" |
4148 | 4159 | import-local "^3.0.2" |
4149 | 4160 | is-ci "^2.0.0" |
4150 | | - jest-config "^25.5.2" |
| 4161 | + jest-config "^25.5.3" |
4151 | 4162 | jest-util "^25.5.0" |
4152 | 4163 | jest-validate "^25.5.0" |
4153 | 4164 | prompts "^2.0.1" |
@@ -4179,6 +4190,31 @@ jest-config@^25.5.2: |
4179 | 4190 | pretty-format "^25.5.0" |
4180 | 4191 | realpath-native "^2.0.0" |
4181 | 4192 |
|
| 4193 | +jest-config@^25.5.3: |
| 4194 | + version "25.5.3" |
| 4195 | + resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-25.5.3.tgz#2d0f6deafcaa5a543d97ed978070bdad19f6890c" |
| 4196 | + integrity sha512-PrzL7wCP9XMEmUd+0ArcR37SVL7oF1lnIPxzppfeYvPytOtgTdXa2M/0TKcPYPHaa/T3UvHEpSNiC25yXktfsQ== |
| 4197 | + dependencies: |
| 4198 | + "@babel/core" "^7.1.0" |
| 4199 | + "@jest/test-sequencer" "^25.5.3" |
| 4200 | + "@jest/types" "^25.5.0" |
| 4201 | + babel-jest "^25.5.1" |
| 4202 | + chalk "^3.0.0" |
| 4203 | + deepmerge "^4.2.2" |
| 4204 | + glob "^7.1.1" |
| 4205 | + graceful-fs "^4.2.4" |
| 4206 | + jest-environment-jsdom "^25.5.0" |
| 4207 | + jest-environment-node "^25.5.0" |
| 4208 | + jest-get-type "^25.2.6" |
| 4209 | + jest-jasmine2 "^25.5.2" |
| 4210 | + jest-regex-util "^25.2.6" |
| 4211 | + jest-resolve "^25.5.1" |
| 4212 | + jest-util "^25.5.0" |
| 4213 | + jest-validate "^25.5.0" |
| 4214 | + micromatch "^4.0.2" |
| 4215 | + pretty-format "^25.5.0" |
| 4216 | + realpath-native "^2.0.0" |
| 4217 | + |
4182 | 4218 | jest-diff@^25.1.0, jest-diff@^25.2.1: |
4183 | 4219 | version "25.2.6" |
4184 | 4220 | resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-25.2.6.tgz#a6d70a9ab74507715ea1092ac513d1ab81c1b5e7" |
@@ -4450,6 +4486,31 @@ jest-runner@^25.5.2: |
4450 | 4486 | source-map-support "^0.5.6" |
4451 | 4487 | throat "^5.0.0" |
4452 | 4488 |
|
| 4489 | +jest-runner@^25.5.3: |
| 4490 | + version "25.5.3" |
| 4491 | + resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-25.5.3.tgz#c233b505e8ed5055f7a54471c68f4b8be477d610" |
| 4492 | + integrity sha512-g4DyOG9hXdFhYL57bzVKWT6AuakcwDgvkB1RIie17mzF1EK4FFLSq9D/5hglgWtlhh6IH3CRDePIFetMHzLmCw== |
| 4493 | + dependencies: |
| 4494 | + "@jest/console" "^25.5.0" |
| 4495 | + "@jest/environment" "^25.5.0" |
| 4496 | + "@jest/test-result" "^25.5.0" |
| 4497 | + "@jest/types" "^25.5.0" |
| 4498 | + chalk "^3.0.0" |
| 4499 | + exit "^0.1.2" |
| 4500 | + graceful-fs "^4.2.4" |
| 4501 | + jest-config "^25.5.3" |
| 4502 | + jest-docblock "^25.3.0" |
| 4503 | + jest-haste-map "^25.5.1" |
| 4504 | + jest-jasmine2 "^25.5.2" |
| 4505 | + jest-leak-detector "^25.5.0" |
| 4506 | + jest-message-util "^25.5.0" |
| 4507 | + jest-resolve "^25.5.1" |
| 4508 | + jest-runtime "^25.5.3" |
| 4509 | + jest-util "^25.5.0" |
| 4510 | + jest-worker "^25.5.0" |
| 4511 | + source-map-support "^0.5.6" |
| 4512 | + throat "^5.0.0" |
| 4513 | + |
4453 | 4514 | jest-runtime@^25.5.2: |
4454 | 4515 | version "25.5.2" |
4455 | 4516 | resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-25.5.2.tgz#cf98a455e15f86120a0bf4dbf494b2e54a0a20dc" |
@@ -4482,6 +4543,38 @@ jest-runtime@^25.5.2: |
4482 | 4543 | strip-bom "^4.0.0" |
4483 | 4544 | yargs "^15.3.1" |
4484 | 4545 |
|
| 4546 | +jest-runtime@^25.5.3: |
| 4547 | + version "25.5.3" |
| 4548 | + resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-25.5.3.tgz#c0e2c0a9734a5d46d4307d19e4173532b2f3d066" |
| 4549 | + integrity sha512-q6ajy2rtRDjIzSJm7J0g1kYG4MLlgfBeMNdaEKOa7z/JHLxEBz0ija67C9UioO1L0oWxiulH3Zt7iFhE8r3ITg== |
| 4550 | + dependencies: |
| 4551 | + "@jest/console" "^25.5.0" |
| 4552 | + "@jest/environment" "^25.5.0" |
| 4553 | + "@jest/globals" "^25.5.2" |
| 4554 | + "@jest/source-map" "^25.5.0" |
| 4555 | + "@jest/test-result" "^25.5.0" |
| 4556 | + "@jest/transform" "^25.5.1" |
| 4557 | + "@jest/types" "^25.5.0" |
| 4558 | + "@types/yargs" "^15.0.0" |
| 4559 | + chalk "^3.0.0" |
| 4560 | + collect-v8-coverage "^1.0.0" |
| 4561 | + exit "^0.1.2" |
| 4562 | + glob "^7.1.3" |
| 4563 | + graceful-fs "^4.2.4" |
| 4564 | + jest-config "^25.5.3" |
| 4565 | + jest-haste-map "^25.5.1" |
| 4566 | + jest-message-util "^25.5.0" |
| 4567 | + jest-mock "^25.5.0" |
| 4568 | + jest-regex-util "^25.2.6" |
| 4569 | + jest-resolve "^25.5.1" |
| 4570 | + jest-snapshot "^25.5.1" |
| 4571 | + jest-util "^25.5.0" |
| 4572 | + jest-validate "^25.5.0" |
| 4573 | + realpath-native "^2.0.0" |
| 4574 | + slash "^3.0.0" |
| 4575 | + strip-bom "^4.0.0" |
| 4576 | + yargs "^15.3.1" |
| 4577 | + |
4485 | 4578 | jest-serializer@^25.1.0: |
4486 | 4579 | version "25.1.0" |
4487 | 4580 | resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-25.1.0.tgz#73096ba90e07d19dec4a0c1dd89c355e2f129e5d" |
@@ -4603,13 +4696,13 @@ jest-worker@^25.5.0: |
4603 | 4696 | supports-color "^7.0.0" |
4604 | 4697 |
|
4605 | 4698 | jest@^25.1.0: |
4606 | | - version "25.5.2" |
4607 | | - resolved "https://registry.yarnpkg.com/jest/-/jest-25.5.2.tgz#9b90c64b0d3d1fadb796e4e6f7f7a6c7d5282190" |
4608 | | - integrity sha512-uJwrQNpNwhlP4SX3lpvjc5ucOULeWUCQCfrREqvQW5phAy04q5lQPsGM6Z0T1Psdnuf9CkycpoNEL6O3FMGcsg== |
| 4699 | + version "25.5.3" |
| 4700 | + resolved "https://registry.yarnpkg.com/jest/-/jest-25.5.3.tgz#2b1aeca5c7818fb75c6406430267f058b202b9d8" |
| 4701 | + integrity sha512-YImNJIOcQ5pguFpzZ14FQ+v2rannjrFP3R+SU/Wi2TyLQE5hZXcAbg9+WVl+lnEZHAZ99Jyh+tjhW59iMiI0pg== |
4609 | 4702 | dependencies: |
4610 | | - "@jest/core" "^25.5.2" |
| 4703 | + "@jest/core" "^25.5.3" |
4611 | 4704 | import-local "^3.0.2" |
4612 | | - jest-cli "^25.5.2" |
| 4705 | + jest-cli "^25.5.3" |
4613 | 4706 |
|
4614 | 4707 | "js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: |
4615 | 4708 | version "4.0.0" |
|
0 commit comments