diff --git a/CHANGELOG.md b/CHANGELOG.md index c6e2af11..3cdcd73f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.3.17](https://github.com/oclif/test/compare/2.3.16...2.3.17) (2023-04-23) + + +### Bug Fixes + +* **deps:** bump fancy-test from 2.0.18 to 2.0.19 ([ac7c6d8](https://github.com/oclif/test/commit/ac7c6d895e997efb1e839e1daf405a478de28ee2)) + + + ## [2.3.16](https://github.com/oclif/test/compare/2.3.15...2.3.16) (2023-04-16) diff --git a/package.json b/package.json index 0c15da03..3fb9a16b 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@oclif/test", "description": "test helpers for oclif components", - "version": "2.3.16", + "version": "2.3.17", "author": "Salesforce", "bugs": "https://github.com/oclif/test/issues", "dependencies": { "@oclif/core": "^2.8.2", - "fancy-test": "^2.0.18" + "fancy-test": "^2.0.19" }, "devDependencies": { "@types/chai": "^4.3.4", diff --git a/yarn.lock b/yarn.lock index c5b90dba..5d444131 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.18: - version "2.0.18" - resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.18.tgz#36f938a7207c90b2bf2f85b9c7d0cb6de8444635" - integrity sha512-wA9xzWMJ4L51Jcr9k06koPwi58bbUkTZrqqNYd6z7DHky1jW+D5jc/q86zPmkVdnjOrCg91VOeEzyOjTLIlD8A== +fancy-test@^2.0.19: + version "2.0.19" + resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.19.tgz#f30251ef89ec135df6dffffa7445b5ca4b366a2b" + integrity sha512-Zlj9GadzSXMLT11227FvkPOlM7wtzElRRJnUbwmC4tScbRUZx04PrS30fSuQCGT4hjaT8ZHQrEGea8S3xYrwsg== dependencies: "@types/chai" "*" "@types/lodash" "*"