|
554 | 554 | "@types/yargs" "^15.0.0"
|
555 | 555 | chalk "^3.0.0"
|
556 | 556 |
|
557 |
| -"@jest/types@^26.1.0": |
558 |
| - version "26.1.0" |
559 |
| - resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.1.0.tgz#f8afaaaeeb23b5cad49dd1f7779689941dcb6057" |
560 |
| - integrity sha512-GXigDDsp6ZlNMhXQDeuy/iYCDsRIHJabWtDzvnn36+aqFfG14JmFV0e/iXxY4SP9vbXSiPNOWdehU5MeqrYHBQ== |
561 |
| - dependencies: |
562 |
| - "@types/istanbul-lib-coverage" "^2.0.0" |
563 |
| - "@types/istanbul-reports" "^1.1.1" |
564 |
| - "@types/yargs" "^15.0.0" |
565 |
| - chalk "^4.0.0" |
566 |
| - |
567 | 557 | "@jest/types@^26.3.0":
|
568 | 558 | version "26.3.0"
|
569 | 559 | resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.3.0.tgz#97627bf4bdb72c55346eef98e3b3f7ddc4941f71"
|
|
818 | 808 | dependencies:
|
819 | 809 | "@types/istanbul-lib-report" "*"
|
820 | 810 |
|
821 |
| -"@types/jest@^26.0.0": |
822 |
| - version "26.0.8" |
823 |
| - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.8.tgz#f5c5559cf25911ce227f7ce30f1f160f24966369" |
824 |
| - integrity sha512-eo3VX9jGASSuv680D4VQ89UmuLZneNxv2MCZjfwlInav05zXVJTzfc//lavdV0GPwSxsXJTy2jALscB7Acqg0g== |
| 811 | +"@types/jest@26.x", "@types/jest@^26.0.0": |
| 812 | + version "26.0.9" |
| 813 | + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.9.tgz#0543b57da5f0cd949c5f423a00c56c492289c989" |
| 814 | + integrity sha512-k4qFfJ5AUKrWok5KYXp2EPm89b0P/KZpl7Vg4XuOTVVQEhLDBDBU3iBFrjjdgd8fLw96aAtmnwhXHl63bWeBQQ== |
825 | 815 | dependencies:
|
826 | 816 | jest-diff "^25.2.1"
|
827 | 817 | pretty-format "^25.2.1"
|
@@ -4167,18 +4157,7 @@ jest-snapshot@^26.3.0:
|
4167 | 4157 | pretty-format "^26.3.0"
|
4168 | 4158 | semver "^7.3.2"
|
4169 | 4159 |
|
4170 |
| - |
4171 |
| - version "26.1.0" |
4172 |
| - resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.1.0.tgz#80e85d4ba820decacf41a691c2042d5276e5d8d8" |
4173 |
| - integrity sha512-rNMOwFQevljfNGvbzNQAxdmXQ+NawW/J72dmddsK0E8vgxXCMtwQ/EH0BiWEIxh0hhMcTsxwAxINt7Lh46Uzbg== |
4174 |
| - dependencies: |
4175 |
| - "@jest/types" "^26.1.0" |
4176 |
| - chalk "^4.0.0" |
4177 |
| - graceful-fs "^4.2.4" |
4178 |
| - is-ci "^2.0.0" |
4179 |
| - micromatch "^4.0.2" |
4180 |
| - |
4181 |
| -jest-util@^26.3.0: |
| 4160 | +[email protected], jest-util@^26.3.0: |
4182 | 4161 | version "26.3.0"
|
4183 | 4162 | resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.3.0.tgz#a8974b191df30e2bf523ebbfdbaeb8efca535b3e"
|
4184 | 4163 | integrity sha512-4zpn6bwV0+AMFN0IYhH/wnzIQzRaYVrz1A8sYnRnj4UXDXbOVtWmlaZkO9mipFqZ13okIfN87aDoJWB7VH6hcw==
|
@@ -7115,10 +7094,11 @@ trim-right@^1.0.1:
|
7115 | 7094 | integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
|
7116 | 7095 |
|
7117 | 7096 | ts-jest@^26.1.0:
|
7118 |
| - version "26.1.4" |
7119 |
| - resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.1.4.tgz#87d41a96016a8efe4b8cc14501d3785459af6fa6" |
7120 |
| - integrity sha512-Nd7diUX6NZWfWq6FYyvcIPR/c7GbEF75fH1R6coOp3fbNzbRJBZZAn0ueVS0r8r9ral1VcrpneAFAwB3TsVS1Q== |
| 7097 | + version "26.2.0" |
| 7098 | + resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.2.0.tgz#7ec22faceb05ee1467fdb5265d1b33c27441f163" |
| 7099 | + integrity sha512-9+y2qwzXdAImgLSYLXAb/Rhq9+K4rbt0417b8ai987V60g2uoNWBBmMkYgutI7D8Zhu+IbCSHbBtrHxB9d7xyA== |
7121 | 7100 | dependencies:
|
| 7101 | + "@types/jest" "26.x" |
7122 | 7102 | bs-logger "0.x"
|
7123 | 7103 | buffer-from "1.x"
|
7124 | 7104 | fast-json-stable-stringify "2.x"
|
|
0 commit comments