Skip to content

Commit 9a1a927

Browse files
Bump ts-jest from 26.4.3 to 26.4.4 (#146)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cc6cd62 commit 9a1a927

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"eslint-plugin-standard": "4.0.2",
3535
"eslint-config-prettier": "6.15.0",
3636
"@types/jest": "26.0.15",
37-
"ts-jest": "26.4.3",
37+
"ts-jest": "26.4.4",
3838
"rimraf": "3.0.2",
3939
"typescript": "4.0.5",
4040
"jest": "26.6.3"

yarn.lock

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -723,13 +723,6 @@
723723
slash "^3.0.0"
724724
strip-ansi "^6.0.0"
725725

726-
"@jest/create-cache-key-function@^26.5.0":
727-
version "26.6.2"
728-
resolved "https://registry.yarnpkg.com/@jest/create-cache-key-function/-/create-cache-key-function-26.6.2.tgz#04cf439207a4fd12418d8aee551cddc86f9ac5f5"
729-
integrity sha512-LgEuqU1f/7WEIPYqwLPIvvHuc1sB6gMVbT6zWhin3txYUNYK/kGQrC1F2WR4gR34YlI9bBtViTm5z98RqVZAaw==
730-
dependencies:
731-
"@jest/types" "^26.6.2"
732-
733726
"@jest/environment@^26.6.2":
734727
version "26.6.2"
735728
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-26.6.2.tgz#ba364cc72e221e79cc8f0a99555bf5d7577cf92c"
@@ -5940,12 +5933,11 @@ trim-newlines@^3.0.0:
59405933
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.0.tgz#79726304a6a898aa8373427298d54c2ee8b1cb30"
59415934
integrity sha512-C4+gOpvmxaSMKuEf9Qc134F1ZuOHVXKRbtEflf4NTtuuJDEIJ9p5PXsalL8SkeRw+qit1Mo+yuvMPAKwWg/1hA==
59425935

5943-
5944-
version "26.4.3"
5945-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.4.3.tgz#d153a616033e7ec8544b97ddbe2638cbe38d53db"
5946-
integrity sha512-pFDkOKFGY+nL9v5pkhm+BIFpoAuno96ff7GMnIYr/3L6slFOS365SI0fGEVYx2RKGji5M2elxhWjDMPVcOCdSw==
5936+
5937+
version "26.4.4"
5938+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.4.4.tgz#61f13fb21ab400853c532270e52cc0ed7e502c49"
5939+
integrity sha512-3lFWKbLxJm34QxyVNNCgXX1u4o/RV0myvA2y2Bxm46iGIjKlaY0own9gIckbjZJPn+WaJEnfPPJ20HHGpoq4yg==
59475940
dependencies:
5948-
"@jest/create-cache-key-function" "^26.5.0"
59495941
"@types/jest" "26.x"
59505942
bs-logger "0.x"
59515943
buffer-from "1.x"

0 commit comments

Comments
 (0)