From 64a13d1ac091271ee4bf45a84aab51f7ae0da309 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Thu, 31 May 2018 18:32:22 -0700 Subject: [PATCH] fix: updated deps --- package.json | 6 +++--- yarn.lock | 19 ++++++++++--------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 68ffec7..1ee881b 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,8 @@ "bin": "./bin/run", "bugs": "https://github.com/oclif/oclif/issues", "dependencies": { - "@oclif/command": "^1.4.31", - "@oclif/config": "^1.6.24", + "@oclif/command": "^1.4.32", + "@oclif/config": "^1.6.27", "@oclif/errors": "^1.1.2", "@oclif/plugin-help": "^2.0.4", "@oclif/plugin-not-found": "^1.0.9", @@ -34,7 +34,7 @@ "eslint": "^4.19.1", "eslint-config-oclif": "^1.5.1", "execa": "^0.10.0", - "fancy-test": "^1.1.0", + "fancy-test": "^1.1.2", "fs-extra": "^6.0.1", "globby": "^8.0.1", "mocha": "^5.2.0", diff --git a/yarn.lock b/yarn.lock index 07bb09a..24d5cf8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -52,9 +52,9 @@ debug "^3.1.0" semver "^5.5.0" -"@oclif/command@^1.4.31": - version "1.4.31" - resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.31.tgz#14aece1d9d9e53cc5a5dc03d17cf315cd55818f9" +"@oclif/command@^1.4.32": + version "1.4.32" + resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.32.tgz#1cb2eb9637340a1ac69da35e407316688f736647" dependencies: "@oclif/errors" "^1.1.2" "@oclif/parser" "^3.4.1" @@ -73,11 +73,12 @@ dependencies: debug "^3.1.0" -"@oclif/config@^1.6.24": - version "1.6.24" - resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.24.tgz#ee11b171af91aba686f6b5109d8baf2509e20c16" +"@oclif/config@^1.6.27": + version "1.6.27" + resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.27.tgz#d3de1cff71301784c8e4ee3903d3f7db21a18c3f" dependencies: debug "^3.1.0" + tslib "^1.9.2" "@oclif/dev-cli@^1.13.29": version "1.13.29" @@ -1336,9 +1337,9 @@ extract-stack@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/extract-stack/-/extract-stack-1.0.0.tgz#b97acaf9441eea2332529624b732fc5a1c8165fa" -fancy-test@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-1.1.0.tgz#c6bd432c9f816cc6fb048bb98c9a57f1fa517074" +fancy-test@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-1.1.2.tgz#570db0c24ac49f49d780385abbee121757de5e46" dependencies: "@types/chai" "^4.1.3" "@types/lodash" "^4.14.109"