From 31ef745cd5c2e80b4079f4101fc9788aca6c2218 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 08:55:01 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/test from 3.1.8 to 3.1.12 Bumps [@oclif/test](https://github.com/oclif/test) from 3.1.8 to 3.1.12. - [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.8...3.1.12) --- 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 | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index d1f6d5d6..c3965910 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@oclif/plugin-command-snapshot": "^5.0.6", - "@oclif/test": "^3.1.8", + "@oclif/test": "^3.1.12", "@salesforce/cli-plugins-testkit": "^5.1.5", "@salesforce/dev-scripts": "^8.3.0", "@salesforce/kit": "^3.0.15", diff --git a/yarn.lock b/yarn.lock index 801fcb29..9a4ef878 100644 --- a/yarn.lock +++ b/yarn.lock @@ -896,13 +896,13 @@ http-call "^5.2.2" lodash.template "^4.5.0" -"@oclif/test@^3.1.8": - version "3.1.8" - resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.1.8.tgz#12402a1be848af24e7696b259a7bc68a3153235f" - integrity sha512-QtBK+gq7mOSns1DhB4URNNvanYiLfwyJ4dY4iL1qyv0ishmRLMRsXnRwlml8e9RHqKg17Sj+I3dnMqWyfJV3rw== +"@oclif/test@^3.1.12": + version "3.1.12" + resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.1.12.tgz#845ee6dd2a141ad25d2cb837b43999f91de46e44" + integrity sha512-KEIN5v6bMKqVydU686bt0zt5AeFpH6OOspacDF+ZhCbp8ymrkJ1h1ZLsVedhcsLJ9BJxowN7GFYo1HrZ45uujA== dependencies: - "@oclif/core" "^3.15.1" - chai "^4.3.10" + "@oclif/core" "^3.18.1" + chai "^4.4.1" fancy-test "^3.0.8" "@octokit/auth-token@^2.4.4": @@ -2449,10 +2449,10 @@ cardinal@^2.1.1: ansicolors "~0.3.2" redeyed "~2.1.0" -chai@^4.3.10: - version "4.3.10" - resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.10.tgz#d784cec635e3b7e2ffb66446a63b4e33bd390384" - integrity sha512-0UXG04VuVbruMUYbJ6JctvH0YnC/4q3/AkT18q4NaITo91CUm0liMS9VqzT9vZhVQ/1eqPanMWjBM+Juhfb/9g== +chai@^4.3.10, chai@^4.4.1: + version "4.4.1" + resolved "https://registry.yarnpkg.com/chai/-/chai-4.4.1.tgz#3603fa6eba35425b0f2ac91a009fe924106e50d1" + integrity sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g== dependencies: assertion-error "^1.1.0" check-error "^1.0.3"