Update dependency ts-jest to v29.1.3

This commit is contained in:
renovate[bot]
2024-05-21 11:02:25 +00:00
parent ee33f62d61
commit 13e19be158
2 changed files with 11 additions and 6 deletions

15
package-lock.json generated
View File

@@ -43,7 +43,7 @@
"prettier": "3.2.5",
"swr": "2.2.5",
"tailwindcss": "3.4.3",
"ts-jest": "29.1.2"
"ts-jest": "29.1.3"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@@ -14085,10 +14085,11 @@
"dev": true
},
"node_modules/ts-jest": {
"version": "29.1.2",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.1.2.tgz",
"integrity": "sha512-br6GJoH/WUX4pu7FbZXuWGKGNDuU7b8Uj77g/Sp7puZV6EXzuByl6JrECvm0MzVzSTkSHWTihsXt+5XYER5b+g==",
"version": "29.1.3",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.1.3.tgz",
"integrity": "sha512-6L9qz3ginTd1NKhOxmkP0qU3FyKjj5CPoY+anszfVn6Pmv/RIKzhiMCsH7Yb7UvJR9I2A64rm4zQl531s2F1iw==",
"dev": true,
"license": "MIT",
"dependencies": {
"bs-logger": "0.x",
"fast-json-stable-stringify": "2.x",
@@ -14103,10 +14104,11 @@
"ts-jest": "cli.js"
},
"engines": {
"node": "^16.10.0 || ^18.0.0 || >=20.0.0"
"node": "^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0"
},
"peerDependencies": {
"@babel/core": ">=7.0.0-beta.0 <8",
"@jest/transform": "^29.0.0",
"@jest/types": "^29.0.0",
"babel-jest": "^29.0.0",
"jest": "^29.0.0",
@@ -14116,6 +14118,9 @@
"@babel/core": {
"optional": true
},
"@jest/transform": {
"optional": true
},
"@jest/types": {
"optional": true
},

View File

@@ -46,7 +46,7 @@
"prettier": "3.2.5",
"swr": "2.2.5",
"tailwindcss": "3.4.3",
"ts-jest": "29.1.2"
"ts-jest": "29.1.3"
},
"jest": {
"transform": {