From ba750727409feecdc04f8bf390838f6ed17cf1e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 05:27:08 +0000 Subject: [PATCH] fix(deps): bump fancy-test from 3.0.11 to 3.0.12 Bumps [fancy-test](https://github.com/oclif/fancy-test) from 3.0.11 to 3.0.12. - [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.11...3.0.12) --- 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 4d77c0d..861f30e 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "@oclif/core": "^3.23.0", "chai": "^4.4.1", - "fancy-test": "^3.0.11" + "fancy-test": "^3.0.12" }, "devDependencies": { "@commitlint/config-conventional": "^18.6.2", diff --git a/yarn.lock b/yarn.lock index 8228898..c83a506 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1670,10 +1670,10 @@ execa@^5.0.0: signal-exit "^3.0.3" strip-final-newline "^2.0.0" -fancy-test@^3.0.11: - version "3.0.11" - resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-3.0.11.tgz#b2d54ed8c31161ebdddb990bde27cf44e6876a01" - integrity sha512-cyfdbhT7LlkWHtPa2PaR5yWOTDzgmrpBqkTVXC5l7Uzs7og2Wnhj5lQnxA9+nSPr+WfY8jrH0Kf2v8HPsPQFKQ== +fancy-test@^3.0.12: + version "3.0.12" + resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-3.0.12.tgz#919482bd63ab949aec4a51690c857f8c125383b3" + integrity sha512-pboHMxTnbD72FBl/fgYAmBb6AjiF0OgI1osAnnzzuFgBrzbFQj5so3XlknKC9k3HFJIy0HerCTyDjz/YZ6aBIg== dependencies: "@types/chai" "*" "@types/lodash" "*" @@ -1681,7 +1681,7 @@ fancy-test@^3.0.11: "@types/sinon" "*" lodash "^4.17.13" mock-stdin "^1.0.0" - nock "^13.5.3" + nock "^13.5.4" sinon "^16.1.3" stdout-stderr "^0.1.9" @@ -2774,7 +2774,7 @@ nise@^5.1.4: just-extend "^4.0.2" path-to-regexp "^1.7.0" -nock@^13.5.3, nock@^13.5.4: +nock@^13.5.4: version "13.5.4" resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.4.tgz#8918f0addc70a63736170fef7106a9721e0dc479" integrity sha512-yAyTfdeNJGGBFxWdzSKCBYxs5FxLbCg5X5Q4ets974hcQzG1+qCxvIyOo4j2Ry6MUlhWVMX4OoYDefAIIwupjw==