Skip to content

Commit 10c5a8e

Browse files
chore(deps-dev): bump ts-jest from 27.0.3 to 27.1.4 (#168)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 27.0.3 to 27.1.4. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/v27.1.4/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v27.0.3...v27.1.4) --- updated-dependencies: - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bc0b680 commit 10c5a8e

File tree

1 file changed

+12
-37
lines changed

1 file changed

+12
-37
lines changed

yarn.lock

Lines changed: 12 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -569,17 +569,6 @@
569569
"@types/yargs" "^15.0.0"
570570
chalk "^4.0.0"
571571

572-
"@jest/types@^27.0.2":
573-
version "27.0.2"
574-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.0.2.tgz#e153d6c46bda0f2589f0702b071f9898c7bbd37e"
575-
integrity sha512-XpjCtJ/99HB4PmyJ2vgmN7vT+JLP7RW1FBT9RgnMFS4Dt7cvIyBee8O3/j98aUZ34ZpenPZFqmaaObWSeL65dg==
576-
dependencies:
577-
"@types/istanbul-lib-coverage" "^2.0.0"
578-
"@types/istanbul-reports" "^3.0.0"
579-
"@types/node" "*"
580-
"@types/yargs" "^16.0.0"
581-
chalk "^4.0.0"
582-
583572
"@jest/types@^27.0.6":
584573
version "27.0.6"
585574
resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.0.6.tgz#9a992bc517e0c49f035938b8549719c2de40706b"
@@ -1309,7 +1298,7 @@ bser@2.1.1:
13091298
dependencies:
13101299
node-int64 "^0.4.0"
13111300

1312-
buffer-from@1.x, buffer-from@^1.0.0:
1301+
buffer-from@^1.0.0:
13131302
version "1.1.1"
13141303
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
13151304
integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==
@@ -3559,19 +3548,7 @@ jest-snapshot@^27.0.6:
35593548
pretty-format "^27.0.6"
35603549
semver "^7.3.2"
35613550

3562-
jest-util@^27.0.0:
3563-
version "27.0.2"
3564-
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.0.2.tgz#fc2c7ace3c75ae561cf1e5fdb643bf685a5be7c7"
3565-
integrity sha512-1d9uH3a00OFGGWSibpNYr+jojZ6AckOMCXV2Z4K3YXDnzpkAaXQyIpY14FOJPiUmil7CD+A6Qs+lnnh6ctRbIA==
3566-
dependencies:
3567-
"@jest/types" "^27.0.2"
3568-
"@types/node" "*"
3569-
chalk "^4.0.0"
3570-
graceful-fs "^4.2.4"
3571-
is-ci "^3.0.0"
3572-
picomatch "^2.2.3"
3573-
3574-
jest-util@^27.0.6:
3551+
jest-util@^27.0.0, jest-util@^27.0.6:
35753552
version "27.0.6"
35763553
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.0.6.tgz#e8e04eec159de2f4d5f57f795df9cdc091e50297"
35773554
integrity sha512-1JjlaIh+C65H/F7D11GNkGDDZtDfMEM8EBXsvd+l/cxtgQ6QhxuloOaiayt89DxUvDarbVhqI98HhgrM1yliFQ==
@@ -3866,6 +3843,11 @@ lodash.ismatch@^4.4.0:
38663843
resolved "https://registry.yarnpkg.com/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz#756cb5150ca3ba6f11085a78849645f188f85f37"
38673844
integrity sha1-dWy1FQyjum8RCFp4hJZF8Yj4Xzc=
38683845

3846+
lodash.memoize@4.x:
3847+
version "4.1.2"
3848+
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
3849+
integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
3850+
38693851
lodash.merge@^4.6.2:
38703852
version "4.6.2"
38713853
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
@@ -3876,7 +3858,7 @@ lodash.truncate@^4.4.2:
38763858
resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
38773859
integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=
38783860

3879-
lodash@4.x, lodash@^4.17.15, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.7.0:
3861+
lodash@^4.17.15, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.7.0:
38803862
version "4.17.21"
38813863
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
38823864
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -4041,11 +4023,6 @@ minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5:
40414023
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
40424024
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
40434025

4044-
mkdirp@1.x:
4045-
version "1.0.4"
4046-
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
4047-
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
4048-
40494026
mkdist@^0.3.1:
40504027
version "0.3.2"
40514028
resolved "https://registry.yarnpkg.com/mkdist/-/mkdist-0.3.2.tgz#f098cf2b09ca66aae22edd70d25028dfe3a0b09a"
@@ -5365,18 +5342,16 @@ trim-off-newlines@^1.0.0:
53655342
integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
53665343

53675344
ts-jest@^27.0.3:
5368-
version "27.0.3"
5369-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.0.3.tgz#808492f022296cde19390bb6ad627c8126bf93f8"
5370-
integrity sha512-U5rdMjnYam9Ucw+h0QvtNDbc5+88nxt7tbIvqaZUhFrfG4+SkWhMXjejCLVGcpILTPuV+H3W/GZDZrnZFpPeXw==
5345+
version "27.1.4"
5346+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.1.4.tgz#84d42cf0f4e7157a52e7c64b1492c46330943e00"
5347+
integrity sha512-qjkZlVPWVctAezwsOD1OPzbZ+k7zA5z3oxII4dGdZo5ggX/PL7kvwTM0pXTr10fAtbiVpJaL3bWd502zAhpgSQ==
53715348
dependencies:
53725349
bs-logger "0.x"
5373-
buffer-from "1.x"
53745350
fast-json-stable-stringify "2.x"
53755351
jest-util "^27.0.0"
53765352
json5 "2.x"
5377-
lodash "4.x"
5353+
lodash.memoize "4.x"
53785354
make-error "1.x"
5379-
mkdirp "1.x"
53805355
semver "7.x"
53815356
yargs-parser "20.x"
53825357

0 commit comments

Comments
 (0)