From 188765f9c1912af2c092d0ccc11d865af669d2ba Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 20 Aug 2019 19:51:21 +0000 Subject: [PATCH] Update dependency exec-inline to ^0.0.3 --- tools/clean-typescript-build/package.json | 2 +- tools/scripts/package.json | 2 +- tools/tslint/package.json | 2 +- tools/workspace/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/clean-typescript-build/package.json b/tools/clean-typescript-build/package.json index a6a6fcb..14746a2 100644 --- a/tools/clean-typescript-build/package.json +++ b/tools/clean-typescript-build/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "clean-typescript-build": "^0.1.0", - "exec-inline": "^0.0.2", + "exec-inline": "^0.0.3", "@tools/places": "file:../places" } } diff --git a/tools/scripts/package.json b/tools/scripts/package.json index 3522615..1efaa64 100644 --- a/tools/scripts/package.json +++ b/tools/scripts/package.json @@ -8,7 +8,7 @@ "dependencies": { "chalk": "^2.4.2", "number-enum": "^3.0.0", - "exec-inline": "^0.0.2", + "exec-inline": "^0.0.3", "@tools/clean-typescript-build": "file:../clean-typescript-build", "@tools/git-tag-versions": "file:../git-tag-versions", "@tools/ignore-file": "file:../ignore-file", diff --git a/tools/tslint/package.json b/tools/tslint/package.json index dcd897d..eefc331 100644 --- a/tools/tslint/package.json +++ b/tools/tslint/package.json @@ -8,7 +8,7 @@ "tslint": "^5.12.1", "tslint-config-standard": "^8.0.1", "typescript": "^3.2.2", - "exec-inline": "^0.0.2", + "exec-inline": "^0.0.3", "@tools/places": "file:../places" } } diff --git a/tools/workspace/package.json b/tools/workspace/package.json index dd56583..39f4124 100644 --- a/tools/workspace/package.json +++ b/tools/workspace/package.json @@ -7,7 +7,7 @@ "dependencies": { "number-enum": "^3.0.0", "nested-workspace-helper": "^0.2.9", - "exec-inline": "^0.0.2", + "exec-inline": "^0.0.3", "@tools/places": "file:../places" } }