From bca1a6f8aba033167b44f05a0d64a3358ed23de8 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Mon, 9 Apr 2018 13:53:07 -0700 Subject: [PATCH] fix: updated config --- package.json | 4 ++-- yarn.lock | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 4366cdfc..ce9c27cd 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "bugs": "https://github.com/oclif/dev-cli/issues", "dependencies": { "@oclif/command": "^1.4.10", - "@oclif/config": "^1.4.10", + "@oclif/config": "^1.4.12", "@oclif/errors": "^1.0.4", "@oclif/plugin-help": "^1.2.3", "@oclif/plugin-warn-if-update-available": "^1.3.0", @@ -23,7 +23,7 @@ "tslib": "^1.9.0" }, "devDependencies": { - "@oclif/plugin-legacy": "^1.0.7", + "@oclif/plugin-legacy": "^1.0.9", "@oclif/test": "^1.0.4", "@oclif/tslint": "^1.1.0", "@types/chai": "^4.1.2", diff --git a/yarn.lock b/yarn.lock index 0ab14cf0..1f36cf39 100644 --- a/yarn.lock +++ b/yarn.lock @@ -27,7 +27,7 @@ strip-ansi "^4.0.0" supports-color "^5.1.0" -"@heroku-cli/command@^8.0.1": +"@heroku-cli/command@^8.0.4": version "8.0.4" resolved "https://registry.yarnpkg.com/@heroku-cli/command/-/command-8.0.4.tgz#008cc5efacb34943408d92ae693e05449755a627" dependencies: @@ -58,7 +58,7 @@ debug "^3.1.0" semver "^5.5.0" -"@oclif/command@^1.4.6", "@oclif/command@^1.4.7": +"@oclif/command@^1.4.7": version "1.4.8" resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.8.tgz#6e641a24246707ba06b74b35698c362f7199bbb2" dependencies: @@ -73,9 +73,9 @@ dependencies: debug "^3.1.0" -"@oclif/config@^1.4.10": - version "1.4.10" - resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.4.10.tgz#79d10455378bf97b0910685659c00a7cca6e2e77" +"@oclif/config@^1.4.12": + version "1.4.12" + resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.4.12.tgz#9ce66ef6fdb4cbc0bed9cb639dd118d8e8bde50d" dependencies: debug "^3.1.0" @@ -119,13 +119,13 @@ widest-line "^2.0.0" wrap-ansi "^3.0.1" -"@oclif/plugin-legacy@^1.0.7": - version "1.0.7" - resolved "https://registry.yarnpkg.com/@oclif/plugin-legacy/-/plugin-legacy-1.0.7.tgz#161eef7e1c685483e15a39adc8dd2f79880aa46f" +"@oclif/plugin-legacy@^1.0.9": + version "1.0.9" + resolved "https://registry.yarnpkg.com/@oclif/plugin-legacy/-/plugin-legacy-1.0.9.tgz#0ab9bbfb27f3298af619e1011c7f3568aaf78afb" dependencies: "@heroku-cli/color" "^1.1.3" - "@heroku-cli/command" "^8.0.1" - "@oclif/command" "^1.4.6" + "@heroku-cli/command" "^8.0.4" + "@oclif/command" "^1.4.10" ansi-escapes "^3.1.0" debug "^3.1.0" semver "^5.5.0"