diff --git a/package.json b/package.json index 05293a4..fbba779 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "prettier": "^1.19.1", "rimraf": "^3.0.0", "ts-jest": "^24.1.0", - "ts-node": "^8.5.2", + "ts-node": "^8.5.4", "tslint": "^5.20.1", "tslint-config-prettier": "^1.18.0", "typescript": "^3.7.2" diff --git a/yarn.lock b/yarn.lock index 1743730..b801e0c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5264,10 +5264,10 @@ ts-jest@^24.1.0: semver "^5.5" yargs-parser "10.x" -ts-node@^8.5.2: - version "8.5.2" - resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.5.2.tgz#434f6c893bafe501a30b32ac94ee36809ba2adce" - integrity sha512-W1DK/a6BGoV/D4x/SXXm6TSQx6q3blECUzd5TN+j56YEMX3yPVMpHsICLedUw3DvGF3aTQ8hfdR9AKMaHjIi+A== +ts-node@^8.5.4: + version "8.5.4" + resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.5.4.tgz#a152add11fa19c221d0b48962c210cf467262ab2" + integrity sha512-izbVCRV68EasEPQ8MSIGBNK9dc/4sYJJKYA+IarMQct1RtEot6Xp0bXuClsbUSnKpg50ho+aOAx8en5c+y4OFw== dependencies: arg "^4.1.0" diff "^4.0.1"