|
1049 | 1049 | jest-runner "^26.2.2" |
1050 | 1050 | jest-runtime "^26.2.2" |
1051 | 1051 |
|
1052 | | -"@jest/transform@^26.1.0": |
1053 | | - version "26.1.0" |
1054 | | - resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-26.1.0.tgz#697f48898c2a2787c9b4cb71d09d7e617464e509" |
1055 | | - integrity sha512-ICPm6sUXmZJieq45ix28k0s+d/z2E8CHDsq+WwtWI6kW8m7I8kPqarSEcUN86entHQ570ZBRci5OWaKL0wlAWw== |
1056 | | - dependencies: |
1057 | | - "@babel/core" "^7.1.0" |
1058 | | - "@jest/types" "^26.1.0" |
1059 | | - babel-plugin-istanbul "^6.0.0" |
1060 | | - chalk "^4.0.0" |
1061 | | - convert-source-map "^1.4.0" |
1062 | | - fast-json-stable-stringify "^2.0.0" |
1063 | | - graceful-fs "^4.2.4" |
1064 | | - jest-haste-map "^26.1.0" |
1065 | | - jest-regex-util "^26.0.0" |
1066 | | - jest-util "^26.1.0" |
1067 | | - micromatch "^4.0.2" |
1068 | | - pirates "^4.0.1" |
1069 | | - slash "^3.0.0" |
1070 | | - source-map "^0.6.1" |
1071 | | - write-file-atomic "^3.0.0" |
1072 | | - |
1073 | 1052 | "@jest/transform@^26.2.2": |
1074 | 1053 | version "26.2.2" |
1075 | 1054 | resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-26.2.2.tgz#86c005c8d5d749ac54d8df53ea58675fffe7a97e" |
|
1091 | 1070 | source-map "^0.6.1" |
1092 | 1071 | write-file-atomic "^3.0.0" |
1093 | 1072 |
|
1094 | | -"@jest/types@^26.1.0": |
1095 | | - version "26.1.0" |
1096 | | - resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.1.0.tgz#f8afaaaeeb23b5cad49dd1f7779689941dcb6057" |
1097 | | - integrity sha512-GXigDDsp6ZlNMhXQDeuy/iYCDsRIHJabWtDzvnn36+aqFfG14JmFV0e/iXxY4SP9vbXSiPNOWdehU5MeqrYHBQ== |
1098 | | - dependencies: |
1099 | | - "@types/istanbul-lib-coverage" "^2.0.0" |
1100 | | - "@types/istanbul-reports" "^1.1.1" |
1101 | | - "@types/yargs" "^15.0.0" |
1102 | | - chalk "^4.0.0" |
1103 | | - |
1104 | | -"@jest/types@^26.2.0": |
| 1073 | +"@jest/types@^26.1.0", "@jest/types@^26.2.0": |
1105 | 1074 | version "26.2.0" |
1106 | 1075 | resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.2.0.tgz#b28ca1fb517a4eb48c0addea7fcd9edc4ab45721" |
1107 | 1076 | integrity sha512-lvm3rJvctxd7+wxKSxxbzpDbr4FXDLaC57WEKdUIZ2cjTYuxYSc0zlyD7Z4Uqr5VdKxRUrtwIkiqBuvgf8uKJA== |
@@ -1497,21 +1466,7 @@ axios@^0.19.2: |
1497 | 1466 | dependencies: |
1498 | 1467 | follow-redirects "1.5.10" |
1499 | 1468 |
|
1500 | | -babel-jest@^26.1.0: |
1501 | | - version "26.1.0" |
1502 | | - resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-26.1.0.tgz#b20751185fc7569a0f135730584044d1cb934328" |
1503 | | - integrity sha512-Nkqgtfe7j6PxLO6TnCQQlkMm8wdTdnIF8xrdpooHCuD5hXRzVEPbPneTJKknH5Dsv3L8ip9unHDAp48YQ54Dkg== |
1504 | | - dependencies: |
1505 | | - "@jest/transform" "^26.1.0" |
1506 | | - "@jest/types" "^26.1.0" |
1507 | | - "@types/babel__core" "^7.1.7" |
1508 | | - babel-plugin-istanbul "^6.0.0" |
1509 | | - babel-preset-jest "^26.1.0" |
1510 | | - chalk "^4.0.0" |
1511 | | - graceful-fs "^4.2.4" |
1512 | | - slash "^3.0.0" |
1513 | | - |
1514 | | -babel-jest@^26.2.2: |
| 1469 | +babel-jest@^26.1.0, babel-jest@^26.2.2: |
1515 | 1470 | version "26.2.2" |
1516 | 1471 | resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-26.2.2.tgz#70f618f2d7016ed71b232241199308985462f812" |
1517 | 1472 | integrity sha512-JmLuePHgA+DSOdOL8lPxCgD2LhPPm+rdw1vnxR73PpIrnmKCS2/aBhtkAcxQWuUcW2hBrH8MJ3LKXE7aWpNZyA== |
@@ -1543,16 +1498,6 @@ babel-plugin-istanbul@^6.0.0: |
1543 | 1498 | istanbul-lib-instrument "^4.0.0" |
1544 | 1499 | test-exclude "^6.0.0" |
1545 | 1500 |
|
1546 | | -babel-plugin-jest-hoist@^26.1.0: |
1547 | | - version "26.1.0" |
1548 | | - resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-26.1.0.tgz#c6a774da08247a28285620a64dfadbd05dd5233a" |
1549 | | - integrity sha512-qhqLVkkSlqmC83bdMhM8WW4Z9tB+JkjqAqlbbohS9sJLT5Ha2vfzuKqg5yenXrAjOPG2YC0WiXdH3a9PvB+YYw== |
1550 | | - dependencies: |
1551 | | - "@babel/template" "^7.3.3" |
1552 | | - "@babel/types" "^7.3.3" |
1553 | | - "@types/babel__core" "^7.0.0" |
1554 | | - "@types/babel__traverse" "^7.0.6" |
1555 | | - |
1556 | 1501 | babel-plugin-jest-hoist@^26.2.0: |
1557 | 1502 | version "26.2.0" |
1558 | 1503 | resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-26.2.0.tgz#bdd0011df0d3d513e5e95f76bd53b51147aca2dd" |
@@ -1580,14 +1525,6 @@ babel-preset-current-node-syntax@^0.1.2: |
1580 | 1525 | "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" |
1581 | 1526 | "@babel/plugin-syntax-optional-chaining" "^7.8.3" |
1582 | 1527 |
|
1583 | | -babel-preset-jest@^26.1.0: |
1584 | | - version "26.1.0" |
1585 | | - resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-26.1.0.tgz#612f714e5b457394acfd863793c564cbcdb7d1c1" |
1586 | | - integrity sha512-na9qCqFksknlEj5iSdw1ehMVR06LCCTkZLGKeEtxDDdhg8xpUF09m29Kvh1pRbZ07h7AQ5ttLYUwpXL4tO6w7w== |
1587 | | - dependencies: |
1588 | | - babel-plugin-jest-hoist "^26.1.0" |
1589 | | - babel-preset-current-node-syntax "^0.1.2" |
1590 | | - |
1591 | 1528 | babel-preset-jest@^26.2.0: |
1592 | 1529 | version "26.2.0" |
1593 | 1530 | resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-26.2.0.tgz#f198201a4e543a43eb40bc481e19736e095fd3e0" |
@@ -3294,26 +3231,6 @@ jest-get-type@^26.0.0: |
3294 | 3231 | resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-26.0.0.tgz#381e986a718998dbfafcd5ec05934be538db4039" |
3295 | 3232 | integrity sha512-zRc1OAPnnws1EVfykXOj19zo2EMw5Hi6HLbFCSjpuJiXtOWAYIjNsHVSbpQ8bDX7L5BGYGI8m+HmKdjHYFF0kg== |
3296 | 3233 |
|
3297 | | -jest-haste-map@^26.1.0: |
3298 | | - version "26.1.0" |
3299 | | - resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-26.1.0.tgz#ef31209be73f09b0d9445e7d213e1b53d0d1476a" |
3300 | | - integrity sha512-WeBS54xCIz9twzkEdm6+vJBXgRBQfdbbXD0dk8lJh7gLihopABlJmIQFdWSDDtuDe4PRiObsjZSUjbJ1uhWEpA== |
3301 | | - dependencies: |
3302 | | - "@jest/types" "^26.1.0" |
3303 | | - "@types/graceful-fs" "^4.1.2" |
3304 | | - anymatch "^3.0.3" |
3305 | | - fb-watchman "^2.0.0" |
3306 | | - graceful-fs "^4.2.4" |
3307 | | - jest-serializer "^26.1.0" |
3308 | | - jest-util "^26.1.0" |
3309 | | - jest-worker "^26.1.0" |
3310 | | - micromatch "^4.0.2" |
3311 | | - sane "^4.0.3" |
3312 | | - walker "^1.0.7" |
3313 | | - which "^2.0.2" |
3314 | | - optionalDependencies: |
3315 | | - fsevents "^2.1.2" |
3316 | | - |
3317 | 3234 | jest-haste-map@^26.2.2: |
3318 | 3235 | version "26.2.2" |
3319 | 3236 | resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-26.2.2.tgz#6d4267b1903854bfdf6a871419f35a82f03ae71e" |
@@ -3504,13 +3421,6 @@ jest-runtime@^26.2.2: |
3504 | 3421 | strip-bom "^4.0.0" |
3505 | 3422 | yargs "^15.3.1" |
3506 | 3423 |
|
3507 | | -jest-serializer@^26.1.0: |
3508 | | - version "26.1.0" |
3509 | | - resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-26.1.0.tgz#72a394531fc9b08e173dc7d297440ac610d95022" |
3510 | | - integrity sha512-eqZOQG/0+MHmr25b2Z86g7+Kzd5dG9dhCiUoyUNJPgiqi38DqbDEOlHcNijyfZoj74soGBohKBZuJFS18YTJ5w== |
3511 | | - dependencies: |
3512 | | - graceful-fs "^4.2.4" |
3513 | | - |
3514 | 3424 | jest-serializer@^26.2.0: |
3515 | 3425 | version "26.2.0" |
3516 | 3426 | resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-26.2.0.tgz#92dcae5666322410f4bf50211dd749274959ddac" |
@@ -3613,7 +3523,7 @@ jest-watcher@^26.2.0: |
3613 | 3523 | jest-util "^26.2.0" |
3614 | 3524 | string-length "^4.0.1" |
3615 | 3525 |
|
3616 | | -jest-worker@^26.0.0, jest-worker@^26.1.0: |
| 3526 | +jest-worker@^26.0.0: |
3617 | 3527 | version "26.1.0" |
3618 | 3528 | resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-26.1.0.tgz#65d5641af74e08ccd561c240e7db61284f82f33d" |
3619 | 3529 | integrity sha512-Z9P5pZ6UC+kakMbNJn+tA2RdVdNX5WH1x+5UCBZ9MxIK24pjYtFt96fK+UwBTrjLYm232g1xz0L3eTh51OW+yQ== |
|
0 commit comments