Skip to content
This repository was archived by the owner on Dec 25, 2023. It is now read-only.

Commit b2c828d

Browse files
Bump ts-jest from 26.4.1 to 26.4.2
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.4.1 to 26.4.2. - [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.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 7a25637 commit b2c828d

File tree

2 files changed

+12
-29
lines changed

2 files changed

+12
-29
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"prettier": "^2.1.2",
4343
"rollup": "^2.32.0",
4444
"rollup-plugin-typescript2": "^0.28.0",
45-
"ts-jest": "^26.4.1",
45+
"ts-jest": "^26.4.2",
4646
"typescript": "^4.0.3",
4747
"vscode-languageserver-protocol": "^3.15.3",
4848
"vscode-languageserver-types": "^3.15.1"

yarn.lock

Lines changed: 11 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,11 @@
359359
slash "^3.0.0"
360360
strip-ansi "^6.0.0"
361361

362+
"@jest/create-cache-key-function@^26.5.0":
363+
version "26.5.0"
364+
resolved "https://registry.yarnpkg.com/@jest/create-cache-key-function/-/create-cache-key-function-26.5.0.tgz#1d07947adc51ea17766d9f0ccf5a8d6ea94c47dc"
365+
integrity sha512-DJ+pEBUIqarrbv1W/C39f9YH0rJ4wsXZ/VC6JafJPlHW2HOucKceeaqTOQj9MEDQZjySxMLkOq5mfXZXNZcmWw==
366+
362367
"@jest/environment@^26.5.2":
363368
version "26.5.2"
364369
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-26.5.2.tgz#eba3cfc698f6e03739628f699c28e8a07f5e65fe"
@@ -483,17 +488,6 @@
483488
"@types/yargs" "^15.0.0"
484489
chalk "^3.0.0"
485490

486-
"@jest/types@^26.3.0":
487-
version "26.3.0"
488-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.3.0.tgz#97627bf4bdb72c55346eef98e3b3f7ddc4941f71"
489-
integrity sha512-BDPG23U0qDeAvU4f99haztXwdAg3hz4El95LkAM+tHAqqhiVzRpEGHHU8EDxT/AnxOrA65YjLBwDahdJ9pTLJQ==
490-
dependencies:
491-
"@types/istanbul-lib-coverage" "^2.0.0"
492-
"@types/istanbul-reports" "^3.0.0"
493-
"@types/node" "*"
494-
"@types/yargs" "^15.0.0"
495-
chalk "^4.0.0"
496-
497491
"@jest/types@^26.5.2":
498492
version "26.5.2"
499493
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.5.2.tgz#44c24f30c8ee6c7f492ead9ec3f3c62a5289756d"
@@ -2802,19 +2796,7 @@ jest-snapshot@^26.5.3:
28022796
pretty-format "^26.5.2"
28032797
semver "^7.3.2"
28042798

2805-
jest-util@^26.1.0:
2806-
version "26.3.0"
2807-
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.3.0.tgz#a8974b191df30e2bf523ebbfdbaeb8efca535b3e"
2808-
integrity sha512-4zpn6bwV0+AMFN0IYhH/wnzIQzRaYVrz1A8sYnRnj4UXDXbOVtWmlaZkO9mipFqZ13okIfN87aDoJWB7VH6hcw==
2809-
dependencies:
2810-
"@jest/types" "^26.3.0"
2811-
"@types/node" "*"
2812-
chalk "^4.0.0"
2813-
graceful-fs "^4.2.4"
2814-
is-ci "^2.0.0"
2815-
micromatch "^4.0.2"
2816-
2817-
jest-util@^26.5.2:
2799+
jest-util@^26.1.0, jest-util@^26.5.2:
28182800
version "26.5.2"
28192801
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.5.2.tgz#8403f75677902cc52a1b2140f568e91f8ed4f4d7"
28202802
integrity sha512-WTL675bK+GSSAYgS8z9FWdCT2nccO1yTIplNLPlP0OD8tUk/H5IrWKMMRudIQQ0qp8bb4k+1Qa8CxGKq9qnYdg==
@@ -4266,11 +4248,12 @@ tree-kill@^1.2.2:
42664248
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
42674249
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
42684250

4269-
ts-jest@^26.4.1:
4270-
version "26.4.1"
4271-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.4.1.tgz#08ec0d3fc2c3a39e4a46eae5610b69fafa6babd0"
4272-
integrity sha512-F4aFq01aS6mnAAa0DljNmKr/Kk9y4HVZ1m6/rtJ0ED56cuxINGq3Q9eVAh+z5vcYKe5qnTMvv90vE8vUMFxomg==
4251+
ts-jest@^26.4.2:
4252+
version "26.4.2"
4253+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.4.2.tgz#00b6c970bee202ceef7c6e6e9805c4837b22dab8"
4254+
integrity sha512-0+MynTTzzbuy5rGjzsCKjxHJk5gY906c/FSaqQ3081+G7dp2Yygfa9hVlbrtNNcztffh1mC6Rs9jb/yHpcjsoQ==
42734255
dependencies:
4256+
"@jest/create-cache-key-function" "^26.5.0"
42744257
"@types/jest" "26.x"
42754258
bs-logger "0.x"
42764259
buffer-from "1.x"

0 commit comments

Comments
 (0)