From 93b420b151e9fa840feadc789f69466d043d2a44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Feb 2023 06:57:28 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/test from 2.3.5 to 2.3.6 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] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 9d024456e..30ddc0d34 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@commitlint/config-conventional": "^12.1.4", "@oclif/plugin-help": "^5.2.4", "@oclif/plugin-plugins": "^2.3.2", - "@oclif/test": "^2.3.5", + "@oclif/test": "^2.3.6", "@types/ansi-styles": "^3.2.1", "@types/chai": "^4.3.4", "@types/chai-as-promised": "^7.1.5", diff --git a/yarn.lock b/yarn.lock index 3fab7b857..c350f81e5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -440,10 +440,10 @@ supports-color "^8.1.1" tslib "^2" -"@oclif/core@^2.0.8", "@oclif/core@^2.1.1": - version "2.1.2" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.1.2.tgz#a3e47ed2274e47cb2b3dc1a16b5955cceae5d2d0" - integrity sha512-l7Kx+80zuDgi9o4gZe39XQeYvQuj6Hf+B31kXSUSntgXpfLdDbpFSZH/GP7tsldzG4icrpmSwnLDOz8MNB40Hg== +"@oclif/core@^2.0.8", "@oclif/core@^2.1.1", "@oclif/core@^2.1.2": + version "2.1.6" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.1.6.tgz#34a1847da7195616fda62663098c9df0c486ae64" + integrity sha512-RMqjKVExVxMmAm3a64LFrIZloKD7emSDro1Mmcc8DOB3O+/pL9drqScc/dw/Alhi6KrmdqwOtxHtKrAwqvyKMg== dependencies: "@types/cli-progress" "^3.11.0" ansi-escapes "^4.3.2" @@ -498,12 +498,12 @@ tslib "^2.4.1" yarn "^1.22.18" -"@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" "@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0", "@sinonjs/commons@^1.8.3":