Skip to content

Commit 1dbc965

Browse files
committed
chore: update dependency ts-jest to v26.1.2
1 parent 751f39f commit 1dbc965

File tree

2 files changed

+36
-15
lines changed

2 files changed

+36
-15
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"lerna-v3": "npm:lerna@3",
9595
"lint-staged": "10.2.11",
9696
"prettier": "1.17.1",
97-
"ts-jest": "26.1.1",
97+
"ts-jest": "26.1.2",
9898
"typescript": "3.8.2"
9999
},
100100
"husky": {

yarn.lock

+35-14
Original file line numberDiff line numberDiff line change
@@ -1338,6 +1338,16 @@
13381338
"@types/yargs" "^15.0.0"
13391339
chalk "^3.0.0"
13401340

1341+
"@jest/types@^26.1.0":
1342+
version "26.1.0"
1343+
resolved "https://registry.npmjs.org/@jest/types/-/types-26.1.0.tgz#f8afaaaeeb23b5cad49dd1f7779689941dcb6057"
1344+
integrity sha512-GXigDDsp6ZlNMhXQDeuy/iYCDsRIHJabWtDzvnn36+aqFfG14JmFV0e/iXxY4SP9vbXSiPNOWdehU5MeqrYHBQ==
1345+
dependencies:
1346+
"@types/istanbul-lib-coverage" "^2.0.0"
1347+
"@types/istanbul-reports" "^1.1.1"
1348+
"@types/yargs" "^15.0.0"
1349+
chalk "^4.0.0"
1350+
13411351
13421352
version "3.20.0"
13431353
resolved "https://registry.npmjs.org/@lerna/add/-/add-3.20.0.tgz#bea7edf36fc93fb72ec34cb9ba854c48d4abf309"
@@ -5818,7 +5828,7 @@ got@^9.6.0:
58185828
to-readable-stream "^1.0.0"
58195829
url-parse-lax "^3.0.0"
58205830

5821-
graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0:
5831+
graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4:
58225832
version "4.2.4"
58235833
resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb"
58245834
integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==
@@ -6966,6 +6976,17 @@ jest-snapshot@^25.1.0:
69666976
pretty-format "^25.1.0"
69676977
semver "^7.1.1"
69686978

6979+
6980+
version "26.1.0"
6981+
resolved "https://registry.npmjs.org/jest-util/-/jest-util-26.1.0.tgz#80e85d4ba820decacf41a691c2042d5276e5d8d8"
6982+
integrity sha512-rNMOwFQevljfNGvbzNQAxdmXQ+NawW/J72dmddsK0E8vgxXCMtwQ/EH0BiWEIxh0hhMcTsxwAxINt7Lh46Uzbg==
6983+
dependencies:
6984+
"@jest/types" "^26.1.0"
6985+
chalk "^4.0.0"
6986+
graceful-fs "^4.2.4"
6987+
is-ci "^2.0.0"
6988+
micromatch "^4.0.2"
6989+
69696990
jest-util@^25.1.0:
69706991
version "25.1.0"
69716992
resolved "https://registry.npmjs.org/jest-util/-/jest-util-25.1.0.tgz#7bc56f7b2abd534910e9fa252692f50624c897d9"
@@ -7739,14 +7760,6 @@ merge@^1.2.1:
77397760
resolved "https://registry.npmjs.org/merge/-/merge-1.2.1.tgz#38bebf80c3220a8a487b6fcfb3941bb11720c145"
77407761
integrity sha512-VjFo4P5Whtj4vsLzsYBu5ayHhoHJ0UqNm7ibvShmbmoz7tGi0vXaoJbGdB+GmDMLUdg8DpQXEIeVDAe8MaABvQ==
77417762

7742-
[email protected], micromatch@^4.0.2:
7743-
version "4.0.2"
7744-
resolved "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz#4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259"
7745-
integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==
7746-
dependencies:
7747-
braces "^3.0.1"
7748-
picomatch "^2.0.5"
7749-
77507763
micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4:
77517764
version "3.1.10"
77527765
resolved "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
@@ -7766,6 +7779,14 @@ micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4:
77667779
snapdragon "^0.8.1"
77677780
to-regex "^3.0.2"
77687781

7782+
micromatch@^4.0.2:
7783+
version "4.0.2"
7784+
resolved "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz#4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259"
7785+
integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==
7786+
dependencies:
7787+
braces "^3.0.1"
7788+
picomatch "^2.0.5"
7789+
77697790
77707791
version "1.42.0"
77717792
resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.42.0.tgz#3e252907b4c7adb906597b4b65636272cf9e7bac"
@@ -10535,18 +10556,18 @@ trim-off-newlines@^1.0.0:
1053510556
resolved "https://registry.npmjs.org/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
1053610557
integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
1053710558

10538-
10539-
version "26.1.1"
10540-
resolved "https://registry.npmjs.org/ts-jest/-/ts-jest-26.1.1.tgz#b98569b8a4d4025d966b3d40c81986dd1c510f8d"
10541-
integrity sha512-Lk/357quLg5jJFyBQLnSbhycnB3FPe+e9i7ahxokyXxAYoB0q1pPmqxxRPYr4smJic1Rjcf7MXDBhZWgxlli0A==
10559+
10560+
version "26.1.2"
10561+
resolved "https://registry.npmjs.org/ts-jest/-/ts-jest-26.1.2.tgz#dd2e832ffae9cb803361483b6a3010a6413dc475"
10562+
integrity sha512-V4SyBDO9gOdEh+AF4KtXJeP+EeI4PkOrxcA8ptl4o8nCXUVM5Gg/8ngGKneS5BsZaR9DXVQNqj9k+iqGAnpGow==
1054210563
dependencies:
1054310564
bs-logger "0.x"
1054410565
buffer-from "1.x"
1054510566
fast-json-stable-stringify "2.x"
10567+
jest-util "26.x"
1054610568
json5 "2.x"
1054710569
lodash.memoize "4.x"
1054810570
make-error "1.x"
10549-
micromatch "4.x"
1055010571
mkdirp "1.x"
1055110572
semver "7.x"
1055210573
yargs-parser "18.x"

0 commit comments

Comments
 (0)