From 02dfdb7e91496b8ab731b99f8c29e07bb1ad8a5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 02:46:27 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/test from 3.1.2 to 3.1.3 Bumps [@oclif/test](https://github.com/oclif/test) from 3.1.2 to 3.1.3. - [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.2...3.1.3) --- 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 317717f2..653783f3 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@oclif/plugin-command-snapshot": "^5.0.3", - "@oclif/test": "^3.1.2", + "@oclif/test": "^3.1.3", "@salesforce/cli-plugins-testkit": "^5.0.6", "@salesforce/dev-scripts": "^7.1.1", "@salesforce/kit": "^3.0.15", diff --git a/yarn.lock b/yarn.lock index 8adfebe5..bb34469d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -843,12 +843,12 @@ http-call "^5.2.2" lodash.template "^4.5.0" -"@oclif/test@^3.1.2": - version "3.1.2" - resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.1.2.tgz#cd3d4cf033bd50014be504f432717ae509b775a6" - integrity sha512-M9W80z7U/1zhwiI3mzh/BiJAXNKow5p8Yh7KcCWvmZfkBge8OV85ujUR96iMzdWaP7omsWpqu6UPSfdtk05b6g== +"@oclif/test@^3.1.3": + version "3.1.3" + resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.1.3.tgz#42d98e3e2c29a3340dedd7eab7c0a7e392c2f3cf" + integrity sha512-p4Z+SpGSW6pw/QQrQwVuG8eOuZtUl/hxh2rgaOkDfxWipb6FVNa08kzuE70rYaIDIq/9SFglcOb9YQmOXv2MEA== dependencies: - "@oclif/core" "^3.10.8" + "@oclif/core" "^3.12.0" chai "^4.3.10" fancy-test "^3.0.1"