diff --git a/package-lock.json b/package-lock.json index ad854a733e7..32bcf4b21f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -94,7 +94,7 @@ "solhint": "^5.1.0", "solhint-plugin-chainlink-solidity": "github:smartcontractkit/chainlink-solhint-rules", "solhint-plugin-prettier": "^0.1.0", - "ts-jest": "^29.2.5", + "ts-jest": "^29.3.2", "tsconfig-paths": "^4.2.0", "tsx": "^4.19.4", "typescript": "^5.8.3", @@ -34507,9 +34507,9 @@ } }, "node_modules/ts-jest": { - "version": "29.2.6", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.2.6.tgz", - "integrity": "sha512-yTNZVZqc8lSixm+QGVFcPe6+yj7+TWZwIesuOWvfcn4B9bz5x4NDzVCQQjOs7Hfouu36aEqfEbo9Qpo+gq8dDg==", + "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": { @@ -34521,6 +34521,7 @@ "lodash.memoize": "^4.1.2", "make-error": "^1.3.6", "semver": "^7.7.1", + "type-fest": "^4.39.1", "yargs-parser": "^21.1.1" }, "bin": { @@ -34780,9 +34781,9 @@ } }, "node_modules/type-fest": { - "version": "4.35.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.35.0.tgz", - "integrity": "sha512-2/AwEFQDFEy30iOLjrvHDIH7e4HEWH+f1Yl1bI5XMqzuoCUqwYCdxachgsgv0og/JdVZUhbfjcJAoHj5L1753A==", + "version": "4.41.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz", + "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==", "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=16" diff --git a/package.json b/package.json index 1638ee332f9..2b708bbecd4 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "solhint": "^5.1.0", "solhint-plugin-chainlink-solidity": "github:smartcontractkit/chainlink-solhint-rules", "solhint-plugin-prettier": "^0.1.0", - "ts-jest": "^29.2.5", + "ts-jest": "^29.3.2", "tsconfig-paths": "^4.2.0", "tsx": "^4.19.4", "typescript": "^5.8.3",