Skip to content

Commit aff1e7d

Browse files
committed
chore(deps): update dependency ts-jest to v26.4.2
1 parent 2e709ae commit aff1e7d

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"tslint-config-prettier": "1.18.0",
4141
"typescript": "4.0.3",
4242
"typedoc": "0.19.2",
43-
"ts-jest": "26.4.0",
43+
"ts-jest": "26.4.2",
4444
"jest": "26.4.2",
4545
"jest-extended": "0.11.5",
4646
"regenerator-runtime": "0.13.7",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,11 @@
536536
slash "^3.0.0"
537537
strip-ansi "^6.0.0"
538538

539+
"@jest/create-cache-key-function@^26.5.0":
540+
version "26.5.0"
541+
resolved "https://registry.yarnpkg.com/@jest/create-cache-key-function/-/create-cache-key-function-26.5.0.tgz#1d07947adc51ea17766d9f0ccf5a8d6ea94c47dc"
542+
integrity sha512-DJ+pEBUIqarrbv1W/C39f9YH0rJ4wsXZ/VC6JafJPlHW2HOucKceeaqTOQj9MEDQZjySxMLkOq5mfXZXNZcmWw==
543+
539544
"@jest/environment@^26.3.0":
540545
version "26.3.0"
541546
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-26.3.0.tgz#e6953ab711ae3e44754a025f838bde1a7fd236a0"
@@ -4891,11 +4896,12 @@ trim-newlines@^3.0.0:
48914896
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.0.tgz#79726304a6a898aa8373427298d54c2ee8b1cb30"
48924897
integrity sha512-C4+gOpvmxaSMKuEf9Qc134F1ZuOHVXKRbtEflf4NTtuuJDEIJ9p5PXsalL8SkeRw+qit1Mo+yuvMPAKwWg/1hA==
48934898

4894-
ts-jest@26.4.0:
4895-
version "26.4.0"
4896-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.4.0.tgz#903c7827f3d3bc33efc2f91be294b164400c32e3"
4897-
integrity sha512-ofBzoCqf6Nv/PoWb/ByV3VNKy2KJSikamOBxvR3E6eVdIw10GwAXoyvMWXXjZJK2s6S27ZE8fI+JBTnGaovl6Q==
4899+
ts-jest@26.4.2:
4900+
version "26.4.2"
4901+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.4.2.tgz#00b6c970bee202ceef7c6e6e9805c4837b22dab8"
4902+
integrity sha512-0+MynTTzzbuy5rGjzsCKjxHJk5gY906c/FSaqQ3081+G7dp2Yygfa9hVlbrtNNcztffh1mC6Rs9jb/yHpcjsoQ==
48984903
dependencies:
4904+
"@jest/create-cache-key-function" "^26.5.0"
48994905
"@types/jest" "26.x"
49004906
bs-logger "0.x"
49014907
buffer-from "1.x"

0 commit comments

Comments
 (0)