From a8352e082693b8fa2d2926cc0b274e62756c568b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Jan 2023 08:30:15 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/test from 2.2.17 to 2.2.19 Bumps [@oclif/test](https://github.com/oclif/test) from 2.2.17 to 2.2.19. - [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.17...2.2.19) --- 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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a6f46e493..ba5f6e32d 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@commitlint/config-conventional": "^12.1.4", "@oclif/plugin-help": "^5.1.22", "@oclif/plugin-plugins": "^2.1.9", - "@oclif/test": "^2.2.17", + "@oclif/test": "^2.2.19", "@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 7d6969522..3eb1f4786 100644 --- a/yarn.lock +++ b/yarn.lock @@ -508,12 +508,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.17": - version "2.2.17" - resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.2.17.tgz#82a1cec2321552e3bcc2cbc30546bbceaacdde6d" - integrity sha512-biReDlW5a6YkiJoMPa4tQYWQ8sXkBBMD94P7/NgqAL06wE62x4cyK8V55hcbV10QPe82IUl0w3Zx09zYsoLUyQ== +"@oclif/test@^2.2.19": + version "2.2.19" + resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.2.19.tgz#6e60a2aff0ba514b479342b1bd5e27fe859a2947" + integrity sha512-hqxM8XHu/17fKop3AZkWtXjXnUcQDOz71De2fNPX533aYfADyVyG8mw4JtkLIUzbNxFm5km+zoYWe5YWKDOnyg== dependencies: - "@oclif/core" "^1.22.0" + "@oclif/core" "^1.23.1" fancy-test "^2.0.10" "@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0", "@sinonjs/commons@^1.8.3":