Skip to content

Commit fc050b7

Browse files
chore: update dependency ts-jest to v26.4.0 (#2138)
Co-authored-by: Renovate Bot <[email protected]>
1 parent a270817 commit fc050b7

File tree

2 files changed

+36
-30
lines changed

2 files changed

+36
-30
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"lerna-v3": "npm:lerna@3",
9494
"lint-staged": "10.4.0",
9595
"prettier": "^2.0.5",
96-
"ts-jest": "26.3.0",
96+
"ts-jest": "26.4.0",
9797
"typescript": "4.0.3"
9898
},
9999
"husky": {

yarn.lock

+35-29
Original file line numberDiff line numberDiff line change
@@ -1381,13 +1381,14 @@
13811381
"@types/yargs" "^15.0.0"
13821382
chalk "^3.0.0"
13831383

1384-
"@jest/types@^26.1.0":
1385-
version "26.1.0"
1386-
resolved "https://registry.npmjs.org/@jest/types/-/types-26.1.0.tgz#f8afaaaeeb23b5cad49dd1f7779689941dcb6057"
1387-
integrity sha512-GXigDDsp6ZlNMhXQDeuy/iYCDsRIHJabWtDzvnn36+aqFfG14JmFV0e/iXxY4SP9vbXSiPNOWdehU5MeqrYHBQ==
1384+
"@jest/types@^26.3.0":
1385+
version "26.3.0"
1386+
resolved "https://registry.npmjs.org/@jest/types/-/types-26.3.0.tgz#97627bf4bdb72c55346eef98e3b3f7ddc4941f71"
1387+
integrity sha512-BDPG23U0qDeAvU4f99haztXwdAg3hz4El95LkAM+tHAqqhiVzRpEGHHU8EDxT/AnxOrA65YjLBwDahdJ9pTLJQ==
13881388
dependencies:
13891389
"@types/istanbul-lib-coverage" "^2.0.0"
1390-
"@types/istanbul-reports" "^1.1.1"
1390+
"@types/istanbul-reports" "^3.0.0"
1391+
"@types/node" "*"
13911392
"@types/yargs" "^15.0.0"
13921393
chalk "^4.0.0"
13931394

@@ -2277,6 +2278,13 @@
22772278
"@types/istanbul-lib-coverage" "*"
22782279
"@types/istanbul-lib-report" "*"
22792280

2281+
"@types/istanbul-reports@^3.0.0":
2282+
version "3.0.0"
2283+
resolved "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz#508b13aa344fa4976234e75dddcc34925737d821"
2284+
integrity sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==
2285+
dependencies:
2286+
"@types/istanbul-lib-report" "*"
2287+
22802288
22812289
version "26.0.14"
22822290
resolved "https://registry.npmjs.org/@types/jest/-/jest-26.0.14.tgz#078695f8f65cb55c5a98450d65083b2b73e5a3f3"
@@ -6456,17 +6464,6 @@ jest-snapshot@^25.1.0:
64566464
pretty-format "^25.1.0"
64576465
semver "^7.1.1"
64586466

6459-
6460-
version "26.1.0"
6461-
resolved "https://registry.npmjs.org/jest-util/-/jest-util-26.1.0.tgz#80e85d4ba820decacf41a691c2042d5276e5d8d8"
6462-
integrity sha512-rNMOwFQevljfNGvbzNQAxdmXQ+NawW/J72dmddsK0E8vgxXCMtwQ/EH0BiWEIxh0hhMcTsxwAxINt7Lh46Uzbg==
6463-
dependencies:
6464-
"@jest/types" "^26.1.0"
6465-
chalk "^4.0.0"
6466-
graceful-fs "^4.2.4"
6467-
is-ci "^2.0.0"
6468-
micromatch "^4.0.2"
6469-
64706467
jest-util@^25.1.0:
64716468
version "25.1.0"
64726469
resolved "https://registry.npmjs.org/jest-util/-/jest-util-25.1.0.tgz#7bc56f7b2abd534910e9fa252692f50624c897d9"
@@ -6477,6 +6474,18 @@ jest-util@^25.1.0:
64776474
is-ci "^2.0.0"
64786475
mkdirp "^0.5.1"
64796476

6477+
jest-util@^26.1.0:
6478+
version "26.3.0"
6479+
resolved "https://registry.npmjs.org/jest-util/-/jest-util-26.3.0.tgz#a8974b191df30e2bf523ebbfdbaeb8efca535b3e"
6480+
integrity sha512-4zpn6bwV0+AMFN0IYhH/wnzIQzRaYVrz1A8sYnRnj4UXDXbOVtWmlaZkO9mipFqZ13okIfN87aDoJWB7VH6hcw==
6481+
dependencies:
6482+
"@jest/types" "^26.3.0"
6483+
"@types/node" "*"
6484+
chalk "^4.0.0"
6485+
graceful-fs "^4.2.4"
6486+
is-ci "^2.0.0"
6487+
micromatch "^4.0.2"
6488+
64806489
jest-validate@^25.1.0:
64816490
version "25.1.0"
64826491
resolved "https://registry.npmjs.org/jest-validate/-/jest-validate-25.1.0.tgz#1469fa19f627bb0a9a98e289f3e9ab6a668c732a"
@@ -9887,22 +9896,22 @@ trim-off-newlines@^1.0.0:
98879896
resolved "https://registry.npmjs.org/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
98889897
integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
98899898

9890-
ts-jest@26.3.0:
9891-
version "26.3.0"
9892-
resolved "https://registry.npmjs.org/ts-jest/-/ts-jest-26.3.0.tgz#6b2845045347dce394f069bb59358253bc1338a9"
9893-
integrity sha512-Jq2uKfx6bPd9+JDpZNMBJMdMQUC3sJ08acISj8NXlVgR2d5OqslEHOR2KHMgwymu8h50+lKIm0m0xj/ioYdW2Q==
9899+
ts-jest@26.4.0:
9900+
version "26.4.0"
9901+
resolved "https://registry.npmjs.org/ts-jest/-/ts-jest-26.4.0.tgz#903c7827f3d3bc33efc2f91be294b164400c32e3"
9902+
integrity sha512-ofBzoCqf6Nv/PoWb/ByV3VNKy2KJSikamOBxvR3E6eVdIw10GwAXoyvMWXXjZJK2s6S27ZE8fI+JBTnGaovl6Q==
98949903
dependencies:
98959904
"@types/jest" "26.x"
98969905
bs-logger "0.x"
98979906
buffer-from "1.x"
98989907
fast-json-stable-stringify "2.x"
9899-
jest-util "26.x"
9908+
jest-util "^26.1.0"
99009909
json5 "2.x"
99019910
lodash.memoize "4.x"
99029911
make-error "1.x"
99039912
mkdirp "1.x"
99049913
semver "7.x"
9905-
yargs-parser "18.x"
9914+
yargs-parser "20.x"
99069915

99079916
tsconfig-paths@^3.9.0:
99089917
version "3.9.0"
@@ -10507,13 +10516,10 @@ yargonaut@^1.1.2:
1050710516
figlet "^1.1.1"
1050810517
parent-require "^1.0.0"
1050910518

10510-
10511-
version "18.1.3"
10512-
resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0"
10513-
integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==
10514-
dependencies:
10515-
camelcase "^5.0.0"
10516-
decamelize "^1.2.0"
10519+
10520+
version "20.1.0"
10521+
resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.1.0.tgz#9abade5095ac4391156496743e60d5ec9a5b486c"
10522+
integrity sha512-RV4YEjMLfjWkK9jNV/aZytlJ5uz+JBk7t29FofILa41jJAU/yCwghgsjH2xT0h7eu7b6MrCDJb1qZjeDJ/jI1w==
1051710523

1051810524
yargs-parser@^10.0.0:
1051910525
version "10.1.0"

0 commit comments

Comments
 (0)