diff --git a/package.json b/package.json index e72044bf..981c9935 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bugs": "https://github.com/oclif/test/issues", "dependencies": { "@oclif/core": "^1.20.3", - "fancy-test": "^2.0.6" + "fancy-test": "^2.0.7" }, "devDependencies": { "@types/chai": "^4.1.7", diff --git a/yarn.lock b/yarn.lock index 8a69700a..22d6a2c3 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.6: - version "2.0.6" - resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.6.tgz#e8ac4e652214dd0424a44e8e8a684d70897cdef4" - integrity sha512-vzH5MOYK+vAQW/jnRnBiyASemIOAmSYuh2j12w4Ktzh+u2d69OENvI9GLDvNLMxOIqCtwz8ndLMH+5cJHfBmSQ== +fancy-test@^2.0.7: + version "2.0.7" + resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.7.tgz#a5e8e23113384c5550914da4f429d10822622521" + integrity sha512-E9qiHMi/Wf3y0PLwoRbgr8SRTcvQY+6gx9d/qaVNT6N5AQ79iZr08ftY2Ki5KRC5LS02GoVD/CYT4t/KwwC/Pw== dependencies: "@types/chai" "*" "@types/lodash" "*"