From e9d881e433a7627e7c87e7136e4a1edcccedc96a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Mar 2024 05:43:56 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/test from 3.2.7 to 3.2.8 Bumps [@oclif/test](https://github.com/oclif/test) from 3.2.7 to 3.2.8. - [Release notes](https://github.com/oclif/test/releases) - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/test/compare/3.2.7...3.2.8) --- updated-dependencies: - dependency-name: "@oclif/test" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index bce5dc58..ccb748b6 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@oclif/plugin-command-snapshot": "^5.1.2", - "@oclif/test": "^3.2.7", + "@oclif/test": "^3.2.8", "@salesforce/cli-plugins-testkit": "^5.1.12", "@salesforce/dev-scripts": "^8.4.2", "@salesforce/plugin-command-reference": "^3.0.73", diff --git a/yarn.lock b/yarn.lock index 1e3c8b72..5c8a4537 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1362,14 +1362,14 @@ http-call "^5.2.2" lodash.template "^4.5.0" -"@oclif/test@^3.2.7": - version "3.2.7" - resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.2.7.tgz#40db1012ceec8d63a490cf9f66186e714c232896" - integrity sha512-Eq1w24z7PUQZaq1MiJbb0/OFcb/KN0tIYO2lSJZ5QFLSNxKYw7ctijSG2huFnH28ex8cWVaU00/x7Tzzzofp4w== +"@oclif/test@^3.2.8": + version "3.2.8" + resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.2.8.tgz#ce2388e1910d315005c6a66fbde8cffaf1b77a20" + integrity sha512-aC523gJxzRxzL1P1m2Mrdu/xl0FG+ho8GAcZtdUKNOMM6te2iwR481GRzs8B0xDtAPNi0jZWiPFetbyR7mh/kA== dependencies: "@oclif/core" "^3.26.0" chai "^4.4.1" - fancy-test "^3.0.13" + fancy-test "^3.0.14" "@pkgjs/parseargs@^0.11.0": version "0.11.0" @@ -3840,10 +3840,10 @@ external-editor@^3.0.3: iconv-lite "^0.4.24" tmp "^0.0.33" -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" "*"