diff --git a/package.json b/package.json index e9cfbc4b..78720245 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "semantic-release": "15.9.17", "semantic-release-monorepo": "6.1.1", "ts-jest": "23.1.4", - "ts-node": "8.5.0", + "ts-node": "8.5.2", "tslint": "5.20.1", "tslint-config-airbnb": "5.10.0", "tslint-config-prettier": "1.18.0", diff --git a/yarn.lock b/yarn.lock index 224e548c..8b6788af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9559,10 +9559,10 @@ ts-jest@23.1.4: json5 "^0.5.0" lodash "^4.17.10" -ts-node@8.5.0: - version "8.5.0" - resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.5.0.tgz#bc7d5a39133d222bf25b1693651e4d893785f884" - integrity sha512-fbG32iZEupNV2E2Fd2m2yt1TdAwR3GTCrJQBHDevIiEBNy1A8kqnyl1fv7jmRmmbtcapFab2glZXHJvfD1ed0Q== +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== dependencies: arg "^4.1.0" diff "^4.0.1"