Update dependency ts-jest to v29.3.2 (#1190)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-04-13 13:14:12 +00:00
committed by GitHub
parent a2912cdd00
commit 82108aa261
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -41,7 +41,7 @@
"prettier": "3.5.3", "prettier": "3.5.3",
"swr": "2.3.3", "swr": "2.3.3",
"tailwindcss": "^4.1.0", "tailwindcss": "^4.1.0",
"ts-jest": "29.3.1" "ts-jest": "29.3.2"
} }
}, },
"node_modules/@aashutoshrathi/word-wrap": { "node_modules/@aashutoshrathi/word-wrap": {
@@ -12187,9 +12187,9 @@
} }
}, },
"node_modules/ts-jest": { "node_modules/ts-jest": {
"version": "29.3.1", "version": "29.3.2",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.3.1.tgz", "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.3.2.tgz",
"integrity": "sha512-FT2PIRtZABwl6+ZCry8IY7JZ3xMuppsEV9qFVHOVe8jDzggwUZ9TsM4chyJxL9yi6LvkqcZYU3LmapEE454zBQ==", "integrity": "sha512-bJJkrWc6PjFVz5g2DGCNUo8z7oFEYaz1xP1NpeDU7KNLMWPpEyV8Chbpkn8xjzgRDpQhnGMyvyldoL7h8JXyug==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@@ -12201,7 +12201,7 @@
"lodash.memoize": "^4.1.2", "lodash.memoize": "^4.1.2",
"make-error": "^1.3.6", "make-error": "^1.3.6",
"semver": "^7.7.1", "semver": "^7.7.1",
"type-fest": "^4.38.0", "type-fest": "^4.39.1",
"yargs-parser": "^21.1.1" "yargs-parser": "^21.1.1"
}, },
"bin": { "bin": {
@@ -12237,9 +12237,9 @@
} }
}, },
"node_modules/ts-jest/node_modules/type-fest": { "node_modules/ts-jest/node_modules/type-fest": {
"version": "4.38.0", "version": "4.39.1",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.38.0.tgz", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.39.1.tgz",
"integrity": "sha512-2dBz5D5ycHIoliLYLi0Q2V7KRaDlH0uWIvmk7TYlAg5slqwiPv1ezJdZm1QEM0xgk29oYWMCbIG7E6gHpvChlg==", "integrity": "sha512-uW9qzd66uyHYxwyVBYiwS4Oi0qZyUqwjU+Oevr6ZogYiXt99EOYtwvzMSLw1c3lYo2HzJsep/NB23iEVEgjG/w==",
"dev": true, "dev": true,
"license": "(MIT OR CC0-1.0)", "license": "(MIT OR CC0-1.0)",
"engines": { "engines": {

View File

@@ -44,7 +44,7 @@
"prettier": "3.5.3", "prettier": "3.5.3",
"swr": "2.3.3", "swr": "2.3.3",
"tailwindcss": "^4.1.0", "tailwindcss": "^4.1.0",
"ts-jest": "29.3.1" "ts-jest": "29.3.2"
}, },
"jest": { "jest": {
"transform": { "transform": {