Skip to content

Commit 148f8f0

Browse files
chore: update dependency ts-jest to v26.4.2 (#2231)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 1937521 commit 148f8f0

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
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.2",
9595
"prettier": "^2.0.5",
96-
"ts-jest": "26.4.1",
96+
"ts-jest": "26.4.2",
9797
"typescript": "4.0.3"
9898
},
9999
"husky": {

yarn.lock

+10-4
Original file line numberDiff line numberDiff line change
@@ -1388,6 +1388,11 @@
13881388
slash "^3.0.0"
13891389
strip-ansi "^6.0.0"
13901390

1391+
"@jest/create-cache-key-function@^26.5.0":
1392+
version "26.5.0"
1393+
resolved "https://registry.npmjs.org/@jest/create-cache-key-function/-/create-cache-key-function-26.5.0.tgz#1d07947adc51ea17766d9f0ccf5a8d6ea94c47dc"
1394+
integrity sha512-DJ+pEBUIqarrbv1W/C39f9YH0rJ4wsXZ/VC6JafJPlHW2HOucKceeaqTOQj9MEDQZjySxMLkOq5mfXZXNZcmWw==
1395+
13911396
"@jest/environment@^25.1.0":
13921397
version "25.1.0"
13931398
resolved "https://registry.npmjs.org/@jest/environment/-/environment-25.1.0.tgz#4a97f64770c9d075f5d2b662b5169207f0a3f787"
@@ -10201,11 +10206,12 @@ trim-off-newlines@^1.0.0:
1020110206
resolved "https://registry.npmjs.org/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
1020210207
integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
1020310208

10204-
10205-
version "26.4.1"
10206-
resolved "https://registry.npmjs.org/ts-jest/-/ts-jest-26.4.1.tgz#08ec0d3fc2c3a39e4a46eae5610b69fafa6babd0"
10207-
integrity sha512-F4aFq01aS6mnAAa0DljNmKr/Kk9y4HVZ1m6/rtJ0ED56cuxINGq3Q9eVAh+z5vcYKe5qnTMvv90vE8vUMFxomg==
10209+
10210+
version "26.4.2"
10211+
resolved "https://registry.npmjs.org/ts-jest/-/ts-jest-26.4.2.tgz#00b6c970bee202ceef7c6e6e9805c4837b22dab8"
10212+
integrity sha512-0+MynTTzzbuy5rGjzsCKjxHJk5gY906c/FSaqQ3081+G7dp2Yygfa9hVlbrtNNcztffh1mC6Rs9jb/yHpcjsoQ==
1020810213
dependencies:
10214+
"@jest/create-cache-key-function" "^26.5.0"
1020910215
"@types/jest" "26.x"
1021010216
bs-logger "0.x"
1021110217
buffer-from "1.x"

0 commit comments

Comments
 (0)