diff --git a/package.json b/package.json index a5ff0813..6f46eb9f 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/plugin-help/issues", "dependencies": { - "@oclif/command": "^1.4.2", + "@oclif/command": "^1.4.4", "chalk": "^2.3.2", "indent-string": "^3.2.0", "lodash.template": "^4.4.0", @@ -14,10 +14,10 @@ "wrap-ansi": "^3.0.1" }, "devDependencies": { - "@oclif/config": "^1.3.59", - "@oclif/dev-cli": "^1.4.1", + "@oclif/config": "^1.3.60", + "@oclif/dev-cli": "^1.4.2", "@oclif/errors": "^1.0.2", - "@oclif/plugin-legacy": "^1.0.5", + "@oclif/plugin-legacy": "^1.0.6", "@oclif/plugin-plugins": "^1.0.7", "@oclif/test": "^1.0.1", "@oclif/tslint": "^1.0.2", diff --git a/yarn.lock b/yarn.lock index 2aca3e97..aa3dcb95 100644 --- a/yarn.lock +++ b/yarn.lock @@ -46,13 +46,28 @@ "@oclif/parser" "^3.2.9" semver "^5.5.0" +"@oclif/command@^1.4.4": + version "1.4.4" + resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.4.tgz#12188c81ac11cd74c30aeba4b3c57380f15d8d54" + dependencies: + "@oclif/errors" "^1.0.2" + "@oclif/parser" "^3.2.9" + debug "^3.1.0" + semver "^5.5.0" + "@oclif/config@^1.3.59": version "1.3.59" resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.3.59.tgz#10cc39757654850458b2d3f899155af2e069deb5" -"@oclif/dev-cli@^1.4.1": - version "1.4.1" - resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.4.1.tgz#bb9d22506aa698dc5d68d42a6c9f58bd8b790ac0" +"@oclif/config@^1.3.60": + version "1.3.60" + resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.3.60.tgz#e5e1b1cf14d68dd55c489bc5f76594073dec0568" + dependencies: + debug "^3.1.0" + +"@oclif/dev-cli@^1.4.2": + version "1.4.2" + resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.4.2.tgz#cd849b2f634606c9dda71caf6d32e5bf31611c6a" dependencies: "@oclif/command" "^1.4.2" "@oclif/config" "^1.3.59" @@ -91,13 +106,13 @@ widest-line "^2.0.0" wrap-ansi "^3.0.1" -"@oclif/plugin-legacy@^1.0.5": - version "1.0.5" - resolved "https://registry.yarnpkg.com/@oclif/plugin-legacy/-/plugin-legacy-1.0.5.tgz#7b5ac820eb2e5105c995ac7525a55833086aeaa8" +"@oclif/plugin-legacy@^1.0.6": + version "1.0.6" + resolved "https://registry.yarnpkg.com/@oclif/plugin-legacy/-/plugin-legacy-1.0.6.tgz#014dcf7b1712a6724dad30be36357982408a69a3" dependencies: "@heroku-cli/color" "^1.1.3" "@heroku-cli/command" "^8.0.0-oclif.2" - "@oclif/command" "^1.4.1" + "@oclif/command" "^1.4.2" ansi-escapes "^3.0.0" debug "^3.1.0" semver "^5.5.0"