From c78c0d3b63c94d20d3a6f759bbd691dc4feb9f19 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2020 21:11:59 +0000 Subject: [PATCH] chore(deps): bump ts-node from 8.8.2 to 8.9.0 Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 8.8.2 to 8.9.0. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Commits](https://github.com/TypeStrong/ts-node/compare/v8.8.2...v8.9.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- packages/timestamp/example/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 00abeb9c7..141220fb4 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "quicktype": "^15.0.174", "rimraf": "^3.0.0", "ts-jest": "^24.0.0", - "ts-node": "~8.8.0", + "ts-node": "~8.9.0", "typescript": "3.8" }, "husky": { diff --git a/packages/timestamp/example/package.json b/packages/timestamp/example/package.json index 56e5419df..943929dfd 100644 --- a/packages/timestamp/example/package.json +++ b/packages/timestamp/example/package.json @@ -41,7 +41,7 @@ "karma-jasmine": "~3.1.0", "karma-jasmine-html-reporter": "^1.4.2", "protractor": "^5.4.2", - "ts-node": "~8.8.0", + "ts-node": "~8.9.0", "tslint": "~6.1.0", "typescript": "~3.8.3" }