Skip to content

Commit 5baf577

Browse files
chore: update dependency ts-jest to v26.5.3 (#2491)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 9091440 commit 5baf577

File tree

2 files changed

+5
-62
lines changed

2 files changed

+5
-62
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"lerna": "^4.0.0",
101101
"lint-staged": "10.5.4",
102102
"prettier": "^2.0.5",
103-
"ts-jest": "26.5.2",
103+
"ts-jest": "26.5.3",
104104
"typescript": "4.2.2"
105105
},
106106
"resolutions": {

yarn.lock

+4-61
Original file line numberDiff line numberDiff line change
@@ -1197,16 +1197,6 @@
11971197
source-map "^0.6.1"
11981198
write-file-atomic "^3.0.0"
11991199

1200-
"@jest/types@^25.5.0":
1201-
version "25.5.0"
1202-
resolved "https://registry.npmjs.org/@jest/types/-/types-25.5.0.tgz#4d6a4793f7b9599fc3680877b856a97dbccf2a9d"
1203-
integrity sha512-OXD0RgQ86Tu3MazKo8bnrkDRaDXXMGUqd+kTtLtK1Zb7CRzQcaSRPPPV37SvYTdevXEBVxe0HXylEjs8ibkmCw==
1204-
dependencies:
1205-
"@types/istanbul-lib-coverage" "^2.0.0"
1206-
"@types/istanbul-reports" "^1.1.1"
1207-
"@types/yargs" "^15.0.0"
1208-
chalk "^3.0.0"
1209-
12101200
"@jest/types@^26.3.0":
12111201
version "26.3.0"
12121202
resolved "https://registry.npmjs.org/@jest/types/-/types-26.3.0.tgz#97627bf4bdb72c55346eef98e3b3f7ddc4941f71"
@@ -2203,14 +2193,6 @@
22032193
dependencies:
22042194
"@types/istanbul-lib-coverage" "*"
22052195

2206-
"@types/istanbul-reports@^1.1.1":
2207-
version "1.1.1"
2208-
resolved "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-1.1.1.tgz#7a8cbf6a406f36c8add871625b278eaf0b0d255a"
2209-
integrity sha512-UpYjBi8xefVChsCoBpKShdxTllC9pwISirfoZsUa2AAdQg/Jd2KQGtSbw+ya7GPo7x/wAPlH6JBhKhAsXUEZNA==
2210-
dependencies:
2211-
"@types/istanbul-lib-coverage" "*"
2212-
"@types/istanbul-lib-report" "*"
2213-
22142196
"@types/istanbul-reports@^3.0.0":
22152197
version "3.0.0"
22162198
resolved "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz#508b13aa344fa4976234e75dddcc34925737d821"
@@ -2226,14 +2208,6 @@
22262208
jest-diff "^26.0.0"
22272209
pretty-format "^26.0.0"
22282210

2229-
2230-
version "26.0.9"
2231-
resolved "https://registry.npmjs.org/@types/jest/-/jest-26.0.9.tgz#0543b57da5f0cd949c5f423a00c56c492289c989"
2232-
integrity sha512-k4qFfJ5AUKrWok5KYXp2EPm89b0P/KZpl7Vg4XuOTVVQEhLDBDBU3iBFrjjdgd8fLw96aAtmnwhXHl63bWeBQQ==
2233-
dependencies:
2234-
jest-diff "^25.2.1"
2235-
pretty-format "^25.2.1"
2236-
22372211
"@types/json-schema@^7.0.3":
22382212
version "7.0.7"
22392213
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
@@ -4029,11 +4003,6 @@ dezalgo@^1.0.0:
40294003
asap "^2.0.0"
40304004
wrappy "1"
40314005

4032-
diff-sequences@^25.2.6:
4033-
version "25.2.6"
4034-
resolved "https://registry.npmjs.org/diff-sequences/-/diff-sequences-25.2.6.tgz#5f467c00edd35352b7bca46d7927d60e687a76dd"
4035-
integrity sha512-Hq8o7+6GaZeoFjtpgvRBUknSXNeJiCx7V9Fr94ZMljNiCr9n9L8H8aJqgWOQiDDGdyn29fRNcDdRVJ5fdyihfg==
4036-
40374006
diff-sequences@^26.6.2:
40384007
version "26.6.2"
40394008
resolved "https://registry.npmjs.org/diff-sequences/-/diff-sequences-26.6.2.tgz#48ba99157de1923412eed41db6b6d4aa9ca7c0b1"
@@ -6046,16 +6015,6 @@ jest-config@^26.6.3:
60466015
micromatch "^4.0.2"
60476016
pretty-format "^26.6.2"
60486017

6049-
jest-diff@^25.2.1:
6050-
version "25.5.0"
6051-
resolved "https://registry.npmjs.org/jest-diff/-/jest-diff-25.5.0.tgz#1dd26ed64f96667c068cef026b677dfa01afcfa9"
6052-
integrity sha512-z1kygetuPiREYdNIumRpAHY6RXiGmp70YHptjdaxTWGmA085W3iCnXNx0DhflK3vwrKmrRWyY1wUpkPMVxMK7A==
6053-
dependencies:
6054-
chalk "^3.0.0"
6055-
diff-sequences "^25.2.6"
6056-
jest-get-type "^25.2.6"
6057-
pretty-format "^25.5.0"
6058-
60596018
jest-diff@^26.0.0, jest-diff@^26.6.2:
60606019
version "26.6.2"
60616020
resolved "https://registry.npmjs.org/jest-diff/-/jest-diff-26.6.2.tgz#1aa7468b52c3a68d7d5c5fdcdfcd5e49bd164394"
@@ -6109,11 +6068,6 @@ jest-environment-node@^26.6.2:
61096068
jest-mock "^26.6.2"
61106069
jest-util "^26.6.2"
61116070

6112-
jest-get-type@^25.2.6:
6113-
version "25.2.6"
6114-
resolved "https://registry.npmjs.org/jest-get-type/-/jest-get-type-25.2.6.tgz#0b0a32fab8908b44d508be81681487dbabb8d877"
6115-
integrity sha512-DxjtyzOHjObRM+sM1knti6or+eOgcGU4xVSb2HNP1TqO4ahsT+rqZg+nyqHWJSvWgKC5cG3QjGFBqxLghiF/Ig==
6116-
61176071
jest-get-type@^26.3.0:
61186072
version "26.3.0"
61196073
resolved "https://registry.npmjs.org/jest-get-type/-/jest-get-type-26.3.0.tgz#e97dc3c3f53c2b406ca7afaed4493b1d099199e0"
@@ -8169,16 +8123,6 @@ prettier@^2.0.5:
81698123
resolved "https://registry.npmjs.org/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5"
81708124
integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==
81718125

8172-
pretty-format@^25.2.1, pretty-format@^25.5.0:
8173-
version "25.5.0"
8174-
resolved "https://registry.npmjs.org/pretty-format/-/pretty-format-25.5.0.tgz#7873c1d774f682c34b8d48b6743a2bf2ac55791a"
8175-
integrity sha512-kbo/kq2LQ/A/is0PQwsEHM7Ca6//bGPPvU6UnsdDRSKTWxT/ru/xb88v4BJf6a69H+uTytOEsTusT9ksd/1iWQ==
8176-
dependencies:
8177-
"@jest/types" "^25.5.0"
8178-
ansi-regex "^5.0.0"
8179-
ansi-styles "^4.0.0"
8180-
react-is "^16.12.0"
8181-
81828126
pretty-format@^26.0.0:
81838127
version "26.6.0"
81848128
resolved "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.0.tgz#1e1030e3c70e3ac1c568a5fd15627671ea159391"
@@ -9849,12 +9793,11 @@ trim-off-newlines@^1.0.0:
98499793
resolved "https://registry.npmjs.org/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
98509794
integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
98519795

9852-
9853-
version "26.5.2"
9854-
resolved "https://registry.npmjs.org/ts-jest/-/ts-jest-26.5.2.tgz#5281d6b44c2f94f71205728a389edc3d7995b0c4"
9855-
integrity sha512-bwyJ2zJieSugf7RB+o8fgkMeoMVMM2KPDE0UklRLuACxjwJsOrZNo6chrcScmK33YavPSwhARffy8dZx5LJdUQ==
9796+
9797+
version "26.5.3"
9798+
resolved "https://registry.npmjs.org/ts-jest/-/ts-jest-26.5.3.tgz#a6ee00ba547be3b09877550df40a1465d0295554"
9799+
integrity sha512-nBiiFGNvtujdLryU7MiMQh1iPmnZ/QvOskBbD2kURiI1MwqvxlxNnaAB/z9TbslMqCsSbu5BXvSSQPc5tvHGeA==
98569800
dependencies:
9857-
"@types/jest" "26.x"
98589801
bs-logger "0.x"
98599802
buffer-from "1.x"
98609803
fast-json-stable-stringify "2.x"

0 commit comments

Comments
 (0)