Skip to content

Commit 280839d

Browse files
chore: update dependency ts-jest to v26.5.0 (#2432)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 8ee0e9e commit 280839d

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"lerna-v3": "npm:lerna@3",
9696
"lint-staged": "10.5.3",
9797
"prettier": "^2.0.5",
98-
"ts-jest": "26.4.4",
98+
"ts-jest": "26.5.0",
9999
"typescript": "4.1.3"
100100
},
101101
"husky": {

yarn.lock

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6782,11 +6782,6 @@ lodash.map@^4.5.1:
67826782
resolved "https://registry.npmjs.org/lodash.map/-/lodash.map-4.6.0.tgz#771ec7839e3473d9c4cde28b19394c3562f4f6d3"
67836783
integrity sha1-dx7Hg540c9nEzeKLGTlMNWL09tM=
67846784

6785-
lodash.memoize@4.x:
6786-
version "4.1.2"
6787-
resolved "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
6788-
integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
6789-
67906785
lodash.set@^4.3.2:
67916786
version "4.3.2"
67926787
resolved "https://registry.npmjs.org/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23"
@@ -6817,7 +6812,7 @@ lodash.uniq@^4.5.0:
68176812
resolved "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
68186813
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
68196814

6820-
lodash@4.17.15, lodash@^3.3.1, lodash@^4.17.12, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.2.1, lodash@^4.5.1:
6815+
lodash@4.17.15, lodash@4.x, lodash@^3.3.1, lodash@^4.17.12, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.2.1, lodash@^4.5.1:
68216816
version "4.17.19"
68226817
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
68236818
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
@@ -9750,18 +9745,18 @@ trim-off-newlines@^1.0.0:
97509745
resolved "https://registry.npmjs.org/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
97519746
integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
97529747

9753-
ts-jest@26.4.4:
9754-
version "26.4.4"
9755-
resolved "https://registry.npmjs.org/ts-jest/-/ts-jest-26.4.4.tgz#61f13fb21ab400853c532270e52cc0ed7e502c49"
9756-
integrity sha512-3lFWKbLxJm34QxyVNNCgXX1u4o/RV0myvA2y2Bxm46iGIjKlaY0own9gIckbjZJPn+WaJEnfPPJ20HHGpoq4yg==
9748+
ts-jest@26.5.0:
9749+
version "26.5.0"
9750+
resolved "https://registry.npmjs.org/ts-jest/-/ts-jest-26.5.0.tgz#3e3417d91bc40178a6716d7dacc5b0505835aa21"
9751+
integrity sha512-Ya4IQgvIFNa2Mgq52KaO8yBw2W8tWp61Ecl66VjF0f5JaV8u50nGoptHVILOPGoI7SDnShmEqnYQEmyHdQ+56g==
97579752
dependencies:
97589753
"@types/jest" "26.x"
97599754
bs-logger "0.x"
97609755
buffer-from "1.x"
97619756
fast-json-stable-stringify "2.x"
97629757
jest-util "^26.1.0"
97639758
json5 "2.x"
9764-
lodash.memoize "4.x"
9759+
lodash "4.x"
97659760
make-error "1.x"
97669761
mkdirp "1.x"
97679762
semver "7.x"

0 commit comments

Comments
 (0)