Skip to content

Commit 6ccb5ca

Browse files
committed
chore(deps): update dependency ts-jest to v26.5.2
1 parent 81c3aeb commit 6ccb5ca

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"prettier": "2.2.1",
6565
"rxjs-marbles": "^6.0.1",
6666
"supertest": "^4.0.2",
67-
"ts-jest": "26.4.0",
67+
"ts-jest": "26.5.2",
6868
"ts-node": "9.1.1",
6969
"tslint": "6.1.3",
7070
"typescript": "4.0.5"

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9037,7 +9037,7 @@ lodash.map@^4.4.0, lodash.map@^4.5.1:
90379037
resolved "https://registry.yarnpkg.com/lodash.map/-/lodash.map-4.6.0.tgz#771ec7839e3473d9c4cde28b19394c3562f4f6d3"
90389038
integrity sha1-dx7Hg540c9nEzeKLGTlMNWL09tM=
90399039

9040-
lodash.memoize@4.x, lodash.memoize@^4.1.2:
9040+
lodash.memoize@^4.1.2:
90419041
version "4.1.2"
90429042
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
90439043
integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
@@ -9107,6 +9107,11 @@ lodash.uniq@4.5.0, lodash.uniq@^4.5.0:
91079107
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
91089108
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
91099109

9110+
lodash@4.x:
9111+
version "4.17.21"
9112+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
9113+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
9114+
91109115
lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.5:
91119116
version "4.17.20"
91129117
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
@@ -13440,18 +13445,18 @@ tryer@^1.0.1:
1344013445
resolved "https://registry.yarnpkg.com/tryer/-/tryer-1.0.1.tgz#f2c85406800b9b0f74c9f7465b81eaad241252f8"
1344113446
integrity sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==
1344213447

13443-
ts-jest@26.4.0:
13444-
version "26.4.0"
13445-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.4.0.tgz#903c7827f3d3bc33efc2f91be294b164400c32e3"
13446-
integrity sha512-ofBzoCqf6Nv/PoWb/ByV3VNKy2KJSikamOBxvR3E6eVdIw10GwAXoyvMWXXjZJK2s6S27ZE8fI+JBTnGaovl6Q==
13448+
ts-jest@26.5.2:
13449+
version "26.5.2"
13450+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.5.2.tgz#5281d6b44c2f94f71205728a389edc3d7995b0c4"
13451+
integrity sha512-bwyJ2zJieSugf7RB+o8fgkMeoMVMM2KPDE0UklRLuACxjwJsOrZNo6chrcScmK33YavPSwhARffy8dZx5LJdUQ==
1344713452
dependencies:
1344813453
"@types/jest" "26.x"
1344913454
bs-logger "0.x"
1345013455
buffer-from "1.x"
1345113456
fast-json-stable-stringify "2.x"
1345213457
jest-util "^26.1.0"
1345313458
json5 "2.x"
13454-
lodash.memoize "4.x"
13459+
lodash "4.x"
1345513460
make-error "1.x"
1345613461
mkdirp "1.x"
1345713462
semver "7.x"

0 commit comments

Comments
 (0)