From 367ecd23fc0ca481ad2b22de478a7dd9392c8960 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Nov 2022 03:35:10 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/test from 2.2.6 to 2.2.8 Bumps [@oclif/test](https://github.com/oclif/test) from 2.2.6 to 2.2.8. - [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.2.6...2.2.8) --- 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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index f9506397..81736e76 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@oclif/plugin-help": "^5.1.18", - "@oclif/test": "^2.2.6", + "@oclif/test": "^2.2.8", "@types/chai": "^4.2.15", "@types/cross-spawn": "^6.0.2", "@types/execa": "^0.9.0", diff --git a/yarn.lock b/yarn.lock index c6b58504..85817af4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -432,7 +432,7 @@ supports-color "^8.1.1" tslib "^2" -"@oclif/core@^1.0.8", "@oclif/core@^1.18.0", "@oclif/core@^1.19.1", "@oclif/core@^1.2.1", "@oclif/core@^1.20.2", "@oclif/core@^1.3.0": +"@oclif/core@^1.0.8", "@oclif/core@^1.18.0", "@oclif/core@^1.2.1", "@oclif/core@^1.20.0", "@oclif/core@^1.20.2", "@oclif/core@^1.3.0": version "1.20.3" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.20.3.tgz#e237b1f3d36b9fca4e8f3f91130d83ca1c12636e" integrity sha512-sM2zQlzOUpHpcTBi7ETnHzK1KRF5BReKvERuF0jRlI2HgQ669arGccv1gkdouyMTG5prG92qy9P4ByhFVkLSQQ== @@ -506,12 +506,12 @@ resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-3.0.3.tgz#e679ad10535e31d333f809f7a71335cc9aef1e55" integrity sha512-KX8gMYA9ujBPOd1HFsV9e0iEx7Uoj8AG/3YsW4TtWQTg4lJvr82qNm7o/cFQfYRIt+jw7Ew/4oL4A22zOT+IRA== -"@oclif/test@^2.2.6": - version "2.2.6" - resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.2.6.tgz#2c98bb1ecab3ddf6b01b51f8a3489c9105353d67" - integrity sha512-rf67rTBkEeulpomdeBYm0D+Q0e1uMqTPUNPhY2/G6guAJhmu3M+78HvSKpLdG7WqpbfQJ68D5Dh5HnauO+MY2g== +"@oclif/test@^2.2.8": + version "2.2.8" + resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.2.8.tgz#c4114922428f90f94e3775b596876a88830a91c2" + integrity sha512-VPVR1XLiTYqKToXlU7TPRnp5WMZvzfjyyPDH2sqKVCuEj9ZdEsK8m4woTK1n9aX1HI1Yv0tyyvg2a8HbUJOwhw== dependencies: - "@oclif/core" "^1.19.1" + "@oclif/core" "^1.20.0" fancy-test "^2.0.5" "@octokit/auth-token@^2.4.4":