From cb4a6adf6f55d3c2eddbb0a978fcfd193cdeb13f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Feb 2023 21:55:46 -0500 Subject: [PATCH] chore(dev-deps): bump @oclif/test from 2.3.5 to 2.3.6 (#518) Bumps [@oclif/test](https://github.com/oclif/test) from 2.3.5 to 2.3.6. - [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/2.3.5...2.3.6) --- updated-dependencies: - dependency-name: "@oclif/test" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 7f6fe7b6..7d1c2252 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@oclif/plugin-help": "^5.2.4", - "@oclif/test": "^2.3.5", + "@oclif/test": "^2.3.6", "@types/chai": "^4.3.4", "@types/cross-spawn": "^6.0.2", "@types/execa": "^0.9.0", diff --git a/yarn.lock b/yarn.lock index 862755d6..8cc3f7cc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -540,12 +540,12 @@ resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-3.0.4.tgz#663db0ecaf23f3184e7f01886ed578060e4a7f1c" integrity sha512-IMsTN1dXEXaOSre27j/ywGbBjrzx0FNd1XmuhCWCB9NTPrhWI1Ifbz+YLSEcstfQfocYsrbrIessxXb2oon4lA== -"@oclif/test@^2.3.5": - version "2.3.5" - resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.3.5.tgz#270ef891c3491dff4cc29df756deb776291602e5" - integrity sha512-LxmiatZV7Ph9K2F0Rs0u2d7BODxbfL7qfHE94HwqzaW8uRe20JbGMxH4iGBHFE5Gdod6XIV3o3jHyPXVlz7YZA== +"@oclif/test@^2.3.6": + version "2.3.6" + resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.3.6.tgz#b3c7594f04c2eb55fc6b6f8e61d825500debb85a" + integrity sha512-n1DGbLzGrrfn/Nm2f8829RcQ2iOd9EXDZxx0U9WswpJS75P4N9Py4tYBhfX+wGU7CaJDfYxnqQHB0YuRYDBwrw== dependencies: - "@oclif/core" "^2.0.8" + "@oclif/core" "^2.1.2" fancy-test "^2.0.12" "@octokit/auth-token@^2.4.4":