Skip to content

Commit bce0254

Browse files
chore(deps): update dependency ts-jest to v29.2.3 (#1830)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a05bf0a commit bce0254

File tree

2 files changed

+86
-6
lines changed

2 files changed

+86
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"lint-staged": "^15.0.0",
4949
"lodash": "^4.17.15",
5050
"prettier": "^3.0.0",
51-
"ts-jest": "29.1.5"
51+
"ts-jest": "29.2.3"
5252
},
5353
"lint-staged": {
5454
"*.{js,ts,html,md}": [

yarn.lock

Lines changed: 85 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5024,7 +5024,7 @@ __metadata:
50245024
lint-staged: ^15.0.0
50255025
lodash: ^4.17.15
50265026
prettier: ^3.0.0
5027-
ts-jest: 29.1.5
5027+
ts-jest: 29.2.3
50285028
languageName: unknown
50295029
linkType: soft
50305030

@@ -5240,7 +5240,7 @@ __metadata:
52405240
languageName: node
52415241
linkType: hard
52425242

5243-
"async@npm:^3.2.0":
5243+
"async@npm:^3.2.0, async@npm:^3.2.3":
52445244
version: 3.2.5
52455245
resolution: "async@npm:3.2.5"
52465246
checksum: 5ec77f1312301dee02d62140a6b1f7ee0edd2a0f983b6fd2b0849b969f245225b990b47b8243e7b9ad16451a53e7f68e753700385b706198ced888beedba3af4
@@ -5847,7 +5847,7 @@ __metadata:
58475847
languageName: node
58485848
linkType: hard
58495849

5850-
"chalk@npm:^4.0.0, chalk@npm:^4.1.0":
5850+
"chalk@npm:^4.0.0, chalk@npm:^4.0.2, chalk@npm:^4.1.0":
58515851
version: 4.1.2
58525852
resolution: "chalk@npm:4.1.2"
58535853
dependencies:
@@ -7384,6 +7384,17 @@ __metadata:
73847384
languageName: node
73857385
linkType: hard
73867386

7387+
"ejs@npm:^3.1.10":
7388+
version: 3.1.10
7389+
resolution: "ejs@npm:3.1.10"
7390+
dependencies:
7391+
jake: ^10.8.5
7392+
bin:
7393+
ejs: bin/cli.js
7394+
checksum: ce90637e9c7538663ae023b8a7a380b2ef7cc4096de70be85abf5a3b9641912dde65353211d05e24d56b1f242d71185c6d00e02cb8860701d571786d92c71f05
7395+
languageName: node
7396+
linkType: hard
7397+
73877398
"electron-to-chromium@npm:^1.4.820":
73887399
version: 1.4.829
73897400
resolution: "electron-to-chromium@npm:1.4.829"
@@ -8133,6 +8144,15 @@ __metadata:
81338144
languageName: node
81348145
linkType: hard
81358146

8147+
"filelist@npm:^1.0.4":
8148+
version: 1.0.4
8149+
resolution: "filelist@npm:1.0.4"
8150+
dependencies:
8151+
minimatch: ^5.0.1
8152+
checksum: a303573b0821e17f2d5e9783688ab6fbfce5d52aaac842790ae85e704a6f5e4e3538660a63183d6453834dedf1e0f19a9dadcebfa3e926c72397694ea11f5160
8153+
languageName: node
8154+
linkType: hard
8155+
81368156
"fill-range@npm:^7.1.1":
81378157
version: 7.1.1
81388158
resolution: "fill-range@npm:7.1.1"
@@ -9860,6 +9880,20 @@ __metadata:
98609880
languageName: node
98619881
linkType: hard
98629882

9883+
"jake@npm:^10.8.5":
9884+
version: 10.9.2
9885+
resolution: "jake@npm:10.9.2"
9886+
dependencies:
9887+
async: ^3.2.3
9888+
chalk: ^4.0.2
9889+
filelist: ^1.0.4
9890+
minimatch: ^3.1.2
9891+
bin:
9892+
jake: bin/cli.js
9893+
checksum: f2dc4a086b4f58446d02cb9be913c39710d9ea570218d7681bb861f7eeaecab7b458256c946aeaa7e548c5e0686cc293e6435501e4047174a3b6a504dcbfcaae
9894+
languageName: node
9895+
linkType: hard
9896+
98639897
"jasmine-core@npm:5.1.2":
98649898
version: 5.1.2
98659899
resolution: "jasmine-core@npm:5.1.2"
@@ -11487,7 +11521,7 @@ __metadata:
1148711521
languageName: node
1148811522
linkType: hard
1148911523

11490-
"minimatch@npm:^3.0.4, minimatch@npm:^3.1.1":
11524+
"minimatch@npm:^3.0.4, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
1149111525
version: 3.1.2
1149211526
resolution: "minimatch@npm:3.1.2"
1149311527
dependencies:
@@ -11496,6 +11530,15 @@ __metadata:
1149611530
languageName: node
1149711531
linkType: hard
1149811532

11533+
"minimatch@npm:^5.0.1":
11534+
version: 5.1.6
11535+
resolution: "minimatch@npm:5.1.6"
11536+
dependencies:
11537+
brace-expansion: ^2.0.1
11538+
checksum: 7564208ef81d7065a370f788d337cd80a689e981042cb9a1d0e6580b6c6a8c9279eba80010516e258835a988363f99f54a6f711a315089b8b42694f5da9d0d77
11539+
languageName: node
11540+
linkType: hard
11541+
1149911542
"minimatch@npm:^9.0.0, minimatch@npm:^9.0.3, minimatch@npm:^9.0.4, minimatch@npm:^9.0.5":
1150011543
version: 9.0.5
1150111544
resolution: "minimatch@npm:9.0.5"
@@ -15476,7 +15519,44 @@ __metadata:
1547615519
languageName: node
1547715520
linkType: hard
1547815521

15479-
"ts-jest@npm:29.1.5, ts-jest@npm:^29.0.0":
15522+
"ts-jest@npm:29.2.3":
15523+
version: 29.2.3
15524+
resolution: "ts-jest@npm:29.2.3"
15525+
dependencies:
15526+
bs-logger: 0.x
15527+
ejs: ^3.1.10
15528+
fast-json-stable-stringify: 2.x
15529+
jest-util: ^29.0.0
15530+
json5: ^2.2.3
15531+
lodash.memoize: 4.x
15532+
make-error: 1.x
15533+
semver: ^7.5.3
15534+
yargs-parser: ^21.0.1
15535+
peerDependencies:
15536+
"@babel/core": ">=7.0.0-beta.0 <8"
15537+
"@jest/transform": ^29.0.0
15538+
"@jest/types": ^29.0.0
15539+
babel-jest: ^29.0.0
15540+
jest: ^29.0.0
15541+
typescript: ">=4.3 <6"
15542+
peerDependenciesMeta:
15543+
"@babel/core":
15544+
optional: true
15545+
"@jest/transform":
15546+
optional: true
15547+
"@jest/types":
15548+
optional: true
15549+
babel-jest:
15550+
optional: true
15551+
esbuild:
15552+
optional: true
15553+
bin:
15554+
ts-jest: cli.js
15555+
checksum: b405fe2f5f9b8aee8ec83520e91ce61a43b3025069dc59809cfbee7255ac1710d694a6bdfecc5bba5f365b9605d0520d62855d0c1bbf0665096e12a71ed3a642
15556+
languageName: node
15557+
linkType: hard
15558+
15559+
"ts-jest@npm:^29.0.0":
1548015560
version: 29.1.5
1548115561
resolution: "ts-jest@npm:29.1.5"
1548215562
dependencies:

0 commit comments

Comments
 (0)