From 3d330ab0544b086e53752e60e933efad6248a192 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 22:45:45 +0000 Subject: [PATCH] fix(deps): bump fancy-test from 3.0.8 to 3.0.9 Bumps [fancy-test](https://github.com/oclif/fancy-test) from 3.0.8 to 3.0.9. - [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/3.0.8...3.0.9) --- 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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index d16f171..d36409f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "@oclif/core": "^3.18.1", "chai": "^4.4.1", - "fancy-test": "^3.0.8" + "fancy-test": "^3.0.9" }, "devDependencies": { "@commitlint/config-conventional": "^18.4.4", diff --git a/yarn.lock b/yarn.lock index 6a38ca4..c08e4a8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1668,10 +1668,10 @@ execa@^5.0.0: signal-exit "^3.0.3" strip-final-newline "^2.0.0" -fancy-test@^3.0.8: - version "3.0.8" - resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-3.0.8.tgz#ca3919ebb07c1c0e5fb8e8953e02e2ed48600ef8" - integrity sha512-vHkT59Kf0Byiqzwc2My1fD9VDYsAPkT+jVqdMqqtwtdLwz19x+hHI2oAxNwfyfEDSK+VrLB4+B96sZbOLVEHdA== +fancy-test@^3.0.9: + version "3.0.9" + resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-3.0.9.tgz#5293bdccaa9aa868300cf901ef2560c431fe74d2" + integrity sha512-9sDjNM5oRLpIQfpjSSmp8J0bYCg1Hb9GWofdv+Dl5f/Phjp2XJZM7L2qsSulpMTsahz0EPsS6T6/QH0ldzfgqw== dependencies: "@types/chai" "*" "@types/lodash" "*" @@ -1679,7 +1679,7 @@ fancy-test@^3.0.8: "@types/sinon" "*" lodash "^4.17.13" mock-stdin "^1.0.0" - nock "^13.4.0" + nock "^13.5.0" sinon "^16.1.3" stdout-stderr "^0.1.9" @@ -2760,7 +2760,7 @@ nise@^5.1.4: just-extend "^4.0.2" path-to-regexp "^1.7.0" -nock@^13.4.0, nock@^13.5.0: +nock@^13.5.0: version "13.5.0" resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.0.tgz#82cd33b0dba6095d3f5a28d0ff2edac970fa05ec" integrity sha512-9hc1eCS2HtOz+sE9W7JQw/tXJktg0zoPSu48s/pYe73e25JW9ywiowbqnUSd7iZPeVawLcVpPZeZS312fwSY+g==