|
1004 | 1004 | jest-runner "^26.0.0"
|
1005 | 1005 | jest-runtime "^26.0.0"
|
1006 | 1006 |
|
1007 |
| -"@jest/transform@^26.0.0": |
1008 |
| - version "26.0.0" |
1009 |
| - resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-26.0.0.tgz#89ec1bb1056155f17811f53b2165f977ef50e457" |
1010 |
| - integrity sha512-HrHIC8OWfBdmS+To8rQ7HaC2y96Uj+1I5pvkAL1hd4gPYXoooHYWBsVKp1eWsWVDeCUBp1iUYgfGCiRgcW9nzw== |
| 1007 | +"@jest/transform@^26.0.0", "@jest/transform@^26.0.1": |
| 1008 | + version "26.0.1" |
| 1009 | + resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-26.0.1.tgz#0e3ecbb34a11cd4b2080ed0a9c4856cf0ceb0639" |
| 1010 | + integrity sha512-pPRkVkAQ91drKGbzCfDOoHN838+FSbYaEAvBXvKuWeeRRUD8FjwXkqfUNUZL6Ke48aA/1cqq/Ni7kVMCoqagWA== |
1011 | 1011 | dependencies:
|
1012 | 1012 | "@babel/core" "^7.1.0"
|
1013 |
| - "@jest/types" "^26.0.0" |
| 1013 | + "@jest/types" "^26.0.1" |
1014 | 1014 | babel-plugin-istanbul "^6.0.0"
|
1015 | 1015 | chalk "^4.0.0"
|
1016 | 1016 | convert-source-map "^1.4.0"
|
1017 | 1017 | fast-json-stable-stringify "^2.0.0"
|
1018 | 1018 | graceful-fs "^4.2.4"
|
1019 |
| - jest-haste-map "^26.0.0" |
| 1019 | + jest-haste-map "^26.0.1" |
1020 | 1020 | jest-regex-util "^26.0.0"
|
1021 |
| - jest-util "^26.0.0" |
| 1021 | + jest-util "^26.0.1" |
1022 | 1022 | micromatch "^4.0.2"
|
1023 | 1023 | pirates "^4.0.1"
|
1024 | 1024 | slash "^3.0.0"
|
1025 | 1025 | source-map "^0.6.1"
|
1026 | 1026 | write-file-atomic "^3.0.0"
|
1027 | 1027 |
|
1028 |
| -"@jest/types@^26.0.0": |
1029 |
| - version "26.0.0" |
1030 |
| - resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.0.0.tgz#1038d628584db5cf40a5e23c7ac41325ad77d4e3" |
1031 |
| - integrity sha512-WKHWVphBgR40bHLFWfsUb6aWDFp1NDY3/IsSVEumt98NHzK4lHfnQuvkt5xB5Be9icWFeWNEFJ5wyIsnAJzwsQ== |
| 1028 | +"@jest/types@^26.0.0", "@jest/types@^26.0.1": |
| 1029 | + version "26.0.1" |
| 1030 | + resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.0.1.tgz#b78333fbd113fa7aec8d39de24f88de8686dac67" |
| 1031 | + integrity sha512-IbtjvqI9+eS1qFnOIEL7ggWmT+iK/U+Vde9cGWtYb/b6XgKb3X44ZAe/z9YZzoAAZ/E92m0DqrilF934IGNnQA== |
1032 | 1032 | dependencies:
|
1033 | 1033 | "@types/istanbul-lib-coverage" "^2.0.0"
|
1034 | 1034 | "@types/istanbul-reports" "^1.1.1"
|
@@ -1713,13 +1713,13 @@ babel-core@^7.0.0-bridge.0:
|
1713 | 1713 | resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
|
1714 | 1714 | integrity sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==
|
1715 | 1715 |
|
1716 |
| -babel-jest@^26.0.0: |
1717 |
| - version "26.0.0" |
1718 |
| - resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-26.0.0.tgz#fa2adcff5313bd89bdf200bfa674fa4babd4f602" |
1719 |
| - integrity sha512-2AtcYOP4xhFn6TkvGmbEArNBcYLm/cTOIXB1a5j2juPOIC2U0nHEouMqYzgnPXgWC+CBK5RmYoGnwRt6eV4E8A== |
| 1716 | +babel-jest@^26.0.0, babel-jest@^26.0.1: |
| 1717 | + version "26.0.1" |
| 1718 | + resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-26.0.1.tgz#450139ce4b6c17174b136425bda91885c397bc46" |
| 1719 | + integrity sha512-Z4GGmSNQ8pX3WS1O+6v3fo41YItJJZsVxG5gIQ+HuB/iuAQBJxMTHTwz292vuYws1LnHfwSRgoqI+nxdy/pcvw== |
1720 | 1720 | dependencies:
|
1721 |
| - "@jest/transform" "^26.0.0" |
1722 |
| - "@jest/types" "^26.0.0" |
| 1721 | + "@jest/transform" "^26.0.1" |
| 1722 | + "@jest/types" "^26.0.1" |
1723 | 1723 | "@types/babel__core" "^7.1.7"
|
1724 | 1724 | babel-plugin-istanbul "^6.0.0"
|
1725 | 1725 | babel-preset-jest "^26.0.0"
|
@@ -4869,6 +4869,26 @@ jest-haste-map@^26.0.0:
|
4869 | 4869 | optionalDependencies:
|
4870 | 4870 | fsevents "^2.1.2"
|
4871 | 4871 |
|
| 4872 | +jest-haste-map@^26.0.1: |
| 4873 | + version "26.0.1" |
| 4874 | + resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-26.0.1.tgz#40dcc03c43ac94d25b8618075804d09cd5d49de7" |
| 4875 | + integrity sha512-J9kBl/EdjmDsvyv7CiyKY5+DsTvVOScenprz/fGqfLg/pm1gdjbwwQ98nW0t+OIt+f+5nAVaElvn/6wP5KO7KA== |
| 4876 | + dependencies: |
| 4877 | + "@jest/types" "^26.0.1" |
| 4878 | + "@types/graceful-fs" "^4.1.2" |
| 4879 | + anymatch "^3.0.3" |
| 4880 | + fb-watchman "^2.0.0" |
| 4881 | + graceful-fs "^4.2.4" |
| 4882 | + jest-serializer "^26.0.0" |
| 4883 | + jest-util "^26.0.1" |
| 4884 | + jest-worker "^26.0.0" |
| 4885 | + micromatch "^4.0.2" |
| 4886 | + sane "^4.0.3" |
| 4887 | + walker "^1.0.7" |
| 4888 | + which "^2.0.2" |
| 4889 | + optionalDependencies: |
| 4890 | + fsevents "^2.1.2" |
| 4891 | + |
4872 | 4892 | jest-jasmine2@^26.0.0:
|
4873 | 4893 | version "26.0.0"
|
4874 | 4894 | resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-26.0.0.tgz#c6bce1bd1512359e3c65b6fd7f49276f9184b7e2"
|
@@ -5067,6 +5087,17 @@ jest-util@^26.0.0:
|
5067 | 5087 | is-ci "^2.0.0"
|
5068 | 5088 | make-dir "^3.0.0"
|
5069 | 5089 |
|
| 5090 | +jest-util@^26.0.1: |
| 5091 | + version "26.0.1" |
| 5092 | + resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.0.1.tgz#72c4c51177b695fdd795ca072a6f94e3d7cef00a" |
| 5093 | + integrity sha512-byQ3n7ad1BO/WyFkYvlWQHTsomB6GIewBh8tlGtusiylAlaxQ1UpS0XYH0ngOyhZuHVLN79Qvl6/pMiDMSSG1g== |
| 5094 | + dependencies: |
| 5095 | + "@jest/types" "^26.0.1" |
| 5096 | + chalk "^4.0.0" |
| 5097 | + graceful-fs "^4.2.4" |
| 5098 | + is-ci "^2.0.0" |
| 5099 | + make-dir "^3.0.0" |
| 5100 | + |
5070 | 5101 | jest-validate@^26.0.0:
|
5071 | 5102 | version "26.0.0"
|
5072 | 5103 | resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-26.0.0.tgz#16d91418a41c48826ecdea0b9bbb4dc0f7974435"
|
|
0 commit comments