Update dependency ts-jest to v29.0.2

This commit is contained in:
renovate[bot]
2022-09-24 10:36:56 +00:00
parent ab87e344ea
commit 6298957ddb
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.1"
"ts-jest": "29.0.2"
}
},
"node_modules/@ampproject/remapping": {
@@ -9347,9 +9347,9 @@
}
},
"node_modules/ts-jest": {
"version": "29.0.1",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.0.1.tgz",
"integrity": "sha512-htQOHshgvhn93QLxrmxpiQPk69+M1g7govO1g6kf6GsjCv4uvRV0znVmDrrvjUrVCnTYeY4FBxTYYYD4airyJA==",
"version": "29.0.2",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.0.2.tgz",
"integrity": "sha512-P03IUItnAjG6RkJXtjjD5pu0TryQFOwcb1YKmW63rO19V0UFqL3wiXZrmR5D7qYjI98btzIOAcYafLZ0GHAcQg==",
"dev": true,
"dependencies": {
"bs-logger": "0.x",
@@ -16470,9 +16470,9 @@
"integrity": "sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g=="
},
"ts-jest": {
"version": "29.0.1",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.0.1.tgz",
"integrity": "sha512-htQOHshgvhn93QLxrmxpiQPk69+M1g7govO1g6kf6GsjCv4uvRV0znVmDrrvjUrVCnTYeY4FBxTYYYD4airyJA==",
"version": "29.0.2",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.0.2.tgz",
"integrity": "sha512-P03IUItnAjG6RkJXtjjD5pu0TryQFOwcb1YKmW63rO19V0UFqL3wiXZrmR5D7qYjI98btzIOAcYafLZ0GHAcQg==",
"dev": true,
"requires": {
"bs-logger": "0.x",

View File

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