Merge pull request from scratchfoundation/renovate/ts-jest-29.x

chore(deps): update dependency ts-jest to v29.3.1
This commit is contained in:
renovate[bot] 2025-04-03 22:47:09 +00:00 committed by GitHub
commit ceb58ffa64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -41,7 +41,7 @@
"scratch-semantic-release-config": "3.0.0", "scratch-semantic-release-config": "3.0.0",
"scratch-webpack-configuration": "3.0.0", "scratch-webpack-configuration": "3.0.0",
"semantic-release": "19.0.5", "semantic-release": "19.0.5",
"ts-jest": "29.3.0", "ts-jest": "29.3.1",
"ts-jest-mock-import-meta": "1.2.1", "ts-jest-mock-import-meta": "1.2.1",
"ts-loader": "9.5.2", "ts-loader": "9.5.2",
"webpack": "5.98.0", "webpack": "5.98.0",
@ -18479,9 +18479,9 @@
} }
}, },
"node_modules/ts-jest": { "node_modules/ts-jest": {
"version": "29.3.0", "version": "29.3.1",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.3.0.tgz", "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.3.1.tgz",
"integrity": "sha512-4bfGBX7Gd1Aqz3SyeDS9O276wEU/BInZxskPrbhZLyv+c1wskDCqDFMJQJLWrIr/fKoAH4GE5dKUlrdyvo+39A==", "integrity": "sha512-FT2PIRtZABwl6+ZCry8IY7JZ3xMuppsEV9qFVHOVe8jDzggwUZ9TsM4chyJxL9yi6LvkqcZYU3LmapEE454zBQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -18493,7 +18493,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.37.0", "type-fest": "^4.38.0",
"yargs-parser": "^21.1.1" "yargs-parser": "^21.1.1"
}, },
"bin": { "bin": {
@ -18552,9 +18552,9 @@
} }
}, },
"node_modules/ts-jest/node_modules/type-fest": { "node_modules/ts-jest/node_modules/type-fest": {
"version": "4.39.0", "version": "4.39.1",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.39.0.tgz", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.39.1.tgz",
"integrity": "sha512-w2IGJU1tIgcrepg9ZJ82d8UmItNQtOFJG0HCUE3SzMokKkTsruVDALl2fAdiEzJlfduoU+VyXJWIIUZ+6jV+nw==", "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

@ -62,7 +62,7 @@
"scratch-semantic-release-config": "3.0.0", "scratch-semantic-release-config": "3.0.0",
"scratch-webpack-configuration": "3.0.0", "scratch-webpack-configuration": "3.0.0",
"semantic-release": "19.0.5", "semantic-release": "19.0.5",
"ts-jest": "29.3.0", "ts-jest": "29.3.1",
"ts-jest-mock-import-meta": "1.2.1", "ts-jest-mock-import-meta": "1.2.1",
"ts-loader": "9.5.2", "ts-loader": "9.5.2",
"webpack": "5.98.0", "webpack": "5.98.0",