Skip to content

Commit 75ab652

Browse files
chore: update dependency ts-jest to v26.5.1 (#2445)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 8bcc4f0 commit 75ab652

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"lerna-v3": "npm:lerna@3",
9696
"lint-staged": "10.5.4",
9797
"prettier": "^2.0.5",
98-
"ts-jest": "26.5.0",
98+
"ts-jest": "26.5.1",
9999
"typescript": "4.1.3"
100100
},
101101
"husky": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -9836,10 +9836,10 @@ trim-off-newlines@^1.0.0:
98369836
resolved "https://registry.npmjs.org/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
98379837
integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
98389838

9839-
9840-
version "26.5.0"
9841-
resolved "https://registry.npmjs.org/ts-jest/-/ts-jest-26.5.0.tgz#3e3417d91bc40178a6716d7dacc5b0505835aa21"
9842-
integrity sha512-Ya4IQgvIFNa2Mgq52KaO8yBw2W8tWp61Ecl66VjF0f5JaV8u50nGoptHVILOPGoI7SDnShmEqnYQEmyHdQ+56g==
9839+
9840+
version "26.5.1"
9841+
resolved "https://registry.npmjs.org/ts-jest/-/ts-jest-26.5.1.tgz#4d53ee4481552f57c1624f0bd3425c8b17996150"
9842+
integrity sha512-G7Rmo3OJMvlqE79amJX8VJKDiRcd7/r61wh9fnvvG8cAjhA9edklGw/dCxRSQmfZ/z8NDums5srSVgwZos1qfg==
98439843
dependencies:
98449844
"@types/jest" "26.x"
98459845
bs-logger "0.x"

0 commit comments

Comments
 (0)