diff --git a/package-lock.json b/package-lock.json index 1cfd140..aa78bff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4800,17 +4800,18 @@ } }, "ts-jest": { - "version": "26.1.1", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.1.1.tgz", - "integrity": "sha512-Lk/357quLg5jJFyBQLnSbhycnB3FPe+e9i7ahxokyXxAYoB0q1pPmqxxRPYr4smJic1Rjcf7MXDBhZWgxlli0A==", + "version": "26.2.0", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.2.0.tgz", + "integrity": "sha512-9+y2qwzXdAImgLSYLXAb/Rhq9+K4rbt0417b8ai987V60g2uoNWBBmMkYgutI7D8Zhu+IbCSHbBtrHxB9d7xyA==", "requires": { + "@types/jest": "26.x", "bs-logger": "0.x", "buffer-from": "1.x", "fast-json-stable-stringify": "2.x", + "jest-util": "26.x", "json5": "2.x", "lodash.memoize": "4.x", "make-error": "1.x", - "micromatch": "4.x", "mkdirp": "1.x", "semver": "7.x", "yargs-parser": "18.x" diff --git a/package.json b/package.json index 38dc679..8330c9f 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "jest-junit": "^11.1.0", "request": "^2.88.0", "requestretry": "^4.1.1", - "ts-jest": "^26.1.1", + "ts-jest": "^26.2.0", "typescript": "^3.9.7", "yarn": "^1.22.4" },