diff --git a/counter-cli/package-lock.json b/counter-cli/package-lock.json index bd14934..50e05be 100644 --- a/counter-cli/package-lock.json +++ b/counter-cli/package-lock.json @@ -35,7 +35,7 @@ "jest-html-reporters": "^3.1.7", "jest-junit": "^16.0.0", "testcontainers": "^10.24.0", - "ts-jest": "^29.3.1", + "ts-jest": "^29.3.2", "ts-node": "^10.9.2", "typescript": "^5.8.3" } @@ -7066,9 +7066,9 @@ } }, "node_modules/ts-jest": { - "version": "29.3.1", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.3.1.tgz", - "integrity": "sha512-FT2PIRtZABwl6+ZCry8IY7JZ3xMuppsEV9qFVHOVe8jDzggwUZ9TsM4chyJxL9yi6LvkqcZYU3LmapEE454zBQ==", + "version": "29.3.2", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.3.2.tgz", + "integrity": "sha512-bJJkrWc6PjFVz5g2DGCNUo8z7oFEYaz1xP1NpeDU7KNLMWPpEyV8Chbpkn8xjzgRDpQhnGMyvyldoL7h8JXyug==", "dev": true, "license": "MIT", "dependencies": { @@ -7080,7 +7080,7 @@ "lodash.memoize": "^4.1.2", "make-error": "^1.3.6", "semver": "^7.7.1", - "type-fest": "^4.38.0", + "type-fest": "^4.39.1", "yargs-parser": "^21.1.1" }, "bin": { diff --git a/counter-cli/package.json b/counter-cli/package.json index 926ba48..d8acca4 100644 --- a/counter-cli/package.json +++ b/counter-cli/package.json @@ -44,7 +44,7 @@ "jest-html-reporters": "^3.1.7", "jest-junit": "^16.0.0", "testcontainers": "^10.24.0", - "ts-jest": "^29.3.1", + "ts-jest": "^29.3.2", "ts-node": "^10.9.2", "typescript": "^5.8.3" }