Update dependency ts-jest to v29.2.4

This commit is contained in:
renovate[bot]
2024-08-03 05:01:56 +00:00
parent 865cf3727f
commit faedb61198
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -43,7 +43,7 @@
"prettier": "3.3.3",
"swr": "2.2.5",
"tailwindcss": "3.4.7",
"ts-jest": "29.2.3"
"ts-jest": "29.2.4"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@@ -14256,9 +14256,9 @@
"dev": true
},
"node_modules/ts-jest": {
"version": "29.2.3",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.2.3.tgz",
"integrity": "sha512-yCcfVdiBFngVz9/keHin9EnsrQtQtEu3nRykNy9RVp+FiPFFbPJ3Sg6Qg4+TkmH0vMP5qsTKgXSsk80HRwvdgQ==",
"version": "29.2.4",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.2.4.tgz",
"integrity": "sha512-3d6tgDyhCI29HlpwIq87sNuI+3Q6GLTTCeYRHCs7vDz+/3GCMwEtV9jezLyl4ZtnBgx00I7hm8PCP8cTksMGrw==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@@ -46,7 +46,7 @@
"prettier": "3.3.3",
"swr": "2.2.5",
"tailwindcss": "3.4.7",
"ts-jest": "29.2.3"
"ts-jest": "29.2.4"
},
"jest": {
"transform": {