Skip to content

Commit 52461cf

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency ts-jest to v27.0.6
1 parent 798c80b commit 52461cf

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
@@ -96,7 +96,7 @@
9696
"rollup-plugin-terser": "7.0.2",
9797
"semantic-release": "17.4.7",
9898
"ts-interface-builder": "0.3.2",
99-
"ts-jest": "27.0.5",
99+
"ts-jest": "27.0.6",
100100
"ts-node": "10.0.0",
101101
"typescript": "4.3.5"
102102
},

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4277,6 +4277,11 @@ lodash.isstring@^4.0.1:
42774277
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
42784278
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
42794279

4280+
4281+
version "4.1.2"
4282+
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
4283+
integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
4284+
42804285
lodash.merge@^4.6.2:
42814286
version "4.6.2"
42824287
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
@@ -4297,7 +4302,7 @@ lodash.uniqby@^4.7.0:
42974302
resolved "https://registry.yarnpkg.com/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz#d99c07a669e9e6d24e1362dfe266c67616af1302"
42984303
integrity sha1-2ZwHpmnp5tJOE2Lf4mbGdhavEwI=
42994304

4300-
lodash@4.x, lodash@^4.17.15, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.7.0:
4305+
lodash@^4.17.15, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.7.0:
43014306
version "4.17.21"
43024307
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
43034308
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -6244,16 +6249,16 @@ [email protected]:
62446249
resolved "https://registry.yarnpkg.com/ts-interface-checker/-/ts-interface-checker-1.0.2.tgz#63f73a098b0ed34b982df1f490c54890e8e5e0b3"
62456250
integrity sha512-4IKKvhZRXhvtYF/mtu+OCfBqJKV6LczUq4kQYcpT+iSB7++R9+giWnp2ecwWMIcnG16btVOkXFnoxLSYMN1Q1g==
62466251

6247-
6248-
version "27.0.5"
6249-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.0.5.tgz#0b0604e2271167ec43c12a69770f0bb65ad1b750"
6250-
integrity sha512-lIJApzfTaSSbtlksfFNHkWOzLJuuSm4faFAfo5kvzOiRAuoN4/eKxVJ2zEAho8aecE04qX6K1pAzfH5QHL1/8w==
6252+
6253+
version "27.0.6"
6254+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.0.6.tgz#9960dbbdb33792b79c5ee24d1c62514fd7b60052"
6255+
integrity sha512-XWkEBbrkyUWJdK9FwiCVdBZ7ZmT7sxcKtyVEZNmo7u8eQw6NHmtYEM2WpkX9VfnRI0DjSr6INfEHC9vCFhsFnQ==
62516256
dependencies:
62526257
bs-logger "0.x"
62536258
fast-json-stable-stringify "2.x"
62546259
jest-util "^27.0.0"
62556260
json5 "2.x"
6256-
lodash "4.x"
6261+
lodash.memoize "4.x"
62576262
make-error "1.x"
62586263
semver "7.x"
62596264
yargs-parser "20.x"

0 commit comments

Comments
 (0)