From b357da8551c1a48c3874c46a1564886d1134bf3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 08:26:11 +0000 Subject: [PATCH] fix(deps): bump fancy-test from 3.0.13 to 3.0.14 Bumps [fancy-test](https://github.com/oclif/fancy-test) from 3.0.13 to 3.0.14. - [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.13...3.0.14) --- 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 0f919a3..7524bcc 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "@oclif/core": "^3.26.0", "chai": "^4.4.1", - "fancy-test": "^3.0.13" + "fancy-test": "^3.0.14" }, "devDependencies": { "@commitlint/config-conventional": "^18.6.3", diff --git a/yarn.lock b/yarn.lock index d2025a8..3857ec7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1680,10 +1680,10 @@ execa@^5.0.0: signal-exit "^3.0.3" strip-final-newline "^2.0.0" -fancy-test@^3.0.13: - version "3.0.13" - resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-3.0.13.tgz#4164de4251952f3055419537b09d59823399dc8d" - integrity sha512-lOXntvGxCLknfTx3zWggtoRGNyk/lSHg6OvR1r8WtUlBRt/lcyYzW9rvHP3eBgxRo6Ii7cvMlvtA53N8TOvmzw== +fancy-test@^3.0.14: + version "3.0.14" + resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-3.0.14.tgz#c5007291d7c36b07f0a8e7f235f2aa454bd66aac" + integrity sha512-FkiDltQA8PBZzw5tUnMrP1QtwIdNQWxxbZK5C22M9wu6HfFNciwkG3D9siT4l4s1fBTDaEG+Fdkbpi9FDTxtrg== dependencies: "@types/chai" "*" "@types/lodash" "*"