From c1f25c5a5de18906a1e560500cfdb996f04b18ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Dec 2022 11:21:16 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/test from 2.2.13 to 2.2.15 Bumps [@oclif/test](https://github.com/oclif/test) from 2.2.13 to 2.2.15. - [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.13...2.2.15) --- 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 | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index f5128824..c5378d4c 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@commitlint/config-conventional": "^12.1.4", "@oclif/plugin-help": "^5.1.20", "@oclif/plugin-plugins": "^2.1.9", - "@oclif/test": "^2.2.13", + "@oclif/test": "^2.2.15", "@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 db45bb1b..d9db6a05 100644 --- a/yarn.lock +++ b/yarn.lock @@ -440,7 +440,7 @@ supports-color "^8.1.1" tslib "^2" -"@oclif/core@^1.20.4", "@oclif/core@^1.21.0", "@oclif/core@^1.22.0": +"@oclif/core@^1.21.0", "@oclif/core@^1.22.0": version "1.22.0" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.22.0.tgz#dfdd76db6435cc1be2de7bbe25c23302332b9297" integrity sha512-Bvyi6uFbmpkFl9XUATsGMlqEDGfqMKWL0Mu5VQTuPg7/NIyfygYkaburn11uGkOp0a8yG6fPpyVBfGmztjNPGA== @@ -508,13 +508,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.13": - version "2.2.13" - resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.2.13.tgz#bd926584440bd81bc359c7f209421c0a914099e6" - integrity sha512-BnVvLbfd3noDZKKkncapCmGXnqvjHJYn1Nybs3QQA1Tu7u68EHWPWB6r64fge/O0xSM1FtTN+ICGcmGfxQYZqg== +"@oclif/test@^2.2.15": + version "2.2.15" + resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.2.15.tgz#9f5a4477eb6f32ea361cae781c7f28ce5697d1e1" + integrity sha512-IItdu34/nIn46qYg2PxeAA7fgW+y3KTUM+UCEaRvaFxEfQiHG173ohFJu7HPVsMfAS+RuTQfmAd/c0xKVQLGUQ== dependencies: - "@oclif/core" "^1.20.4" - fancy-test "^2.0.7" + "@oclif/core" "^1.21.0" + fancy-test "^2.0.9" "@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0", "@sinonjs/commons@^1.8.3": version "1.8.3" @@ -1694,10 +1694,10 @@ fancy-test@^1.4.10: nock "^13.0.0" stdout-stderr "^0.1.9" -fancy-test@^2.0.7: - version "2.0.7" - resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.7.tgz#a5e8e23113384c5550914da4f429d10822622521" - integrity sha512-E9qiHMi/Wf3y0PLwoRbgr8SRTcvQY+6gx9d/qaVNT6N5AQ79iZr08ftY2Ki5KRC5LS02GoVD/CYT4t/KwwC/Pw== +fancy-test@^2.0.9: + version "2.0.9" + resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.9.tgz#c3145c8024802404baf1dfcc19711198ee74a012" + integrity sha512-sQ/tAoUiEcNkwg454GCCGWZaERQ48AV6WJZDJzRLwBI4k5M0OrzWME98Cqv3Vribnbe9rJlVb5hOcQmyZjrOBg== dependencies: "@types/chai" "*" "@types/lodash" "*"