diff --git a/package.json b/package.json index d0c29d35..10c210b4 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/dxcli/dev-test/issues", "dependencies": { - "fancy-test": "^0.3.9", + "fancy-test": "^0.4.0", "lodash": "^4.17.4" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 8417ef0d..d6ce2d0c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1774,9 +1774,9 @@ extsprintf@^1.2.0: version "1.4.0" resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f" -fancy-test@^0.3.9: - version "0.3.9" - resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-0.3.9.tgz#1ab7b73a6a9d4b733623339dd4d2f5258a78cab9" +fancy-test@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-0.4.0.tgz#75c9575849dae83ae98354659587ebbb02bf083e" dependencies: lodash "^4.17.4" stdout-stderr "^0.1.4"