From 4d4ad6b9571743ad76e013b28065f081e3b43b2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Dec 2022 22:01:19 +0000 Subject: [PATCH] fix(deps): bump fancy-test from 2.0.9 to 2.0.10 Bumps [fancy-test](https://github.com/oclif/fancy-test) from 2.0.9 to 2.0.10. - [Release notes](https://github.com/oclif/fancy-test/releases) - [Changelog](https://github.com/oclif/fancy-test/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/fancy-test/compare/2.0.9...2.0.10) --- updated-dependencies: - dependency-name: fancy-test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4a13374a..324dd5f1 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bugs": "https://github.com/oclif/test/issues", "dependencies": { "@oclif/core": "^1.22.0", - "fancy-test": "^2.0.9" + "fancy-test": "^2.0.10" }, "devDependencies": { "@types/chai": "^4.3.4", diff --git a/yarn.lock b/yarn.lock index 18ef28ef..29fd31eb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1130,10 +1130,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.9: - version "2.0.9" - resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.9.tgz#c3145c8024802404baf1dfcc19711198ee74a012" - integrity sha512-sQ/tAoUiEcNkwg454GCCGWZaERQ48AV6WJZDJzRLwBI4k5M0OrzWME98Cqv3Vribnbe9rJlVb5hOcQmyZjrOBg== +fancy-test@^2.0.10: + version "2.0.10" + resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.10.tgz#4c96b34cb15ad49693634fd1df9a28bb2086253f" + integrity sha512-gt2C/1DrFLyXNEkPHpltol0osCFEj5c3TFs3gu4EhIbnKEU9AW+lK0pWf1wRXhKs/FtcijnfODaO90d1HlTulQ== dependencies: "@types/chai" "*" "@types/lodash" "*"