Update dependency ts-jest to v29.2.0

This commit is contained in:
renovate[bot]
2024-07-08 17:22:58 +00:00
parent cdbd6112eb
commit 7f1a2e3cd7
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -43,7 +43,7 @@
"prettier": "3.3.2",
"swr": "2.2.5",
"tailwindcss": "3.4.4",
"ts-jest": "29.1.5"
"ts-jest": "29.2.0"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@@ -14179,9 +14179,9 @@
"dev": true
},
"node_modules/ts-jest": {
"version": "29.1.5",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.1.5.tgz",
"integrity": "sha512-UuClSYxM7byvvYfyWdFI+/2UxMmwNyJb0NPkZPQE2hew3RurV7l7zURgOHAd/1I1ZdPpe3GUsXNXAcN8TFKSIg==",
"version": "29.2.0",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.2.0.tgz",
"integrity": "sha512-eFmkE9MG0+oT6nqSOcUwL+2UUmK2IvhhUV8hFDsCHnc++v2WCCbQQZh5vvjsa8sgOY/g9T0325hmkEmi6rninA==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@@ -46,7 +46,7 @@
"prettier": "3.3.2",
"swr": "2.2.5",
"tailwindcss": "3.4.4",
"ts-jest": "29.1.5"
"ts-jest": "29.2.0"
},
"jest": {
"transform": {