Skip to content

Commit 507bb21

Browse files
chore(deps): update dependency ts-jest to v29.1.4 (#3120)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4d5504c commit 507bb21

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

clients/algoliasearch-client-javascript/packages/client-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/node": "20.12.12",
2727
"jest": "29.7.0",
2828
"jest-environment-jsdom": "29.7.0",
29-
"ts-jest": "29.1.3",
29+
"ts-jest": "29.1.4",
3030
"typescript": "5.4.5"
3131
},
3232
"engines": {

clients/algoliasearch-client-javascript/packages/requester-browser-xhr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/node": "20.12.12",
3030
"jest": "29.7.0",
3131
"jest-environment-jsdom": "29.7.0",
32-
"ts-jest": "29.1.3",
32+
"ts-jest": "29.1.4",
3333
"typescript": "5.4.5",
3434
"xhr-mock": "2.5.1"
3535
},

clients/algoliasearch-client-javascript/packages/requester-fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"cross-fetch": "4.0.0",
3131
"jest": "29.7.0",
3232
"nock": "13.5.4",
33-
"ts-jest": "29.1.3",
33+
"ts-jest": "29.1.4",
3434
"typescript": "5.4.5"
3535
},
3636
"engines": {

clients/algoliasearch-client-javascript/packages/requester-node-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/node": "20.12.12",
3030
"jest": "29.7.0",
3131
"nock": "13.5.4",
32-
"ts-jest": "29.1.3",
32+
"ts-jest": "29.1.4",
3333
"typescript": "5.4.5"
3434
},
3535
"engines": {

clients/algoliasearch-client-javascript/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ __metadata:
4141
"@types/node": "npm:20.12.12"
4242
jest: "npm:29.7.0"
4343
jest-environment-jsdom: "npm:29.7.0"
44-
ts-jest: "npm:29.1.3"
44+
ts-jest: "npm:29.1.4"
4545
typescript: "npm:5.4.5"
4646
languageName: unknown
4747
linkType: soft
@@ -161,7 +161,7 @@ __metadata:
161161
"@types/node": "npm:20.12.12"
162162
jest: "npm:29.7.0"
163163
jest-environment-jsdom: "npm:29.7.0"
164-
ts-jest: "npm:29.1.3"
164+
ts-jest: "npm:29.1.4"
165165
typescript: "npm:5.4.5"
166166
xhr-mock: "npm:2.5.1"
167167
languageName: unknown
@@ -179,7 +179,7 @@ __metadata:
179179
cross-fetch: "npm:4.0.0"
180180
jest: "npm:29.7.0"
181181
nock: "npm:13.5.4"
182-
ts-jest: "npm:29.1.3"
182+
ts-jest: "npm:29.1.4"
183183
typescript: "npm:5.4.5"
184184
languageName: unknown
185185
linkType: soft
@@ -195,7 +195,7 @@ __metadata:
195195
"@types/node": "npm:20.12.12"
196196
jest: "npm:29.7.0"
197197
nock: "npm:13.5.4"
198-
ts-jest: "npm:29.1.3"
198+
ts-jest: "npm:29.1.4"
199199
typescript: "npm:5.4.5"
200200
languageName: unknown
201201
linkType: soft
@@ -10261,9 +10261,9 @@ __metadata:
1026110261
languageName: node
1026210262
linkType: hard
1026310263

10264-
"ts-jest@npm:29.1.3":
10265-
version: 29.1.3
10266-
resolution: "ts-jest@npm:29.1.3"
10264+
"ts-jest@npm:29.1.4":
10265+
version: 29.1.4
10266+
resolution: "ts-jest@npm:29.1.4"
1026710267
dependencies:
1026810268
bs-logger: "npm:0.x"
1026910269
fast-json-stable-stringify: "npm:2.x"
@@ -10293,7 +10293,7 @@ __metadata:
1029310293
optional: true
1029410294
bin:
1029510295
ts-jest: cli.js
10296-
checksum: cc1f608bb5859e112ffb8a6d84ddb5c20954b7ec8c89a8c7f95e373368d8946b5843594fe7779078eec2b7e825962848f1a1ba7a44c71b8a08ed4e75d3a3f8d8
10296+
checksum: 3103c0e2f9937ae6bb51918105883565bb2d11cae1121ae20aedd1c4374f843341463a4a1986e02a958d119be0d3a9b996d761bc4aac85152a29385e609fed3c
1029710297
languageName: node
1029810298
linkType: hard
1029910299

0 commit comments

Comments
 (0)