Skip to content

Commit 438ef84

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency ts-jest to v27.0.5
1 parent a4c905e commit 438ef84

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"stylelint-config-prettier": "8.0.2",
7878
"stylelint-config-standard": "22.0.0",
7979
"stylelint-scss": "3.20.1",
80-
"ts-jest": "27.0.4",
80+
"ts-jest": "27.0.5",
8181
"ts-loader": "8.3.0",
8282
"typescript": "4.3.5",
8383
"vue": "2.6.14",

yarn.lock

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4776,7 +4776,7 @@ [email protected]:
47764776
dependencies:
47774777
node-int64 "^0.4.0"
47784778

4779-
buffer-from@1.x, buffer-from@^1.0.0:
4779+
buffer-from@^1.0.0:
47804780
version "1.1.1"
47814781
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
47824782
integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==
@@ -10023,18 +10023,18 @@ mixin-object@^2.0.1:
1002310023
for-in "^0.1.3"
1002410024
is-extendable "^0.1.1"
1002510025

10026-
[email protected], mkdirp@^1.0.3, mkdirp@^1.0.4:
10027-
version "1.0.4"
10028-
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
10029-
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
10030-
1003110026
mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@~0.5.1:
1003210027
version "0.5.5"
1003310028
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def"
1003410029
integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==
1003510030
dependencies:
1003610031
minimist "^1.2.5"
1003710032

10033+
mkdirp@^1.0.3, mkdirp@^1.0.4:
10034+
version "1.0.4"
10035+
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
10036+
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
10037+
1003810038
move-concurrently@^1.0.1:
1003910039
version "1.0.1"
1004010040
resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92"
@@ -13663,19 +13663,17 @@ trough@^1.0.0:
1366313663
resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.5.tgz#b8b639cefad7d0bb2abd37d433ff8293efa5f406"
1366413664
integrity sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==
1366513665

13666-
13667-
version "27.0.4"
13668-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.0.4.tgz#df49683535831560ccb58f94c023d831b1b80df0"
13669-
integrity sha512-c4E1ECy9Xz2WGfTMyHbSaArlIva7Wi2p43QOMmCqjSSjHP06KXv+aT+eSY+yZMuqsMi3k7pyGsGj2q5oSl5WfQ==
13666+
13667+
version "27.0.5"
13668+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.0.5.tgz#0b0604e2271167ec43c12a69770f0bb65ad1b750"
13669+
integrity sha512-lIJApzfTaSSbtlksfFNHkWOzLJuuSm4faFAfo5kvzOiRAuoN4/eKxVJ2zEAho8aecE04qX6K1pAzfH5QHL1/8w==
1367013670
dependencies:
1367113671
bs-logger "0.x"
13672-
buffer-from "1.x"
1367313672
fast-json-stable-stringify "2.x"
1367413673
jest-util "^27.0.0"
1367513674
json5 "2.x"
1367613675
lodash "4.x"
1367713676
make-error "1.x"
13678-
mkdirp "1.x"
1367913677
semver "7.x"
1368013678
yargs-parser "20.x"
1368113679

0 commit comments

Comments
 (0)