diff --git a/package-lock.json b/package-lock.json index 9ce1a4a..bda5655 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "jest": "29.7.0", "lint-staged": "16.0.0", "prettier": "3.5.3", - "ts-jest": "29.3.3", + "ts-jest": "29.3.4", "typescript": "5.8.3" } }, @@ -6366,9 +6366,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": { @@ -11359,9 +11359,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 d8c42fa..1766123 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "jest": "29.7.0", "lint-staged": "16.0.0", "prettier": "3.5.3", - "ts-jest": "29.3.3", + "ts-jest": "29.3.4", "typescript": "5.8.3" }, "private": true,