|
817 | 817 | jest-util "^25.5.0" |
818 | 818 | slash "^3.0.0" |
819 | 819 |
|
820 | | -"@jest/core@^25.5.2": |
821 | | - version "25.5.2" |
822 | | - resolved "https://registry.yarnpkg.com/@jest/core/-/core-25.5.2.tgz#d3f49782ad5c09478214ddd45249e5b7663a0328" |
823 | | - integrity sha512-vc7WqwPbFX22EWDbuxJDnWDh5YYyReimgxKO/DYA1wMJd7/PcbUwM4PY7xadRZ2ze8Wi3OtmXP8ZbJEfcWY5Xg== |
| 820 | +"@jest/core@^25.5.3": |
| 821 | + version "25.5.3" |
| 822 | + resolved "https://registry.yarnpkg.com/@jest/core/-/core-25.5.3.tgz#0cfd7ad602e587d5adebfbc47f983c0b360c5269" |
| 823 | + integrity sha512-/wY1JCmY61wMjGsix0ccNmiHsl7+l1nGMvdXnWbceezWyf8gFoqA7kRN6e2CTcF2K1GVYhsUdLdyKpz7hVMegQ== |
824 | 824 | dependencies: |
825 | 825 | "@jest/console" "^25.5.0" |
826 | 826 | "@jest/reporters" "^25.5.1" |
|
832 | 832 | exit "^0.1.2" |
833 | 833 | graceful-fs "^4.2.4" |
834 | 834 | jest-changed-files "^25.5.0" |
835 | | - jest-config "^25.5.2" |
| 835 | + jest-config "^25.5.3" |
836 | 836 | jest-haste-map "^25.5.1" |
837 | 837 | jest-message-util "^25.5.0" |
838 | 838 | jest-regex-util "^25.2.6" |
839 | 839 | jest-resolve "^25.5.1" |
840 | 840 | jest-resolve-dependencies "^25.5.2" |
841 | | - jest-runner "^25.5.2" |
842 | | - jest-runtime "^25.5.2" |
| 841 | + jest-runner "^25.5.3" |
| 842 | + jest-runtime "^25.5.3" |
843 | 843 | jest-snapshot "^25.5.1" |
844 | 844 | jest-util "^25.5.0" |
845 | 845 | jest-validate "^25.5.0" |
|
942 | 942 | jest-runner "^25.5.2" |
943 | 943 | jest-runtime "^25.5.2" |
944 | 944 |
|
| 945 | +"@jest/test-sequencer@^25.5.3": |
| 946 | + version "25.5.3" |
| 947 | + resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-25.5.3.tgz#b6638d5118a1f8a7cb3f49fe59087326a589fa36" |
| 948 | + integrity sha512-/xvmwp+7eTsgmbyFp649WCpyf6x+c7CMERYOnZtIYIqpOW2p0vDbY1TNyr1wum4c/xSe+KR8iBIzsZKa6csmeg== |
| 949 | + dependencies: |
| 950 | + "@jest/test-result" "^25.5.0" |
| 951 | + graceful-fs "^4.2.4" |
| 952 | + jest-haste-map "^25.5.1" |
| 953 | + jest-runner "^25.5.3" |
| 954 | + jest-runtime "^25.5.3" |
| 955 | + |
945 | 956 | "@jest/transform@^25.5.1": |
946 | 957 | version "25.5.1" |
947 | 958 | resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-25.5.1.tgz#0469ddc17699dd2bf985db55fa0fb9309f5c2db3" |
@@ -2977,20 +2988,20 @@ jest-changed-files@^25.5.0: |
2977 | 2988 | execa "^3.2.0" |
2978 | 2989 | throat "^5.0.0" |
2979 | 2990 |
|
2980 | | -jest-cli@^25.5.2: |
2981 | | - version "25.5.2" |
2982 | | - resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-25.5.2.tgz#44ffb68cc0aa1a4b2971b8bfd07083397232105e" |
2983 | | - integrity sha512-jbOJ4oOIJptg5mjNQZWyHkv33sXCIFT2UnkYwlZvyVU/0nz5nmIlIx57iTgHkmeRBp1VkK2qPZhjCDwHmxNKgA== |
| 2991 | +jest-cli@^25.5.3: |
| 2992 | + version "25.5.3" |
| 2993 | + resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-25.5.3.tgz#8f33f2aae33a085a7394db8b6f60c2ef47b8a72d" |
| 2994 | + integrity sha512-epjgZ0WeBECVXOQ11pn7Pc3n8SeGAqdWb+X2eSLoyCGieFEBAatB7bVI+UmyH/vsiOxpIb0qwby0QrrGMZMfcQ== |
2984 | 2995 | dependencies: |
2985 | | - "@jest/core" "^25.5.2" |
| 2996 | + "@jest/core" "^25.5.3" |
2986 | 2997 | "@jest/test-result" "^25.5.0" |
2987 | 2998 | "@jest/types" "^25.5.0" |
2988 | 2999 | chalk "^3.0.0" |
2989 | 3000 | exit "^0.1.2" |
2990 | 3001 | graceful-fs "^4.2.4" |
2991 | 3002 | import-local "^3.0.2" |
2992 | 3003 | is-ci "^2.0.0" |
2993 | | - jest-config "^25.5.2" |
| 3004 | + jest-config "^25.5.3" |
2994 | 3005 | jest-util "^25.5.0" |
2995 | 3006 | jest-validate "^25.5.0" |
2996 | 3007 | prompts "^2.0.1" |
@@ -3022,6 +3033,31 @@ jest-config@^25.5.2: |
3022 | 3033 | pretty-format "^25.5.0" |
3023 | 3034 | realpath-native "^2.0.0" |
3024 | 3035 |
|
| 3036 | +jest-config@^25.5.3: |
| 3037 | + version "25.5.3" |
| 3038 | + resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-25.5.3.tgz#2d0f6deafcaa5a543d97ed978070bdad19f6890c" |
| 3039 | + integrity sha512-PrzL7wCP9XMEmUd+0ArcR37SVL7oF1lnIPxzppfeYvPytOtgTdXa2M/0TKcPYPHaa/T3UvHEpSNiC25yXktfsQ== |
| 3040 | + dependencies: |
| 3041 | + "@babel/core" "^7.1.0" |
| 3042 | + "@jest/test-sequencer" "^25.5.3" |
| 3043 | + "@jest/types" "^25.5.0" |
| 3044 | + babel-jest "^25.5.1" |
| 3045 | + chalk "^3.0.0" |
| 3046 | + deepmerge "^4.2.2" |
| 3047 | + glob "^7.1.1" |
| 3048 | + graceful-fs "^4.2.4" |
| 3049 | + jest-environment-jsdom "^25.5.0" |
| 3050 | + jest-environment-node "^25.5.0" |
| 3051 | + jest-get-type "^25.2.6" |
| 3052 | + jest-jasmine2 "^25.5.2" |
| 3053 | + jest-regex-util "^25.2.6" |
| 3054 | + jest-resolve "^25.5.1" |
| 3055 | + jest-util "^25.5.0" |
| 3056 | + jest-validate "^25.5.0" |
| 3057 | + micromatch "^4.0.2" |
| 3058 | + pretty-format "^25.5.0" |
| 3059 | + realpath-native "^2.0.0" |
| 3060 | + |
3025 | 3061 | jest-diff@^25.5.0: |
3026 | 3062 | version "25.5.0" |
3027 | 3063 | resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-25.5.0.tgz#1dd26ed64f96667c068cef026b677dfa01afcfa9" |
@@ -3230,6 +3266,31 @@ jest-runner@^25.5.2: |
3230 | 3266 | source-map-support "^0.5.6" |
3231 | 3267 | throat "^5.0.0" |
3232 | 3268 |
|
| 3269 | +jest-runner@^25.5.3: |
| 3270 | + version "25.5.3" |
| 3271 | + resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-25.5.3.tgz#c233b505e8ed5055f7a54471c68f4b8be477d610" |
| 3272 | + integrity sha512-g4DyOG9hXdFhYL57bzVKWT6AuakcwDgvkB1RIie17mzF1EK4FFLSq9D/5hglgWtlhh6IH3CRDePIFetMHzLmCw== |
| 3273 | + dependencies: |
| 3274 | + "@jest/console" "^25.5.0" |
| 3275 | + "@jest/environment" "^25.5.0" |
| 3276 | + "@jest/test-result" "^25.5.0" |
| 3277 | + "@jest/types" "^25.5.0" |
| 3278 | + chalk "^3.0.0" |
| 3279 | + exit "^0.1.2" |
| 3280 | + graceful-fs "^4.2.4" |
| 3281 | + jest-config "^25.5.3" |
| 3282 | + jest-docblock "^25.3.0" |
| 3283 | + jest-haste-map "^25.5.1" |
| 3284 | + jest-jasmine2 "^25.5.2" |
| 3285 | + jest-leak-detector "^25.5.0" |
| 3286 | + jest-message-util "^25.5.0" |
| 3287 | + jest-resolve "^25.5.1" |
| 3288 | + jest-runtime "^25.5.3" |
| 3289 | + jest-util "^25.5.0" |
| 3290 | + jest-worker "^25.5.0" |
| 3291 | + source-map-support "^0.5.6" |
| 3292 | + throat "^5.0.0" |
| 3293 | + |
3233 | 3294 | jest-runtime@^25.5.2: |
3234 | 3295 | version "25.5.2" |
3235 | 3296 | resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-25.5.2.tgz#cf98a455e15f86120a0bf4dbf494b2e54a0a20dc" |
@@ -3262,6 +3323,38 @@ jest-runtime@^25.5.2: |
3262 | 3323 | strip-bom "^4.0.0" |
3263 | 3324 | yargs "^15.3.1" |
3264 | 3325 |
|
| 3326 | +jest-runtime@^25.5.3: |
| 3327 | + version "25.5.3" |
| 3328 | + resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-25.5.3.tgz#c0e2c0a9734a5d46d4307d19e4173532b2f3d066" |
| 3329 | + integrity sha512-q6ajy2rtRDjIzSJm7J0g1kYG4MLlgfBeMNdaEKOa7z/JHLxEBz0ija67C9UioO1L0oWxiulH3Zt7iFhE8r3ITg== |
| 3330 | + dependencies: |
| 3331 | + "@jest/console" "^25.5.0" |
| 3332 | + "@jest/environment" "^25.5.0" |
| 3333 | + "@jest/globals" "^25.5.2" |
| 3334 | + "@jest/source-map" "^25.5.0" |
| 3335 | + "@jest/test-result" "^25.5.0" |
| 3336 | + "@jest/transform" "^25.5.1" |
| 3337 | + "@jest/types" "^25.5.0" |
| 3338 | + "@types/yargs" "^15.0.0" |
| 3339 | + chalk "^3.0.0" |
| 3340 | + collect-v8-coverage "^1.0.0" |
| 3341 | + exit "^0.1.2" |
| 3342 | + glob "^7.1.3" |
| 3343 | + graceful-fs "^4.2.4" |
| 3344 | + jest-config "^25.5.3" |
| 3345 | + jest-haste-map "^25.5.1" |
| 3346 | + jest-message-util "^25.5.0" |
| 3347 | + jest-mock "^25.5.0" |
| 3348 | + jest-regex-util "^25.2.6" |
| 3349 | + jest-resolve "^25.5.1" |
| 3350 | + jest-snapshot "^25.5.1" |
| 3351 | + jest-util "^25.5.0" |
| 3352 | + jest-validate "^25.5.0" |
| 3353 | + realpath-native "^2.0.0" |
| 3354 | + slash "^3.0.0" |
| 3355 | + strip-bom "^4.0.0" |
| 3356 | + yargs "^15.3.1" |
| 3357 | + |
3265 | 3358 | jest-serializer@^25.5.0: |
3266 | 3359 | version "25.5.0" |
3267 | 3360 | resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-25.5.0.tgz#a993f484e769b4ed54e70e0efdb74007f503072b" |
@@ -3346,14 +3439,14 @@ jest-worker@^25.5.0: |
3346 | 3439 | merge-stream "^2.0.0" |
3347 | 3440 | supports-color "^7.0.0" |
3348 | 3441 |
|
3349 | | -jest@25.5.2: |
3350 | | - version "25.5.2" |
3351 | | - resolved "https://registry.yarnpkg.com/jest/-/jest-25.5.2.tgz#9b90c64b0d3d1fadb796e4e6f7f7a6c7d5282190" |
3352 | | - integrity sha512-uJwrQNpNwhlP4SX3lpvjc5ucOULeWUCQCfrREqvQW5phAy04q5lQPsGM6Z0T1Psdnuf9CkycpoNEL6O3FMGcsg== |
| 3442 | +jest@25.5.3: |
| 3443 | + version "25.5.3" |
| 3444 | + resolved "https://registry.yarnpkg.com/jest/-/jest-25.5.3.tgz#2b1aeca5c7818fb75c6406430267f058b202b9d8" |
| 3445 | + integrity sha512-YImNJIOcQ5pguFpzZ14FQ+v2rannjrFP3R+SU/Wi2TyLQE5hZXcAbg9+WVl+lnEZHAZ99Jyh+tjhW59iMiI0pg== |
3353 | 3446 | dependencies: |
3354 | | - "@jest/core" "^25.5.2" |
| 3447 | + "@jest/core" "^25.5.3" |
3355 | 3448 | import-local "^3.0.2" |
3356 | | - jest-cli "^25.5.2" |
| 3449 | + jest-cli "^25.5.3" |
3357 | 3450 |
|
3358 | 3451 | "js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: |
3359 | 3452 | version "4.0.0" |
|
0 commit comments