Skip to content

Commit 5523641

Browse files
Bump ts-jest from 26.4.1 to 26.4.3 (#126)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.4.1 to 26.4.3. - [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.1...v26.4.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f0723d7 commit 5523641

File tree

2 files changed

+14
-29
lines changed

2 files changed

+14
-29
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.1",
37+
"ts-jest": "26.4.3",
3838
"rimraf": "3.0.2",
3939
"typescript": "4.0.3",
4040
"jest": "26.6.3"

yarn.lock

Lines changed: 13 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,13 @@
696696
slash "^3.0.0"
697697
strip-ansi "^6.0.0"
698698

699+
"@jest/create-cache-key-function@^26.5.0":
700+
version "26.6.2"
701+
resolved "https://registry.yarnpkg.com/@jest/create-cache-key-function/-/create-cache-key-function-26.6.2.tgz#04cf439207a4fd12418d8aee551cddc86f9ac5f5"
702+
integrity sha512-LgEuqU1f/7WEIPYqwLPIvvHuc1sB6gMVbT6zWhin3txYUNYK/kGQrC1F2WR4gR34YlI9bBtViTm5z98RqVZAaw==
703+
dependencies:
704+
"@jest/types" "^26.6.2"
705+
699706
"@jest/environment@^26.6.2":
700707
version "26.6.2"
701708
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-26.6.2.tgz#ba364cc72e221e79cc8f0a99555bf5d7577cf92c"
@@ -810,17 +817,6 @@
810817
source-map "^0.6.1"
811818
write-file-atomic "^3.0.0"
812819

813-
"@jest/types@^26.3.0":
814-
version "26.3.0"
815-
resolved "https://registry.npmjs.org/@jest/types/-/types-26.3.0.tgz#97627bf4bdb72c55346eef98e3b3f7ddc4941f71"
816-
integrity sha512-BDPG23U0qDeAvU4f99haztXwdAg3hz4El95LkAM+tHAqqhiVzRpEGHHU8EDxT/AnxOrA65YjLBwDahdJ9pTLJQ==
817-
dependencies:
818-
"@types/istanbul-lib-coverage" "^2.0.0"
819-
"@types/istanbul-reports" "^3.0.0"
820-
"@types/node" "*"
821-
"@types/yargs" "^15.0.0"
822-
chalk "^4.0.0"
823-
824820
"@jest/types@^26.6.0":
825821
version "26.6.0"
826822
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.0.tgz#2c045f231bfd79d52514cda3fbc93ef46157fa6a"
@@ -3791,19 +3787,7 @@ jest-snapshot@^26.6.2:
37913787
pretty-format "^26.6.2"
37923788
semver "^7.3.2"
37933789

3794-
jest-util@^26.1.0:
3795-
version "26.3.0"
3796-
resolved "https://registry.npmjs.org/jest-util/-/jest-util-26.3.0.tgz#a8974b191df30e2bf523ebbfdbaeb8efca535b3e"
3797-
integrity sha512-4zpn6bwV0+AMFN0IYhH/wnzIQzRaYVrz1A8sYnRnj4UXDXbOVtWmlaZkO9mipFqZ13okIfN87aDoJWB7VH6hcw==
3798-
dependencies:
3799-
"@jest/types" "^26.3.0"
3800-
"@types/node" "*"
3801-
chalk "^4.0.0"
3802-
graceful-fs "^4.2.4"
3803-
is-ci "^2.0.0"
3804-
micromatch "^4.0.2"
3805-
3806-
jest-util@^26.6.2:
3790+
jest-util@^26.1.0, jest-util@^26.6.2:
38073791
version "26.6.2"
38083792
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.6.2.tgz#907535dbe4d5a6cb4c47ac9b926f6af29576cbc1"
38093793
integrity sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q==
@@ -5849,11 +5833,12 @@ trim-newlines@^3.0.0:
58495833
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.0.tgz#79726304a6a898aa8373427298d54c2ee8b1cb30"
58505834
integrity sha512-C4+gOpvmxaSMKuEf9Qc134F1ZuOHVXKRbtEflf4NTtuuJDEIJ9p5PXsalL8SkeRw+qit1Mo+yuvMPAKwWg/1hA==
58515835

5852-
5853-
version "26.4.1"
5854-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.4.1.tgz#08ec0d3fc2c3a39e4a46eae5610b69fafa6babd0"
5855-
integrity sha512-F4aFq01aS6mnAAa0DljNmKr/Kk9y4HVZ1m6/rtJ0ED56cuxINGq3Q9eVAh+z5vcYKe5qnTMvv90vE8vUMFxomg==
5836+
5837+
version "26.4.3"
5838+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.4.3.tgz#d153a616033e7ec8544b97ddbe2638cbe38d53db"
5839+
integrity sha512-pFDkOKFGY+nL9v5pkhm+BIFpoAuno96ff7GMnIYr/3L6slFOS365SI0fGEVYx2RKGji5M2elxhWjDMPVcOCdSw==
58565840
dependencies:
5841+
"@jest/create-cache-key-function" "^26.5.0"
58575842
"@types/jest" "26.x"
58585843
bs-logger "0.x"
58595844
buffer-from "1.x"

0 commit comments

Comments
 (0)