|
520 | 520 | dependencies: |
521 | 521 | "@babel/helper-plugin-utils" "^7.10.4" |
522 | 522 |
|
| 523 | +"@babel/plugin-syntax-import-meta@^7.8.3": |
| 524 | + version "7.10.4" |
| 525 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz#ee601348c370fa334d2207be158777496521fd51" |
| 526 | + integrity sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g== |
| 527 | + dependencies: |
| 528 | + "@babel/helper-plugin-utils" "^7.10.4" |
| 529 | + |
523 | 530 | "@babel/plugin-syntax-json-strings@^7.8.0", "@babel/plugin-syntax-json-strings@^7.8.3": |
524 | 531 | version "7.8.3" |
525 | 532 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a" |
|
576 | 583 | dependencies: |
577 | 584 | "@babel/helper-plugin-utils" "^7.8.0" |
578 | 585 |
|
579 | | -"@babel/plugin-syntax-top-level-await@^7.12.1": |
| 586 | +"@babel/plugin-syntax-top-level-await@^7.12.1", "@babel/plugin-syntax-top-level-await@^7.8.3": |
580 | 587 | version "7.12.1" |
581 | 588 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.1.tgz#dd6c0b357ac1bb142d98537450a319625d13d2a0" |
582 | 589 | integrity sha512-i7ooMZFS+a/Om0crxZodrTzNEPJHZrlMVGMTEpFAj6rYY/bKCddB0Dk/YxfPuYXOopuhKk/e1jV6h+WUU9XN3A== |
|
1447 | 1454 | jest-runner "^26.0.1" |
1448 | 1455 | jest-runtime "^26.0.1" |
1449 | 1456 |
|
1450 | | -"@jest/transform@^26.0.1": |
1451 | | - version "26.0.1" |
1452 | | - resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-26.0.1.tgz#0e3ecbb34a11cd4b2080ed0a9c4856cf0ceb0639" |
1453 | | - integrity sha512-pPRkVkAQ91drKGbzCfDOoHN838+FSbYaEAvBXvKuWeeRRUD8FjwXkqfUNUZL6Ke48aA/1cqq/Ni7kVMCoqagWA== |
| 1457 | +"@jest/transform@^26.0.1", "@jest/transform@^26.6.2": |
| 1458 | + version "26.6.2" |
| 1459 | + resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-26.6.2.tgz#5ac57c5fa1ad17b2aae83e73e45813894dcf2e4b" |
| 1460 | + integrity sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA== |
1454 | 1461 | dependencies: |
1455 | 1462 | "@babel/core" "^7.1.0" |
1456 | | - "@jest/types" "^26.0.1" |
| 1463 | + "@jest/types" "^26.6.2" |
1457 | 1464 | babel-plugin-istanbul "^6.0.0" |
1458 | 1465 | chalk "^4.0.0" |
1459 | 1466 | convert-source-map "^1.4.0" |
1460 | 1467 | fast-json-stable-stringify "^2.0.0" |
1461 | 1468 | graceful-fs "^4.2.4" |
1462 | | - jest-haste-map "^26.0.1" |
| 1469 | + jest-haste-map "^26.6.2" |
1463 | 1470 | jest-regex-util "^26.0.0" |
1464 | | - jest-util "^26.0.1" |
| 1471 | + jest-util "^26.6.2" |
1465 | 1472 | micromatch "^4.0.2" |
1466 | 1473 | pirates "^4.0.1" |
1467 | 1474 | slash "^3.0.0" |
|
1487 | 1494 | "@types/yargs" "^15.0.0" |
1488 | 1495 | chalk "^3.0.0" |
1489 | 1496 |
|
1490 | | -"@jest/types@^26.0.1": |
1491 | | - version "26.0.1" |
1492 | | - resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.0.1.tgz#b78333fbd113fa7aec8d39de24f88de8686dac67" |
1493 | | - integrity sha512-IbtjvqI9+eS1qFnOIEL7ggWmT+iK/U+Vde9cGWtYb/b6XgKb3X44ZAe/z9YZzoAAZ/E92m0DqrilF934IGNnQA== |
| 1497 | +"@jest/types@^26.0.1", "@jest/types@^26.6.2": |
| 1498 | + version "26.6.2" |
| 1499 | + resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.2.tgz#bef5a532030e1d88a2f5a6d933f84e97226ed48e" |
| 1500 | + integrity sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ== |
1494 | 1501 | dependencies: |
1495 | 1502 | "@types/istanbul-lib-coverage" "^2.0.0" |
1496 | | - "@types/istanbul-reports" "^1.1.1" |
| 1503 | + "@types/istanbul-reports" "^3.0.0" |
| 1504 | + "@types/node" "*" |
1497 | 1505 | "@types/yargs" "^15.0.0" |
1498 | 1506 | chalk "^4.0.0" |
1499 | 1507 |
|
|
2270 | 2278 | resolved "https://registry.yarnpkg.com/@types/anymatch/-/anymatch-1.3.1.tgz#336badc1beecb9dacc38bea2cf32adf627a8421a" |
2271 | 2279 | integrity sha512-/+CRPXpBDpo2RK9C68N3b2cOvO0Cf5B9aPijHsoDQTHivnGSObdOF2BRQOYjojWTDy6nQvMjmqRXIxH55VjxxA== |
2272 | 2280 |
|
2273 | | -"@types/babel__core@^7.1.7": |
2274 | | - version "7.1.7" |
2275 | | - resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.7.tgz#1dacad8840364a57c98d0dd4855c6dd3752c6b89" |
2276 | | - integrity sha512-RL62NqSFPCDK2FM1pSDH0scHpJvsXtZNiYlMB73DgPBaG1E38ZYVL+ei5EkWRbr+KC4YNiAUNBnRj+bgwpgjMw== |
| 2281 | +"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.7": |
| 2282 | + version "7.1.12" |
| 2283 | + resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.12.tgz#4d8e9e51eb265552a7e4f1ff2219ab6133bdfb2d" |
| 2284 | + integrity sha512-wMTHiiTiBAAPebqaPiPDLFA4LYPKr6Ph0Xq/6rq1Ur3v66HXyG+clfR9CNETkD7MQS8ZHvpQOtA53DLws5WAEQ== |
2277 | 2285 | dependencies: |
2278 | 2286 | "@babel/parser" "^7.1.0" |
2279 | 2287 | "@babel/types" "^7.0.0" |
|
2353 | 2361 | "@types/istanbul-lib-coverage" "*" |
2354 | 2362 | "@types/istanbul-lib-report" "*" |
2355 | 2363 |
|
| 2364 | +"@types/istanbul-reports@^3.0.0": |
| 2365 | + version "3.0.0" |
| 2366 | + resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz#508b13aa344fa4976234e75dddcc34925737d821" |
| 2367 | + integrity sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA== |
| 2368 | + dependencies: |
| 2369 | + "@types/istanbul-lib-report" "*" |
| 2370 | + |
2356 | 2371 | "@types/json-schema@^7.0.3": |
2357 | 2372 | version "7.0.4" |
2358 | 2373 | resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.4.tgz#38fd73ddfd9b55abb1e1b2ed578cb55bd7b7d339" |
@@ -3262,15 +3277,15 @@ babel-extract-comments@^1.0.0: |
3262 | 3277 | babylon "^6.18.0" |
3263 | 3278 |
|
3264 | 3279 | babel-jest@^26.0.1: |
3265 | | - version "26.0.1" |
3266 | | - resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-26.0.1.tgz#450139ce4b6c17174b136425bda91885c397bc46" |
3267 | | - integrity sha512-Z4GGmSNQ8pX3WS1O+6v3fo41YItJJZsVxG5gIQ+HuB/iuAQBJxMTHTwz292vuYws1LnHfwSRgoqI+nxdy/pcvw== |
| 3280 | + version "26.6.3" |
| 3281 | + resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-26.6.3.tgz#d87d25cb0037577a0c89f82e5755c5d293c01056" |
| 3282 | + integrity sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA== |
3268 | 3283 | dependencies: |
3269 | | - "@jest/transform" "^26.0.1" |
3270 | | - "@jest/types" "^26.0.1" |
| 3284 | + "@jest/transform" "^26.6.2" |
| 3285 | + "@jest/types" "^26.6.2" |
3271 | 3286 | "@types/babel__core" "^7.1.7" |
3272 | 3287 | babel-plugin-istanbul "^6.0.0" |
3273 | | - babel-preset-jest "^26.0.0" |
| 3288 | + babel-preset-jest "^26.6.2" |
3274 | 3289 | chalk "^4.0.0" |
3275 | 3290 | graceful-fs "^4.2.4" |
3276 | 3291 | slash "^3.0.0" |
@@ -3304,13 +3319,14 @@ babel-plugin-istanbul@^6.0.0: |
3304 | 3319 | istanbul-lib-instrument "^4.0.0" |
3305 | 3320 | test-exclude "^6.0.0" |
3306 | 3321 |
|
3307 | | -babel-plugin-jest-hoist@^26.0.0: |
3308 | | - version "26.0.0" |
3309 | | - resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-26.0.0.tgz#fd1d35f95cf8849fc65cb01b5e58aedd710b34a8" |
3310 | | - integrity sha512-+AuoehOrjt9irZL7DOt2+4ZaTM6dlu1s5TTS46JBa0/qem4dy7VNW3tMb96qeEqcIh20LD73TVNtmVEeymTG7w== |
| 3322 | +babel-plugin-jest-hoist@^26.6.2: |
| 3323 | + version "26.6.2" |
| 3324 | + resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-26.6.2.tgz#8185bd030348d254c6d7dd974355e6a28b21e62d" |
| 3325 | + integrity sha512-PO9t0697lNTmcEHH69mdtYiOIkkOlj9fySqfO3K1eCcdISevLAE0xY59VLLUj0SoiPiTX/JU2CYFpILydUa5Lw== |
3311 | 3326 | dependencies: |
3312 | 3327 | "@babel/template" "^7.3.3" |
3313 | 3328 | "@babel/types" "^7.3.3" |
| 3329 | + "@types/babel__core" "^7.0.0" |
3314 | 3330 | "@types/babel__traverse" "^7.0.6" |
3315 | 3331 |
|
3316 | 3332 | babel-plugin-module-resolver@^3.2.0: |
@@ -3352,21 +3368,23 @@ babel-plugin-transform-object-rest-spread@^6.26.0: |
3352 | 3368 | babel-plugin-syntax-object-rest-spread "^6.8.0" |
3353 | 3369 | babel-runtime "^6.26.0" |
3354 | 3370 |
|
3355 | | -babel-preset-current-node-syntax@^0.1.2: |
3356 | | - version "0.1.2" |
3357 | | - resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-0.1.2.tgz#fb4a4c51fe38ca60fede1dc74ab35eb843cb41d6" |
3358 | | - integrity sha512-u/8cS+dEiK1SFILbOC8/rUI3ml9lboKuuMvZ/4aQnQmhecQAgPw5ew066C1ObnEAUmlx7dv/s2z52psWEtLNiw== |
| 3371 | +babel-preset-current-node-syntax@^1.0.0: |
| 3372 | + version "1.0.1" |
| 3373 | + resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz#b4399239b89b2a011f9ddbe3e4f401fc40cff73b" |
| 3374 | + integrity sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ== |
3359 | 3375 | dependencies: |
3360 | 3376 | "@babel/plugin-syntax-async-generators" "^7.8.4" |
3361 | 3377 | "@babel/plugin-syntax-bigint" "^7.8.3" |
3362 | 3378 | "@babel/plugin-syntax-class-properties" "^7.8.3" |
| 3379 | + "@babel/plugin-syntax-import-meta" "^7.8.3" |
3363 | 3380 | "@babel/plugin-syntax-json-strings" "^7.8.3" |
3364 | 3381 | "@babel/plugin-syntax-logical-assignment-operators" "^7.8.3" |
3365 | 3382 | "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" |
3366 | 3383 | "@babel/plugin-syntax-numeric-separator" "^7.8.3" |
3367 | 3384 | "@babel/plugin-syntax-object-rest-spread" "^7.8.3" |
3368 | 3385 | "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" |
3369 | 3386 | "@babel/plugin-syntax-optional-chaining" "^7.8.3" |
| 3387 | + "@babel/plugin-syntax-top-level-await" "^7.8.3" |
3370 | 3388 |
|
3371 | 3389 | babel-preset-expo@^8.2.1: |
3372 | 3390 | version "8.3.0" |
@@ -3456,13 +3474,13 @@ babel-preset-fbjs@^3.3.0: |
3456 | 3474 | "@babel/plugin-transform-template-literals" "^7.0.0" |
3457 | 3475 | babel-plugin-syntax-trailing-function-commas "^7.0.0-beta.0" |
3458 | 3476 |
|
3459 | | -babel-preset-jest@^26.0.0: |
3460 | | - version "26.0.0" |
3461 | | - resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-26.0.0.tgz#1eac82f513ad36c4db2e9263d7c485c825b1faa6" |
3462 | | - integrity sha512-9ce+DatAa31DpR4Uir8g4Ahxs5K4W4L8refzt+qHWQANb6LhGcAEfIFgLUwk67oya2cCUd6t4eUMtO/z64ocNw== |
| 3477 | +babel-preset-jest@^26.6.2: |
| 3478 | + version "26.6.2" |
| 3479 | + resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-26.6.2.tgz#747872b1171df032252426586881d62d31798fee" |
| 3480 | + integrity sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ== |
3463 | 3481 | dependencies: |
3464 | | - babel-plugin-jest-hoist "^26.0.0" |
3465 | | - babel-preset-current-node-syntax "^0.1.2" |
| 3482 | + babel-plugin-jest-hoist "^26.6.2" |
| 3483 | + babel-preset-current-node-syntax "^1.0.0" |
3466 | 3484 |
|
3467 | 3485 | babel-runtime@^6.26.0: |
3468 | 3486 | version "6.26.0" |
@@ -8388,6 +8406,27 @@ jest-haste-map@^26.0.1: |
8388 | 8406 | optionalDependencies: |
8389 | 8407 | fsevents "^2.1.2" |
8390 | 8408 |
|
| 8409 | +jest-haste-map@^26.6.2: |
| 8410 | + version "26.6.2" |
| 8411 | + resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-26.6.2.tgz#dd7e60fe7dc0e9f911a23d79c5ff7fb5c2cafeaa" |
| 8412 | + integrity sha512-easWIJXIw71B2RdR8kgqpjQrbMRWQBgiBwXYEhtGUTaX+doCjBheluShdDMeR8IMfJiTqH4+zfhtg29apJf/8w== |
| 8413 | + dependencies: |
| 8414 | + "@jest/types" "^26.6.2" |
| 8415 | + "@types/graceful-fs" "^4.1.2" |
| 8416 | + "@types/node" "*" |
| 8417 | + anymatch "^3.0.3" |
| 8418 | + fb-watchman "^2.0.0" |
| 8419 | + graceful-fs "^4.2.4" |
| 8420 | + jest-regex-util "^26.0.0" |
| 8421 | + jest-serializer "^26.6.2" |
| 8422 | + jest-util "^26.6.2" |
| 8423 | + jest-worker "^26.6.2" |
| 8424 | + micromatch "^4.0.2" |
| 8425 | + sane "^4.0.3" |
| 8426 | + walker "^1.0.7" |
| 8427 | + optionalDependencies: |
| 8428 | + fsevents "^2.1.2" |
| 8429 | + |
8391 | 8430 | jest-jasmine2@^26.0.1: |
8392 | 8431 | version "26.0.1" |
8393 | 8432 | resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-26.0.1.tgz#947c40ee816636ba23112af3206d6fa7b23c1c1c" |
@@ -8578,6 +8617,14 @@ jest-serializer@^26.0.0: |
8578 | 8617 | dependencies: |
8579 | 8618 | graceful-fs "^4.2.4" |
8580 | 8619 |
|
| 8620 | +jest-serializer@^26.6.2: |
| 8621 | + version "26.6.2" |
| 8622 | + resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-26.6.2.tgz#d139aafd46957d3a448f3a6cdabe2919ba0742d1" |
| 8623 | + integrity sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g== |
| 8624 | + dependencies: |
| 8625 | + "@types/node" "*" |
| 8626 | + graceful-fs "^4.2.4" |
| 8627 | + |
8581 | 8628 | jest-snapshot@^26.0.1: |
8582 | 8629 | version "26.0.1" |
8583 | 8630 | resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-26.0.1.tgz#1baa942bd83d47b837a84af7fcf5fd4a236da399" |
@@ -8628,6 +8675,18 @@ jest-util@^26.0.1: |
8628 | 8675 | is-ci "^2.0.0" |
8629 | 8676 | make-dir "^3.0.0" |
8630 | 8677 |
|
| 8678 | +jest-util@^26.6.2: |
| 8679 | + version "26.6.2" |
| 8680 | + resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.6.2.tgz#907535dbe4d5a6cb4c47ac9b926f6af29576cbc1" |
| 8681 | + integrity sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q== |
| 8682 | + dependencies: |
| 8683 | + "@jest/types" "^26.6.2" |
| 8684 | + "@types/node" "*" |
| 8685 | + chalk "^4.0.0" |
| 8686 | + graceful-fs "^4.2.4" |
| 8687 | + is-ci "^2.0.0" |
| 8688 | + micromatch "^4.0.2" |
| 8689 | + |
8631 | 8690 | jest-validate@^24.7.0: |
8632 | 8691 | version "24.9.0" |
8633 | 8692 | resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-24.9.0.tgz#0775c55360d173cd854e40180756d4ff52def8ab" |
@@ -8689,6 +8748,15 @@ jest-worker@^26.2.1: |
8689 | 8748 | merge-stream "^2.0.0" |
8690 | 8749 | supports-color "^7.0.0" |
8691 | 8750 |
|
| 8751 | +jest-worker@^26.6.2: |
| 8752 | + version "26.6.2" |
| 8753 | + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-26.6.2.tgz#7f72cbc4d643c365e27b9fd775f9d0eaa9c7a8ed" |
| 8754 | + integrity sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ== |
| 8755 | + dependencies: |
| 8756 | + "@types/node" "*" |
| 8757 | + merge-stream "^2.0.0" |
| 8758 | + supports-color "^7.0.0" |
| 8759 | + |
8692 | 8760 | jest@^26.0.1: |
8693 | 8761 | version "26.0.1" |
8694 | 8762 | resolved "https://registry.yarnpkg.com/jest/-/jest-26.0.1.tgz#5c51a2e58dff7525b65f169721767173bf832694" |
|
0 commit comments