Skip to content

Commit 3805adf

Browse files
Bump ts-jest from 24.0.2 to 24.2.0
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 24.0.2 to 24.2.0. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v24.0.2...v24.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 6be4593 commit 3805adf

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"eslint-plugin-standard": "^4.0.1",
7777
"jest": "24.9.0",
7878
"prettier": "1.19.1",
79-
"ts-jest": "24.0.2",
79+
"ts-jest": "24.2.0",
8080
"typescript": "^3.5.3"
8181
},
8282
"license": "MIT",

yarn.lock

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1404,7 +1404,7 @@ eslint-utils@^1.3.1, eslint-utils@^1.4.0, eslint-utils@^1.4.2, eslint-utils@^1.4
14041404
dependencies:
14051405
eslint-visitor-keys "^1.1.0"
14061406

1407-
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
1407+
eslint-visitor-keys@^1.1.0:
14081408
version "1.1.0"
14091409
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
14101410
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
@@ -2887,6 +2887,11 @@ locate-path@^3.0.0:
28872887
p-locate "^3.0.0"
28882888
path-exists "^3.0.0"
28892889

2890+
lodash.memoize@4.x:
2891+
version "4.1.2"
2892+
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
2893+
integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
2894+
28902895
lodash.sortby@^4.7.0:
28912896
version "4.7.0"
28922897
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
@@ -4374,15 +4379,16 @@ tr46@^1.0.1:
43744379
dependencies:
43754380
punycode "^2.1.0"
43764381

4377-
ts-jest@24.0.2:
4378-
version "24.0.2"
4379-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-24.0.2.tgz#8dde6cece97c31c03e80e474c749753ffd27194d"
4380-
integrity sha512-h6ZCZiA1EQgjczxq+uGLXQlNgeg02WWJBbeT8j6nyIBRQdglqbvzDoHahTEIiS6Eor6x8mK6PfZ7brQ9Q6tzHw==
4382+
ts-jest@24.2.0:
4383+
version "24.2.0"
4384+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-24.2.0.tgz#7abca28c2b4b0a1fdd715cd667d65d047ea4e768"
4385+
integrity sha512-Yc+HLyldlIC9iIK8xEN7tV960Or56N49MDP7hubCZUeI7EbIOTsas6rXCMB4kQjLACJ7eDOF4xWEO5qumpKsag==
43814386
dependencies:
43824387
bs-logger "0.x"
43834388
buffer-from "1.x"
43844389
fast-json-stable-stringify "2.x"
43854390
json5 "2.x"
4391+
lodash.memoize "4.x"
43864392
make-error "1.x"
43874393
mkdirp "0.x"
43884394
resolve "1.x"

0 commit comments

Comments
 (0)