From 4bcd3d52637d5fac936b97d3eb9dca2532c124a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Dec 2022 04:00:59 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/test from 2.2.16 to 2.2.17 Bumps [@oclif/test](https://github.com/oclif/test) from 2.2.16 to 2.2.17. - [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.16...2.2.17) --- 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 a9e46c5a..0f3811b8 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "devDependencies": { "@commitlint/config-conventional": "^12.1.4", "@oclif/plugin-help": "^5.1.20", - "@oclif/test": "^2.2.16", + "@oclif/test": "^2.2.17", "@types/chai": "^4.3.4", "@types/fs-extra": "^9.0", "@types/mocha": "^8.2.3", diff --git a/yarn.lock b/yarn.lock index 218f9b59..dbda39d1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -687,13 +687,13 @@ 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.16": - version "2.2.16" - resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.2.16.tgz#2241f79a8d779c3b6a28671f097fa903795fe001" - integrity sha512-N7w7NHn+klyHXAOWcA8Vgmy/eFfU9Niwp2P/rkvmNg9NfWDHB+RAgjqnVMYDYYdXIDu3/DXdS90NXrIIhvPcHA== +"@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== dependencies: "@oclif/core" "^1.22.0" - fancy-test "^2.0.9" + fancy-test "^2.0.10" "@octokit/auth-token@^2.4.4": version "2.5.0" @@ -2286,7 +2286,7 @@ external-editor@^3.0.3: iconv-lite "^0.4.24" tmp "^0.0.33" -fancy-test@^2.0.10, fancy-test@^2.0.9: +fancy-test@^2.0.10: version "2.0.10" resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.10.tgz#4c96b34cb15ad49693634fd1df9a28bb2086253f" integrity sha512-gt2C/1DrFLyXNEkPHpltol0osCFEj5c3TFs3gu4EhIbnKEU9AW+lK0pWf1wRXhKs/FtcijnfODaO90d1HlTulQ==