Skip to content

Commit 6880b9b

Browse files
chore(deps-dev): bump ts-jest from 26.4.3 to 26.4.4
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.4.3 to 26.4.4. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v26.4.3...v26.4.4) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2db3922 commit 6880b9b

2 files changed

Lines changed: 5 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"jest": "26.6.1",
7777
"jest-extended": "^0.11.5",
7878
"prettier": "2.1.2",
79-
"ts-jest": "26.4.3",
79+
"ts-jest": "26.4.4",
8080
"ts-node": "9.0.0",
8181
"typescript": "^3.6.4"
8282
},

yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -507,11 +507,6 @@
507507
slash "^3.0.0"
508508
strip-ansi "^6.0.0"
509509

510-
"@jest/create-cache-key-function@^26.5.0":
511-
version "26.5.0"
512-
resolved "https://registry.yarnpkg.com/@jest/create-cache-key-function/-/create-cache-key-function-26.5.0.tgz#1d07947adc51ea17766d9f0ccf5a8d6ea94c47dc"
513-
integrity sha512-DJ+pEBUIqarrbv1W/C39f9YH0rJ4wsXZ/VC6JafJPlHW2HOucKceeaqTOQj9MEDQZjySxMLkOq5mfXZXNZcmWw==
514-
515510
"@jest/environment@^26.6.1":
516511
version "26.6.1"
517512
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-26.6.1.tgz#38a56f1cc66f96bf53befcc5ebeaf1c2dce90e9a"
@@ -4986,12 +4981,11 @@ trim-off-newlines@^1.0.0:
49864981
resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
49874982
integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
49884983

4989-
ts-jest@26.4.3:
4990-
version "26.4.3"
4991-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.4.3.tgz#d153a616033e7ec8544b97ddbe2638cbe38d53db"
4992-
integrity sha512-pFDkOKFGY+nL9v5pkhm+BIFpoAuno96ff7GMnIYr/3L6slFOS365SI0fGEVYx2RKGji5M2elxhWjDMPVcOCdSw==
4984+
ts-jest@26.4.4:
4985+
version "26.4.4"
4986+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.4.4.tgz#61f13fb21ab400853c532270e52cc0ed7e502c49"
4987+
integrity sha512-3lFWKbLxJm34QxyVNNCgXX1u4o/RV0myvA2y2Bxm46iGIjKlaY0own9gIckbjZJPn+WaJEnfPPJ20HHGpoq4yg==
49934988
dependencies:
4994-
"@jest/create-cache-key-function" "^26.5.0"
49954989
"@types/jest" "26.x"
49964990
bs-logger "0.x"
49974991
buffer-from "1.x"

0 commit comments

Comments
 (0)