Update dependency ts-jest to v29.1.0

This commit is contained in:
renovate[bot]
2023-04-03 04:21:09 +00:00
parent 0760c6e56e
commit be6bf9ea93
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -42,7 +42,7 @@
"prettier": "2.8.7",
"swr": "2.1.2",
"tailwindcss": "3.3.1",
"ts-jest": "29.0.5"
"ts-jest": "29.1.0"
}
},
"node_modules/@ampproject/remapping": {
@@ -11494,9 +11494,9 @@
"dev": true
},
"node_modules/ts-jest": {
"version": "29.0.5",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.0.5.tgz",
"integrity": "sha512-PL3UciSgIpQ7f6XjVOmbi96vmDHUqAyqDr8YxzopDqX3kfgYtX1cuNeBjP+L9sFXi6nzsGGA6R3fP3DDDJyrxA==",
"version": "29.1.0",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.1.0.tgz",
"integrity": "sha512-ZhNr7Z4PcYa+JjMl62ir+zPiNJfXJN6E8hSLnaUKhOgqcn8vb3e537cpkd0FuAfRK3sR1LSqM1MOhliXNgOFPA==",
"dev": true,
"dependencies": {
"bs-logger": "0.x",
@@ -11519,7 +11519,7 @@
"@jest/types": "^29.0.0",
"babel-jest": "^29.0.0",
"jest": "^29.0.0",
"typescript": ">=4.3"
"typescript": ">=4.3 <6"
},
"peerDependenciesMeta": {
"@babel/core": {
@@ -20470,9 +20470,9 @@
"dev": true
},
"ts-jest": {
"version": "29.0.5",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.0.5.tgz",
"integrity": "sha512-PL3UciSgIpQ7f6XjVOmbi96vmDHUqAyqDr8YxzopDqX3kfgYtX1cuNeBjP+L9sFXi6nzsGGA6R3fP3DDDJyrxA==",
"version": "29.1.0",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.1.0.tgz",
"integrity": "sha512-ZhNr7Z4PcYa+JjMl62ir+zPiNJfXJN6E8hSLnaUKhOgqcn8vb3e537cpkd0FuAfRK3sR1LSqM1MOhliXNgOFPA==",
"dev": true,
"requires": {
"bs-logger": "0.x",

View File

@@ -45,7 +45,7 @@
"prettier": "2.8.7",
"swr": "2.1.2",
"tailwindcss": "3.3.1",
"ts-jest": "29.0.5"
"ts-jest": "29.1.0"
},
"jest": {
"transform": {