From 38fbc2b54bcd288ad5fe3ad1a106fc2068723b2b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2019 06:29:31 +0000 Subject: [PATCH] chore(deps-dev): bump ts-node from 8.5.2 to 8.5.4 Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 8.5.2 to 8.5.4. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Commits](https://github.com/TypeStrong/ts-node/compare/v8.5.2...v8.5.4) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"