Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"globals": "^16.4.0",
"jest": "^30.2.0",
"prettier": "^3.6.2",
"ts-jest": "^29.4.4",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2",
"typedoc": "^0.28.13",
"typescript": "~5.9.3",
Expand Down
21 changes: 15 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2125,7 +2125,7 @@ __metadata:
globals: "npm:^16.4.0"
jest: "npm:^30.2.0"
prettier: "npm:^3.6.2"
ts-jest: "npm:^29.4.4"
ts-jest: "npm:^29.4.6"
ts-node: "npm:^10.9.2"
typedoc: "npm:^0.28.13"
typescript: "npm:~5.9.3"
Expand Down Expand Up @@ -4858,6 +4858,15 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:^7.7.3":
version: 7.7.3
resolution: "semver@npm:7.7.3"
bin:
semver: bin/semver.js
checksum: 10c0/4afe5c986567db82f44c8c6faef8fe9df2a9b1d98098fc1721f57c696c4c21cebd572f297fc21002f81889492345b8470473bc6f4aff5fb032a6ea59ea2bc45e
languageName: node
linkType: hard

"shebang-command@npm:^2.0.0":
version: 2.0.0
resolution: "shebang-command@npm:2.0.0"
Expand Down Expand Up @@ -5131,17 +5140,17 @@ __metadata:
languageName: node
linkType: hard

"ts-jest@npm:^29.4.4":
version: 29.4.4
resolution: "ts-jest@npm:29.4.4"
"ts-jest@npm:^29.4.6":
version: 29.4.6
resolution: "ts-jest@npm:29.4.6"
dependencies:
bs-logger: "npm:^0.2.6"
fast-json-stable-stringify: "npm:^2.1.0"
handlebars: "npm:^4.7.8"
json5: "npm:^2.2.3"
lodash.memoize: "npm:^4.1.2"
make-error: "npm:^1.3.6"
semver: "npm:^7.7.2"
semver: "npm:^7.7.3"
type-fest: "npm:^4.41.0"
yargs-parser: "npm:^21.1.1"
peerDependencies:
Expand All @@ -5167,7 +5176,7 @@ __metadata:
optional: true
bin:
ts-jest: cli.js
checksum: 10c0/f99d612704cda98369f4a54d3db771bad5edd1390fded4f1691f3182f0c8ce8b7f827e5846952bd8bcd26df26c9fb18f11089de760956bdf357875a5f1d49fcc
checksum: 10c0/013dda99ac938cd4b94bae9323ed1b633cd295976c256d596d01776866188078fe7b82b8b3ebd05deb401b27b5618d9d76208eded2568661240ecf9694a5c933
languageName: node
linkType: hard

Expand Down
Loading