diff --git a/package-lock.json b/package-lock.json index ff320c4..0566267 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "husky": "9.1.7", "jest": "29.7.0", "prettier": "3.5.3", - "ts-jest": "29.3.3", + "ts-jest": "29.3.4", "tsx": "4.19.4", "typedoc": "0.28.4", "typescript": "5.8.3", @@ -5908,9 +5908,9 @@ } }, "node_modules/ts-jest": { - "version": "29.3.3", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.3.3.tgz", - "integrity": "sha512-y6jLm19SL4GroiBmHwFK4dSHUfDNmOrJbRfp6QmDIlI9p5tT5Q8ItccB4pTIslCIqOZuQnBwpTR0bQ5eUMYwkw==", + "version": "29.3.4", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.3.4.tgz", + "integrity": "sha512-Iqbrm8IXOmV+ggWHOTEbjwyCf2xZlUMv5npExksXohL+tk8va4Fjhb+X2+Rt9NBmgO7bJ8WpnMLOwih/DnMlFA==", "dev": true, "license": "MIT", "dependencies": { @@ -10551,9 +10551,9 @@ "requires": {} }, "ts-jest": { - "version": "29.3.3", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.3.3.tgz", - "integrity": "sha512-y6jLm19SL4GroiBmHwFK4dSHUfDNmOrJbRfp6QmDIlI9p5tT5Q8ItccB4pTIslCIqOZuQnBwpTR0bQ5eUMYwkw==", + "version": "29.3.4", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.3.4.tgz", + "integrity": "sha512-Iqbrm8IXOmV+ggWHOTEbjwyCf2xZlUMv5npExksXohL+tk8va4Fjhb+X2+Rt9NBmgO7bJ8WpnMLOwih/DnMlFA==", "dev": true, "requires": { "bs-logger": "^0.2.6", diff --git a/package.json b/package.json index c171899..668a5c0 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "husky": "9.1.7", "jest": "29.7.0", "prettier": "3.5.3", - "ts-jest": "29.3.3", + "ts-jest": "29.3.4", "tsx": "4.19.4", "typedoc": "0.28.4", "typescript": "5.8.3",