Update dependency ts-jest to v29.0.1

This commit is contained in:
renovate[bot]
2022-09-14 05:09:59 +00:00
parent 980b8b3d07
commit 2db53bb804
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -41,7 +41,7 @@
"prettier": "2.7.1",
"swr": "1.3.0",
"tailwindcss": "3.1.8",
"ts-jest": "29.0.0"
"ts-jest": "29.0.1"
}
},
"node_modules/@ampproject/remapping": {
@@ -9309,9 +9309,9 @@
}
},
"node_modules/ts-jest": {
"version": "29.0.0",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.0.0.tgz",
"integrity": "sha512-OxUaigbv5Aon3OMLY9HBtwkGMs1upWE/URrmmVQFzzOcGlEPVuWzGmXUIkWGt/95Dj/T6MGuTrHHGL6kT6Yn8g==",
"version": "29.0.1",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.0.1.tgz",
"integrity": "sha512-htQOHshgvhn93QLxrmxpiQPk69+M1g7govO1g6kf6GsjCv4uvRV0znVmDrrvjUrVCnTYeY4FBxTYYYD4airyJA==",
"dev": true,
"dependencies": {
"bs-logger": "0.x",
@@ -16401,9 +16401,9 @@
"integrity": "sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g=="
},
"ts-jest": {
"version": "29.0.0",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.0.0.tgz",
"integrity": "sha512-OxUaigbv5Aon3OMLY9HBtwkGMs1upWE/URrmmVQFzzOcGlEPVuWzGmXUIkWGt/95Dj/T6MGuTrHHGL6kT6Yn8g==",
"version": "29.0.1",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.0.1.tgz",
"integrity": "sha512-htQOHshgvhn93QLxrmxpiQPk69+M1g7govO1g6kf6GsjCv4uvRV0znVmDrrvjUrVCnTYeY4FBxTYYYD4airyJA==",
"dev": true,
"requires": {
"bs-logger": "0.x",

View File

@@ -38,7 +38,7 @@
"eslint-config-next": "12.3.0",
"eslint-config-prettier": "8.5.0",
"jest": "29.0.3",
"ts-jest": "29.0.0",
"ts-jest": "29.0.1",
"postcss": "8.4.16",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "7.8.1",