From 9bf2d6050d220b4c2693a26d71de56c7f9b5d88a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 12:34:16 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/test from 3.1.13 to 3.1.14 Bumps [@oclif/test](https://github.com/oclif/test) from 3.1.13 to 3.1.14. - [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.1.13...3.1.14) --- 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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index fca5daf0..f46917d4 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@oclif/plugin-command-snapshot": "^5.0.6", - "@oclif/test": "^3.1.13", + "@oclif/test": "^3.1.14", "@salesforce/cli-plugins-testkit": "^5.1.8", "@salesforce/dev-scripts": "^8.3.0", "@salesforce/plugin-command-reference": "^3.0.64", diff --git a/yarn.lock b/yarn.lock index 83c57978..90e770bf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1744,12 +1744,12 @@ http-call "^5.2.2" lodash.template "^4.5.0" -"@oclif/test@^3.1.13": - version "3.1.13" - resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.1.13.tgz#0e29a86c92b108bc379bb65f131a16b63deb1aae" - integrity sha512-ztjXyoN4D2qUIhRPiWp8fdaSCZ8e3tZ0hGGXUPRk0tWzGVfii3R5tjaJpn804HEzRJjbuRDmSscvU7iMVUro1A== +"@oclif/test@^3.1.14": + version "3.1.14" + resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.1.14.tgz#19d768adc14eafc31eb83ca75eb9d210a4af1635" + integrity sha512-HzzK6Zwddx2HMeyDGBrD1Ky/OXvsR2uiRKsIA+p0n+HNhEUhb9J/xWQ+apql1G+a8UkUKMfaBbDeYQj9JF+6mQ== dependencies: - "@oclif/core" "^3.18.1" + "@oclif/core" "^3.18.2" chai "^4.4.1" fancy-test "^3.0.9"