Update dependency ts-jest to v29.0.3

This commit is contained in:
renovate[bot]
2022-09-29 08:58:11 +00:00
parent e4de043aba
commit d0e11f42dc
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.2"
"ts-jest": "29.0.3"
}
},
"node_modules/@ampproject/remapping": {
@@ -9349,9 +9349,9 @@
}
},
"node_modules/ts-jest": {
"version": "29.0.2",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.0.2.tgz",
"integrity": "sha512-P03IUItnAjG6RkJXtjjD5pu0TryQFOwcb1YKmW63rO19V0UFqL3wiXZrmR5D7qYjI98btzIOAcYafLZ0GHAcQg==",
"version": "29.0.3",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.0.3.tgz",
"integrity": "sha512-Ibygvmuyq1qp/z3yTh9QTwVVAbFdDy/+4BtIQR2sp6baF2SJU/8CKK/hhnGIDY2L90Az2jIqTwZPnN2p+BweiQ==",
"dev": true,
"dependencies": {
"bs-logger": "0.x",
@@ -16473,9 +16473,9 @@
"integrity": "sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g=="
},
"ts-jest": {
"version": "29.0.2",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.0.2.tgz",
"integrity": "sha512-P03IUItnAjG6RkJXtjjD5pu0TryQFOwcb1YKmW63rO19V0UFqL3wiXZrmR5D7qYjI98btzIOAcYafLZ0GHAcQg==",
"version": "29.0.3",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.0.3.tgz",
"integrity": "sha512-Ibygvmuyq1qp/z3yTh9QTwVVAbFdDy/+4BtIQR2sp6baF2SJU/8CKK/hhnGIDY2L90Az2jIqTwZPnN2p+BweiQ==",
"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.1.1",
"ts-jest": "29.0.2",
"ts-jest": "29.0.3",
"postcss": "8.4.16",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "7.8.2",