diff --git a/package.json b/package.json index 18ff107e..59786873 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bugs": "https://github.com/oclif/test/issues", "dependencies": { "@oclif/core": "^1.18.0", - "fancy-test": "^2.0.4" + "fancy-test": "^2.0.5" }, "devDependencies": { "@types/chai": "^4.1.7", diff --git a/yarn.lock b/yarn.lock index bedc4d7c..90c99221 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1129,10 +1129,10 @@ esutils@^2.0.2: resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== -fancy-test@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.4.tgz#b7650e13598e5ad2a27f0d89ad07813bfb09d53e" - integrity sha512-jZbiHiJY1phazdfQkVhdBEY5aZXEydiZzFxK9VqCfrMmRw/kHPgQ6i88+nyqQwpFV3yL2mUbMe/NEfMaSfO7+g== +fancy-test@^2.0.5: + version "2.0.5" + resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.5.tgz#eb39e10b77e476147aa4ed5a81e14e809b46aaae" + integrity sha512-ASPLNVkHSSIdRI/uLlK+XGhf1ul/MpRN9VE84ehXL+FOprQjXrDXX3wW1wqKvtcTTC+AW0E0RxdpJ5IEopjhQA== dependencies: "@types/chai" "*" "@types/lodash" "*"