Skip to content

Commit bba5d30

Browse files
committed
chore(deps): update dependency ts-jest to v27.0.5
1 parent c4bdbe2 commit bba5d30

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"lint-staged": "11.1.2",
6363
"pinst": "2.1.6",
6464
"prettier": "2.3.2",
65-
"ts-jest": "27.0.4",
65+
"ts-jest": "27.0.5",
6666
"ts-node": "10.1.0",
6767
"typescript": "4.3.5"
6868
},

yarn.lock

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3961,7 +3961,7 @@ [email protected]:
39613961
resolved "https://registry.yarnpkg.com/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz#f8e71132f7ffe6e01a5c9697a4c6f3e48d5cc819"
39623962
integrity sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk=
39633963

3964-
buffer-from@1.x, buffer-from@^1.0.0:
3964+
buffer-from@^1.0.0:
39653965
version "1.1.1"
39663966
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
39673967
integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==
@@ -8212,7 +8212,7 @@ mixme@^0.5.0:
82128212
resolved "https://registry.yarnpkg.com/mixme/-/mixme-0.5.1.tgz#b3da79a563b2da46efba9519830059e4c2a9e40f"
82138213
integrity sha512-NaeZIckeBFT7i0XBEpGyFcAE0/bLcQ9MHErTpnU3bLWVE5WZbxG5Y3fDsMxYGifTo5khDA42OquXCC2ngKJB+g==
82148214

8215-
[email protected], mkdirp@1.x, mkdirp@^1.0.3, mkdirp@^1.0.4:
8215+
[email protected], mkdirp@^1.0.3, mkdirp@^1.0.4:
82168216
version "1.0.4"
82178217
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
82188218
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
@@ -10606,19 +10606,17 @@ ts-is-defined@^1.0.0:
1060610606
dependencies:
1060710607
ts-tiny-invariant "0.0.3"
1060810608

10609-
10610-
version "27.0.4"
10611-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.0.4.tgz#df49683535831560ccb58f94c023d831b1b80df0"
10612-
integrity sha512-c4E1ECy9Xz2WGfTMyHbSaArlIva7Wi2p43QOMmCqjSSjHP06KXv+aT+eSY+yZMuqsMi3k7pyGsGj2q5oSl5WfQ==
10609+
10610+
version "27.0.5"
10611+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.0.5.tgz#0b0604e2271167ec43c12a69770f0bb65ad1b750"
10612+
integrity sha512-lIJApzfTaSSbtlksfFNHkWOzLJuuSm4faFAfo5kvzOiRAuoN4/eKxVJ2zEAho8aecE04qX6K1pAzfH5QHL1/8w==
1061310613
dependencies:
1061410614
bs-logger "0.x"
10615-
buffer-from "1.x"
1061610615
fast-json-stable-stringify "2.x"
1061710616
jest-util "^27.0.0"
1061810617
json5 "2.x"
1061910618
lodash "4.x"
1062010619
make-error "1.x"
10621-
mkdirp "1.x"
1062210620
semver "7.x"
1062310621
yargs-parser "20.x"
1062410622

0 commit comments

Comments
 (0)