|
846 | 846 | dependencies:
|
847 | 847 | "@types/istanbul-lib-report" "*"
|
848 | 848 |
|
849 |
| - |
850 |
| - version "26.0.14" |
851 |
| - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.14.tgz#078695f8f65cb55c5a98450d65083b2b73e5a3f3" |
852 |
| - integrity sha512-Hz5q8Vu0D288x3iWXePSn53W7hAjP0H7EQ6QvDO9c7t46mR0lNOLlfuwQ+JkVxuhygHzlzPX+0jKdA3ZgSh+Vg== |
853 |
| - dependencies: |
854 |
| - jest-diff "^25.2.1" |
855 |
| - pretty-format "^25.2.1" |
856 |
| - |
857 |
| - |
| 849 | + |
858 | 850 | version "26.0.14"
|
859 | 851 | resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.14.tgz#078695f8f65cb55c5a98450d65083b2b73e5a3f3"
|
860 | 852 | integrity sha512-Hz5q8Vu0D288x3iWXePSn53W7hAjP0H7EQ6QvDO9c7t46mR0lNOLlfuwQ+JkVxuhygHzlzPX+0jKdA3ZgSh+Vg==
|
@@ -4365,11 +4357,6 @@ lodash.isstring@^4.0.1:
|
4365 | 4357 | resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
|
4366 | 4358 | integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
|
4367 | 4359 |
|
4368 |
| - |
4369 |
| - version "4.1.2" |
4370 |
| - resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe" |
4371 |
| - integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4= |
4372 |
| - |
4373 | 4360 | lodash.sortby@^4.7.0:
|
4374 | 4361 | version "4.7.0"
|
4375 | 4362 | resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
|
@@ -4400,6 +4387,11 @@ lodash.without@~4.4.0:
|
4400 | 4387 | resolved "https://registry.yarnpkg.com/lodash.without/-/lodash.without-4.4.0.tgz#3cd4574a00b67bae373a94b748772640507b7aac"
|
4401 | 4388 | integrity sha1-PNRXSgC2e643OpS3SHcmQFB7eqw=
|
4402 | 4389 |
|
| 4390 | + |
| 4391 | + version "4.17.20" |
| 4392 | + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52" |
| 4393 | + integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA== |
| 4394 | + |
4403 | 4395 | lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.4:
|
4404 | 4396 | version "4.17.15"
|
4405 | 4397 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
|
@@ -6918,18 +6910,18 @@ trim-off-newlines@^1.0.0:
|
6918 | 6910 | resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
|
6919 | 6911 | integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
|
6920 | 6912 |
|
6921 |
| -ts-jest@26.4.1: |
6922 |
| - version "26.4.1" |
6923 |
| - resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.4.1.tgz#08ec0d3fc2c3a39e4a46eae5610b69fafa6babd0" |
6924 |
| - integrity sha512-F4aFq01aS6mnAAa0DljNmKr/Kk9y4HVZ1m6/rtJ0ED56cuxINGq3Q9eVAh+z5vcYKe5qnTMvv90vE8vUMFxomg== |
| 6913 | +ts-jest@26.5.1: |
| 6914 | + version "26.5.1" |
| 6915 | + resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.5.1.tgz#4d53ee4481552f57c1624f0bd3425c8b17996150" |
| 6916 | + integrity sha512-G7Rmo3OJMvlqE79amJX8VJKDiRcd7/r61wh9fnvvG8cAjhA9edklGw/dCxRSQmfZ/z8NDums5srSVgwZos1qfg== |
6925 | 6917 | dependencies:
|
6926 | 6918 | "@types/jest" "26.x"
|
6927 | 6919 | bs-logger "0.x"
|
6928 | 6920 | buffer-from "1.x"
|
6929 | 6921 | fast-json-stable-stringify "2.x"
|
6930 | 6922 | jest-util "^26.1.0"
|
6931 | 6923 | json5 "2.x"
|
6932 |
| - lodash.memoize "4.x" |
| 6924 | + lodash "4.x" |
6933 | 6925 | make-error "1.x"
|
6934 | 6926 | mkdirp "1.x"
|
6935 | 6927 | semver "7.x"
|
|
0 commit comments