From a5fa04d038f15fe3e4f2d7ab1b35c29d94de112a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 01:52:30 +0000 Subject: [PATCH] Bump @oclif/test from 2.0.3 to 2.1.0 Bumps [@oclif/test](https://github.com/oclif/test) from 2.0.3 to 2.1.0. - [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/v2.0.3...v2.1.0) --- updated-dependencies: - dependency-name: "@oclif/test" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/yarn.lock b/yarn.lock index 41e20b2..287cac8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -457,7 +457,7 @@ supports-color "^8.1.1" tslib "^2" -"@oclif/core@1.0.10", "@oclif/core@^1", "@oclif/core@^1.0.10", "@oclif/core@^1.0.8": +"@oclif/core@1.0.10": version "1.0.10" resolved "https://registry.npmjs.org/@oclif/core/-/core-1.0.10.tgz" integrity sha512-L+IcNU3NoYxwz5hmHfcUlOJ3dpgHRsIj1kAmI9CKEJHq5gBVKlP44Ot179Jke1jKRKX2g9N42izbmlh0SNpkkw== @@ -480,7 +480,7 @@ widest-line "^3.1.0" wrap-ansi "^7.0.0" -"@oclif/core@^1.2.1", "@oclif/core@^1.3.6", "@oclif/core@^1.6.4": +"@oclif/core@^1", "@oclif/core@^1.0.10", "@oclif/core@^1.0.8", "@oclif/core@^1.2.1", "@oclif/core@^1.3.1", "@oclif/core@^1.3.6", "@oclif/core@^1.6.4": version "1.9.5" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.9.5.tgz#4dd00f35fceb89906245da791b14bd503103771a" integrity sha512-C605Cr4RhHTMXYApLxdVt/PL6IA5cguN6MPvsMjxkvBppk2Fvcsj05dtRdDqShskRpZzHtu65emG1tHy8TWPWQ== @@ -585,10 +585,11 @@ integrity sha512-S/SF/XYJeevwIgHFmVDAFRUvM3m+OjhvCAYMk78ZJQCYCQ5wS7j+LTt1ZEv2jpEEGg2tx/F6TYYWxddNAYHrFQ== "@oclif/test@^2": - version "2.0.3" - resolved "https://registry.npmjs.org/@oclif/test/-/test-2.0.3.tgz" - integrity sha512-8mN/cmfrPQKc9+3I6Dj6HNgmPqRVKe4P7gU61pLUz220oFUxhuP0EHLzY3ARFx8ecUZAJZdWJwh+dne/1GfTcA== + version "2.1.0" + resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.1.0.tgz#e5a0ba619c890770782e48c82d18f5921e2d2b9f" + integrity sha512-o+JTv3k28aMUxywJUlJY1/DORLqumoZFRII492phOmtXM16rD6Luy3z1qinT4BvEtPj2BzOPd2whr/VdYszaYw== dependencies: + "@oclif/core" "^1.3.1" fancy-test "^2.0.0" "@octokit/auth-token@^2.4.4":