Skip to content

Commit 2cef19b

Browse files
Merge pull request #24 from technote-space/dependabot/npm_and_yarn/ts-jest-24.1.0
chore(deps-dev): bump ts-jest from 24.0.2 to 24.1.0
2 parents 36b6b46 + c8fdf43 commit 2cef19b

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"jest": "^24.9.0",
2929
"jest-circus": "^24.9.0",
3030
"nock": "^11.3.4",
31-
"ts-jest": "^24.0.2",
31+
"ts-jest": "^24.1.0",
3232
"typescript": "^3.6.3"
3333
},
3434
"publishConfig": {

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2343,6 +2343,11 @@ lodash.get@^4.4.2:
23432343
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
23442344
integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=
23452345

2346+
2347+
version "4.1.2"
2348+
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
2349+
integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
2350+
23462351
lodash.set@^4.3.2:
23472352
version "4.3.2"
23482353
resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23"
@@ -3585,15 +3590,16 @@ trim-right@^1.0.1:
35853590
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
35863591
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
35873592

3588-
ts-jest@^24.0.2:
3589-
version "24.0.2"
3590-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-24.0.2.tgz#8dde6cece97c31c03e80e474c749753ffd27194d"
3591-
integrity sha512-h6ZCZiA1EQgjczxq+uGLXQlNgeg02WWJBbeT8j6nyIBRQdglqbvzDoHahTEIiS6Eor6x8mK6PfZ7brQ9Q6tzHw==
3593+
ts-jest@^24.1.0:
3594+
version "24.1.0"
3595+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-24.1.0.tgz#2eaa813271a2987b7e6c3fefbda196301c131734"
3596+
integrity sha512-HEGfrIEAZKfu1pkaxB9au17b1d9b56YZSqz5eCVE8mX68+5reOvlM93xGOzzCREIov9mdH7JBG+s0UyNAqr0tQ==
35923597
dependencies:
35933598
bs-logger "0.x"
35943599
buffer-from "1.x"
35953600
fast-json-stable-stringify "2.x"
35963601
json5 "2.x"
3602+
lodash.memoize "4.x"
35973603
make-error "1.x"
35983604
mkdirp "0.x"
35993605
resolve "1.x"

0 commit comments

Comments
 (0)