diff --git a/package.json b/package.json index 84a00205..04b1d1c5 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bugs": "/~https://github.com/oclif/test/issues", "dependencies": { "@oclif/core": "^2.8.11", - "fancy-test": "^2.0.27" + "fancy-test": "^2.0.28" }, "devDependencies": { "@types/chai": "^4.3.5", diff --git a/yarn.lock b/yarn.lock index b0507e4c..b6cb507f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1169,10 +1169,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.27: - version "2.0.27" - resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.27.tgz#81e6952052bdf48f0e53676fad2f6b534abf324f" - integrity sha512-NUhkIpeHc4ebvkGLhQmlwpd9hd/ytOXTEmX2dFJ0e5VL61Ds7/RUHUmdSRY27VWil+uAuWSU8q6mUymrkxHC8Q== +fancy-test@^2.0.28: + version "2.0.28" + resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.28.tgz#16b9899210ce98011270cd28b87fd88e2765f3b0" + integrity sha512-UjTjYRlfdUEkvjIMKZlpqALjkgC3GzjUgWDg9KRv/ulxIqppvQUWMt5mOUmqlrSRlGF/Wj7HyFkWKzz5RujpFg== dependencies: "@types/chai" "*" "@types/lodash" "*"