Skip to content

Commit 6ec1108

Browse files
chore(deps): update dependency ts-jest to v26.5.3 (#343)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 417fcce commit 6ec1108

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"eslint-plugin-standard": "5.0.0",
4545
"eslint-config-prettier": "8.1.0",
4646
"@types/jest": "26.0.20",
47-
"ts-jest": "26.5.2",
47+
"ts-jest": "26.5.3",
4848
"rimraf": "3.0.2",
4949
"typescript": "4.1.5",
5050
"jest": "26.6.3"

yarn.lock

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1269,14 +1269,6 @@
12691269
jest-diff "^26.0.0"
12701270
pretty-format "^26.0.0"
12711271

1272-
1273-
version "26.0.16"
1274-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.16.tgz#b47abd50f6ed0503f589db8e126fc8eb470cf87c"
1275-
integrity sha512-Gp12+7tmKCgv9JjtltxUXokohCAEZfpJaEW5tn871SGRp8I+bRWBonQO7vW5NHwnAHe5dd50+Q4zyKuN35i09g==
1276-
dependencies:
1277-
jest-diff "^26.0.0"
1278-
pretty-format "^26.0.0"
1279-
12801272
"@types/json-schema@*", "@types/json-schema@^7.0.3":
12811273
version "7.0.6"
12821274
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0"
@@ -6478,12 +6470,11 @@ trim-newlines@^3.0.0:
64786470
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.0.tgz#79726304a6a898aa8373427298d54c2ee8b1cb30"
64796471
integrity sha512-C4+gOpvmxaSMKuEf9Qc134F1ZuOHVXKRbtEflf4NTtuuJDEIJ9p5PXsalL8SkeRw+qit1Mo+yuvMPAKwWg/1hA==
64806472

6481-
6482-
version "26.5.2"
6483-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.5.2.tgz#5281d6b44c2f94f71205728a389edc3d7995b0c4"
6484-
integrity sha512-bwyJ2zJieSugf7RB+o8fgkMeoMVMM2KPDE0UklRLuACxjwJsOrZNo6chrcScmK33YavPSwhARffy8dZx5LJdUQ==
6473+
6474+
version "26.5.3"
6475+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.5.3.tgz#a6ee00ba547be3b09877550df40a1465d0295554"
6476+
integrity sha512-nBiiFGNvtujdLryU7MiMQh1iPmnZ/QvOskBbD2kURiI1MwqvxlxNnaAB/z9TbslMqCsSbu5BXvSSQPc5tvHGeA==
64856477
dependencies:
6486-
"@types/jest" "26.x"
64876478
bs-logger "0.x"
64886479
buffer-from "1.x"
64896480
fast-json-stable-stringify "2.x"

0 commit comments

Comments
 (0)