|
1146 | 1146 | jest-util "^25.5.0"
|
1147 | 1147 | slash "^3.0.0"
|
1148 | 1148 |
|
1149 |
| -"@jest/core@^25.5.2": |
1150 |
| - version "25.5.2" |
1151 |
| - resolved "https://registry.yarnpkg.com/@jest/core/-/core-25.5.2.tgz#d3f49782ad5c09478214ddd45249e5b7663a0328" |
1152 |
| - integrity sha512-vc7WqwPbFX22EWDbuxJDnWDh5YYyReimgxKO/DYA1wMJd7/PcbUwM4PY7xadRZ2ze8Wi3OtmXP8ZbJEfcWY5Xg== |
| 1149 | +"@jest/core@^25.5.3": |
| 1150 | + version "25.5.3" |
| 1151 | + resolved "https://registry.yarnpkg.com/@jest/core/-/core-25.5.3.tgz#0cfd7ad602e587d5adebfbc47f983c0b360c5269" |
| 1152 | + integrity sha512-/wY1JCmY61wMjGsix0ccNmiHsl7+l1nGMvdXnWbceezWyf8gFoqA7kRN6e2CTcF2K1GVYhsUdLdyKpz7hVMegQ== |
1153 | 1153 | dependencies:
|
1154 | 1154 | "@jest/console" "^25.5.0"
|
1155 | 1155 | "@jest/reporters" "^25.5.1"
|
|
1161 | 1161 | exit "^0.1.2"
|
1162 | 1162 | graceful-fs "^4.2.4"
|
1163 | 1163 | jest-changed-files "^25.5.0"
|
1164 |
| - jest-config "^25.5.2" |
| 1164 | + jest-config "^25.5.3" |
1165 | 1165 | jest-haste-map "^25.5.1"
|
1166 | 1166 | jest-message-util "^25.5.0"
|
1167 | 1167 | jest-regex-util "^25.2.6"
|
1168 | 1168 | jest-resolve "^25.5.1"
|
1169 | 1169 | jest-resolve-dependencies "^25.5.2"
|
1170 |
| - jest-runner "^25.5.2" |
1171 |
| - jest-runtime "^25.5.2" |
| 1170 | + jest-runner "^25.5.3" |
| 1171 | + jest-runtime "^25.5.3" |
1172 | 1172 | jest-snapshot "^25.5.1"
|
1173 | 1173 | jest-util "^25.5.0"
|
1174 | 1174 | jest-validate "^25.5.0"
|
|
1308 | 1308 | jest-runner "^25.5.2"
|
1309 | 1309 | jest-runtime "^25.5.2"
|
1310 | 1310 |
|
| 1311 | +"@jest/test-sequencer@^25.5.3": |
| 1312 | + version "25.5.3" |
| 1313 | + resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-25.5.3.tgz#b6638d5118a1f8a7cb3f49fe59087326a589fa36" |
| 1314 | + integrity sha512-/xvmwp+7eTsgmbyFp649WCpyf6x+c7CMERYOnZtIYIqpOW2p0vDbY1TNyr1wum4c/xSe+KR8iBIzsZKa6csmeg== |
| 1315 | + dependencies: |
| 1316 | + "@jest/test-result" "^25.5.0" |
| 1317 | + graceful-fs "^4.2.4" |
| 1318 | + jest-haste-map "^25.5.1" |
| 1319 | + jest-runner "^25.5.3" |
| 1320 | + jest-runtime "^25.5.3" |
| 1321 | + |
1311 | 1322 | "@jest/transform@^24.9.0":
|
1312 | 1323 | version "24.9.0"
|
1313 | 1324 | resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-24.9.0.tgz#4ae2768b296553fadab09e9ec119543c90b16c56"
|
@@ -7442,20 +7453,20 @@ jest-changed-files@^25.5.0:
|
7442 | 7453 | execa "^3.2.0"
|
7443 | 7454 | throat "^5.0.0"
|
7444 | 7455 |
|
7445 |
| -jest-cli@^25.5.2: |
7446 |
| - version "25.5.2" |
7447 |
| - resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-25.5.2.tgz#44ffb68cc0aa1a4b2971b8bfd07083397232105e" |
7448 |
| - integrity sha512-jbOJ4oOIJptg5mjNQZWyHkv33sXCIFT2UnkYwlZvyVU/0nz5nmIlIx57iTgHkmeRBp1VkK2qPZhjCDwHmxNKgA== |
| 7456 | +jest-cli@^25.5.3: |
| 7457 | + version "25.5.3" |
| 7458 | + resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-25.5.3.tgz#8f33f2aae33a085a7394db8b6f60c2ef47b8a72d" |
| 7459 | + integrity sha512-epjgZ0WeBECVXOQ11pn7Pc3n8SeGAqdWb+X2eSLoyCGieFEBAatB7bVI+UmyH/vsiOxpIb0qwby0QrrGMZMfcQ== |
7449 | 7460 | dependencies:
|
7450 |
| - "@jest/core" "^25.5.2" |
| 7461 | + "@jest/core" "^25.5.3" |
7451 | 7462 | "@jest/test-result" "^25.5.0"
|
7452 | 7463 | "@jest/types" "^25.5.0"
|
7453 | 7464 | chalk "^3.0.0"
|
7454 | 7465 | exit "^0.1.2"
|
7455 | 7466 | graceful-fs "^4.2.4"
|
7456 | 7467 | import-local "^3.0.2"
|
7457 | 7468 | is-ci "^2.0.0"
|
7458 |
| - jest-config "^25.5.2" |
| 7469 | + jest-config "^25.5.3" |
7459 | 7470 | jest-util "^25.5.0"
|
7460 | 7471 | jest-validate "^25.5.0"
|
7461 | 7472 | prompts "^2.0.1"
|
@@ -7487,6 +7498,31 @@ jest-config@^25.5.2:
|
7487 | 7498 | pretty-format "^25.5.0"
|
7488 | 7499 | realpath-native "^2.0.0"
|
7489 | 7500 |
|
| 7501 | +jest-config@^25.5.3: |
| 7502 | + version "25.5.3" |
| 7503 | + resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-25.5.3.tgz#2d0f6deafcaa5a543d97ed978070bdad19f6890c" |
| 7504 | + integrity sha512-PrzL7wCP9XMEmUd+0ArcR37SVL7oF1lnIPxzppfeYvPytOtgTdXa2M/0TKcPYPHaa/T3UvHEpSNiC25yXktfsQ== |
| 7505 | + dependencies: |
| 7506 | + "@babel/core" "^7.1.0" |
| 7507 | + "@jest/test-sequencer" "^25.5.3" |
| 7508 | + "@jest/types" "^25.5.0" |
| 7509 | + babel-jest "^25.5.1" |
| 7510 | + chalk "^3.0.0" |
| 7511 | + deepmerge "^4.2.2" |
| 7512 | + glob "^7.1.1" |
| 7513 | + graceful-fs "^4.2.4" |
| 7514 | + jest-environment-jsdom "^25.5.0" |
| 7515 | + jest-environment-node "^25.5.0" |
| 7516 | + jest-get-type "^25.2.6" |
| 7517 | + jest-jasmine2 "^25.5.2" |
| 7518 | + jest-regex-util "^25.2.6" |
| 7519 | + jest-resolve "^25.5.1" |
| 7520 | + jest-util "^25.5.0" |
| 7521 | + jest-validate "^25.5.0" |
| 7522 | + micromatch "^4.0.2" |
| 7523 | + pretty-format "^25.5.0" |
| 7524 | + realpath-native "^2.0.0" |
| 7525 | + |
7490 | 7526 | jest-diff@^25.5.0:
|
7491 | 7527 | version "25.5.0"
|
7492 | 7528 | resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-25.5.0.tgz#1dd26ed64f96667c068cef026b677dfa01afcfa9"
|
@@ -7742,6 +7778,31 @@ jest-runner@^25.5.2:
|
7742 | 7778 | source-map-support "^0.5.6"
|
7743 | 7779 | throat "^5.0.0"
|
7744 | 7780 |
|
| 7781 | +jest-runner@^25.5.3: |
| 7782 | + version "25.5.3" |
| 7783 | + resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-25.5.3.tgz#c233b505e8ed5055f7a54471c68f4b8be477d610" |
| 7784 | + integrity sha512-g4DyOG9hXdFhYL57bzVKWT6AuakcwDgvkB1RIie17mzF1EK4FFLSq9D/5hglgWtlhh6IH3CRDePIFetMHzLmCw== |
| 7785 | + dependencies: |
| 7786 | + "@jest/console" "^25.5.0" |
| 7787 | + "@jest/environment" "^25.5.0" |
| 7788 | + "@jest/test-result" "^25.5.0" |
| 7789 | + "@jest/types" "^25.5.0" |
| 7790 | + chalk "^3.0.0" |
| 7791 | + exit "^0.1.2" |
| 7792 | + graceful-fs "^4.2.4" |
| 7793 | + jest-config "^25.5.3" |
| 7794 | + jest-docblock "^25.3.0" |
| 7795 | + jest-haste-map "^25.5.1" |
| 7796 | + jest-jasmine2 "^25.5.2" |
| 7797 | + jest-leak-detector "^25.5.0" |
| 7798 | + jest-message-util "^25.5.0" |
| 7799 | + jest-resolve "^25.5.1" |
| 7800 | + jest-runtime "^25.5.3" |
| 7801 | + jest-util "^25.5.0" |
| 7802 | + jest-worker "^25.5.0" |
| 7803 | + source-map-support "^0.5.6" |
| 7804 | + throat "^5.0.0" |
| 7805 | + |
7745 | 7806 | jest-runtime@^25.5.2:
|
7746 | 7807 | version "25.5.2"
|
7747 | 7808 | resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-25.5.2.tgz#cf98a455e15f86120a0bf4dbf494b2e54a0a20dc"
|
@@ -7774,6 +7835,38 @@ jest-runtime@^25.5.2:
|
7774 | 7835 | strip-bom "^4.0.0"
|
7775 | 7836 | yargs "^15.3.1"
|
7776 | 7837 |
|
| 7838 | +jest-runtime@^25.5.3: |
| 7839 | + version "25.5.3" |
| 7840 | + resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-25.5.3.tgz#c0e2c0a9734a5d46d4307d19e4173532b2f3d066" |
| 7841 | + integrity sha512-q6ajy2rtRDjIzSJm7J0g1kYG4MLlgfBeMNdaEKOa7z/JHLxEBz0ija67C9UioO1L0oWxiulH3Zt7iFhE8r3ITg== |
| 7842 | + dependencies: |
| 7843 | + "@jest/console" "^25.5.0" |
| 7844 | + "@jest/environment" "^25.5.0" |
| 7845 | + "@jest/globals" "^25.5.2" |
| 7846 | + "@jest/source-map" "^25.5.0" |
| 7847 | + "@jest/test-result" "^25.5.0" |
| 7848 | + "@jest/transform" "^25.5.1" |
| 7849 | + "@jest/types" "^25.5.0" |
| 7850 | + "@types/yargs" "^15.0.0" |
| 7851 | + chalk "^3.0.0" |
| 7852 | + collect-v8-coverage "^1.0.0" |
| 7853 | + exit "^0.1.2" |
| 7854 | + glob "^7.1.3" |
| 7855 | + graceful-fs "^4.2.4" |
| 7856 | + jest-config "^25.5.3" |
| 7857 | + jest-haste-map "^25.5.1" |
| 7858 | + jest-message-util "^25.5.0" |
| 7859 | + jest-mock "^25.5.0" |
| 7860 | + jest-regex-util "^25.2.6" |
| 7861 | + jest-resolve "^25.5.1" |
| 7862 | + jest-snapshot "^25.5.1" |
| 7863 | + jest-util "^25.5.0" |
| 7864 | + jest-validate "^25.5.0" |
| 7865 | + realpath-native "^2.0.0" |
| 7866 | + slash "^3.0.0" |
| 7867 | + strip-bom "^4.0.0" |
| 7868 | + yargs "^15.3.1" |
| 7869 | + |
7777 | 7870 | jest-serializer@^24.9.0:
|
7778 | 7871 | version "24.9.0"
|
7779 | 7872 | resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-24.9.0.tgz#e6d7d7ef96d31e8b9079a714754c5d5c58288e73"
|
@@ -7884,14 +7977,14 @@ jest-worker@^25.5.0:
|
7884 | 7977 | merge-stream "^2.0.0"
|
7885 | 7978 | supports-color "^7.0.0"
|
7886 | 7979 |
|
7887 |
| -jest@^25.5.2: |
7888 |
| - version "25.5.2" |
7889 |
| - resolved "https://registry.yarnpkg.com/jest/-/jest-25.5.2.tgz#9b90c64b0d3d1fadb796e4e6f7f7a6c7d5282190" |
7890 |
| - integrity sha512-uJwrQNpNwhlP4SX3lpvjc5ucOULeWUCQCfrREqvQW5phAy04q5lQPsGM6Z0T1Psdnuf9CkycpoNEL6O3FMGcsg== |
| 7980 | +jest@^25.5.3: |
| 7981 | + version "25.5.3" |
| 7982 | + resolved "https://registry.yarnpkg.com/jest/-/jest-25.5.3.tgz#2b1aeca5c7818fb75c6406430267f058b202b9d8" |
| 7983 | + integrity sha512-YImNJIOcQ5pguFpzZ14FQ+v2rannjrFP3R+SU/Wi2TyLQE5hZXcAbg9+WVl+lnEZHAZ99Jyh+tjhW59iMiI0pg== |
7891 | 7984 | dependencies:
|
7892 |
| - "@jest/core" "^25.5.2" |
| 7985 | + "@jest/core" "^25.5.3" |
7893 | 7986 | import-local "^3.0.2"
|
7894 |
| - jest-cli "^25.5.2" |
| 7987 | + jest-cli "^25.5.3" |
7895 | 7988 |
|
7896 | 7989 | jimp-compact@^0.8.0:
|
7897 | 7990 | version "0.8.5"
|
@@ -8194,10 +8287,10 @@ lines-and-columns@^1.1.6:
|
8194 | 8287 | resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
|
8195 | 8288 | integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
|
8196 | 8289 |
|
8197 |
| -lint-staged@^10.2.1: |
8198 |
| - version "10.2.1" |
8199 |
| - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.2.1.tgz#def64534c2a5f28e5b723a4bd970347d5b015339" |
8200 |
| - integrity sha512-UPeqH0z+WzM5Gd2Ip/YfqA16SLiX3fCiC/in9hKioMDDMUUTN8YQbj0hupgQpyR5YZN35KCW9d4kjvH9XGN+3Q== |
| 8290 | +lint-staged@^10.2.2: |
| 8291 | + version "10.2.2" |
| 8292 | + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.2.2.tgz#901403c120eb5d9443a0358b55038b04c8a7db9b" |
| 8293 | + integrity sha512-78kNqNdDeKrnqWsexAmkOU3Z5wi+1CsQmUmfCuYgMTE8E4rAIX8RHW7xgxwAZ+LAayb7Cca4uYX4P3LlevzjVg== |
8201 | 8294 | dependencies:
|
8202 | 8295 | chalk "^4.0.0"
|
8203 | 8296 | commander "^5.0.0"
|
@@ -11418,10 +11511,10 @@ rollup-pluginutils@^2.8.1:
|
11418 | 11511 | dependencies:
|
11419 | 11512 | estree-walker "^0.6.1"
|
11420 | 11513 |
|
11421 |
| -rollup@^2.7.5: |
11422 |
| - version "2.7.5" |
11423 |
| - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.7.5.tgz#dd4e4518b58348a841aefa47bea544f3be27a76f" |
11424 |
| - integrity sha512-xQSM8uzhgtF6tTnTVEvOQThrcG3LPUP3T/4l4EukzDp0kbTY1QRDuXjiwtYzs9odKj9Bj/PccRG6viFfS7DmCQ== |
| 11514 | +rollup@^2.7.6: |
| 11515 | + version "2.7.6" |
| 11516 | + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.7.6.tgz#8e6682e64ca65eb33b896dcce902696f0415ce1a" |
| 11517 | + integrity sha512-AdHosxHBKyBsdtbT1/AqbWNQ87O4SSxS4N9iMwEpoCDAT6e4Du3uJSy83mp3ckgmCxly5VeXGx0WHsm21Djytg== |
11425 | 11518 | optionalDependencies:
|
11426 | 11519 | fsevents "~2.1.2"
|
11427 | 11520 |
|
@@ -12519,10 +12612,10 @@ terser@^4.1.2, terser@^4.4.3, terser@^4.6.3:
|
12519 | 12612 | source-map "~0.6.1"
|
12520 | 12613 | source-map-support "~0.5.12"
|
12521 | 12614 |
|
12522 |
| -terser@^4.6.12: |
12523 |
| - version "4.6.12" |
12524 |
| - resolved "https://registry.yarnpkg.com/terser/-/terser-4.6.12.tgz#44b98aef8703fdb09a3491bf79b43faffc5b4fee" |
12525 |
| - integrity sha512-fnIwuaKjFPANG6MAixC/k1TDtnl1YlPLUlLVIxxGZUn1gfUx2+l3/zGNB72wya+lgsb50QBi2tUV75RiODwnww== |
| 12615 | +terser@^4.6.13: |
| 12616 | + version "4.6.13" |
| 12617 | + resolved "https://registry.yarnpkg.com/terser/-/terser-4.6.13.tgz#e879a7364a5e0db52ba4891ecde007422c56a916" |
| 12618 | + integrity sha512-wMvqukYgVpQlymbnNbabVZbtM6PN63AzqexpwJL8tbh/mRT9LE5o+ruVduAGL7D6Fpjl+Q+06U5I9Ul82odAhw== |
12526 | 12619 | dependencies:
|
12527 | 12620 | commander "^2.20.0"
|
12528 | 12621 | source-map "~0.6.1"
|
|
0 commit comments