From 402b9590604072236b561ded1bc53d4bc96f4535 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 22:06:47 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/test from 3.1.16 to 3.2.1 Bumps [@oclif/test](https://github.com/oclif/test) from 3.1.16 to 3.2.1. - [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/3.1.16...3.2.1) --- updated-dependencies: - dependency-name: "@oclif/test" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 45 +++++++++++++++------------------------------ 1 file changed, 15 insertions(+), 30 deletions(-) diff --git a/yarn.lock b/yarn.lock index 6f4a844..9492f11 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1603,7 +1603,7 @@ node-gyp "^10.0.0" which "^4.0.0" -"@oclif/core@3.20.1-dev.0", "@oclif/core@^3", "@oclif/core@^3.10.2", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1", "@oclif/core@^3.19.2", "@oclif/core@dev": +"@oclif/core@3.20.1-dev.0", "@oclif/core@^3", "@oclif/core@^3.10.2", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@dev": version "3.20.1-dev.0" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.20.1-dev.0.tgz#3badb7be5d9a36510fff98a06afd4c8c655f86c0" integrity sha512-00q7RlnIdQIT7W35/KtLMteJ8iEO+zGePXgvW/hnhq2Y4mS/5cv2ZwtkkLFcDS4KDCd+UDObOFwgDscywCU/1g== @@ -1652,21 +1652,6 @@ chalk "^5.3.0" fast-levenshtein "^3.0.0" -"@oclif/plugin-plugins@4.2.6-dev.0": - version "4.2.6-dev.0" - resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-4.2.6-dev.0.tgz#1c54ee81abb387317b17ac7e379eefb94664c031" - integrity sha512-uS0jMF7OkT7u9DnhOM5kD2aZ87Y2OZslQYWmbvy9RMNEcOYAvMO2lom02FtJznxsDQdC05eyZaKO3yYpuTnWRw== - dependencies: - "@oclif/core" "^3.10.2" - chalk "^5.3.0" - debug "^4.3.4" - npm "10.2.4" - npm-run-path "^4.0.1" - semver "^7.6.0" - shelljs "^0.8.5" - validate-npm-package-name "^5.0.0" - yarn "^1.22.21" - "@oclif/plugin-plugins@^4": version "4.2.5" resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-4.2.5.tgz#9acc18f83131c54c3cb6dcdda19c2ce183b87ba4" @@ -1708,13 +1693,13 @@ integrity sha512-XB8kwQj8zynXjIIWRm+6gO/r8Qft2xKtwBMSmq1JRqtA6TpwpqECqiu8LosBCyg2JBXuUy2lU23/L98KIR7FrQ== "@oclif/test@^3": - version "3.1.16" - resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.1.16.tgz#acb66688a0caf08b5089da3d8f05201e1cf75819" - integrity sha512-LeoojG2tD8XDN9HzEt1j+JUKSyYz7qGp55SfvnXCa8d7k4Hq9jTzTiubu+s2mE4Nq9Ns5X40NZNSm85COxbsqw== + version "3.2.1" + resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.2.1.tgz#a2854c585bf0008ee91eb7e35d90ee1beeb7e719" + integrity sha512-FMUR1ziZd9FRknk4R9jis8ermiHQadyCWtmtAOL4n9qfnIh4R8qs3wbH1qAg2p+R0VA0+t3jMSSEcPFGmghBQw== dependencies: - "@oclif/core" "^3.19.1" + "@oclif/core" "^3.19.2" chai "^4.4.1" - fancy-test "^3.0.10" + fancy-test "^3.0.11" "@octokit/auth-token@^2.4.4": version "2.5.0" @@ -4597,10 +4582,10 @@ external-editor@^3.0.3: iconv-lite "^0.4.24" tmp "^0.0.33" -fancy-test@^3.0.10: - version "3.0.10" - resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-3.0.10.tgz#341be69e6eb35fcf1be33c041bed978837502e84" - integrity sha512-6pwRQ7gqW57FKoTyRPPmcZktHLvrX+LS5ZQdXvQTMAq6vOVGCUrtJ4WP2BD4sZisRBnasaT4981L/8Q+qfh3wg== +fancy-test@^3.0.11: + version "3.0.11" + resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-3.0.11.tgz#b2d54ed8c31161ebdddb990bde27cf44e6876a01" + integrity sha512-cyfdbhT7LlkWHtPa2PaR5yWOTDzgmrpBqkTVXC5l7Uzs7og2Wnhj5lQnxA9+nSPr+WfY8jrH0Kf2v8HPsPQFKQ== dependencies: "@types/chai" "*" "@types/lodash" "*" @@ -4608,7 +4593,7 @@ fancy-test@^3.0.10: "@types/sinon" "*" lodash "^4.17.13" mock-stdin "^1.0.0" - nock "^13.5.1" + nock "^13.5.3" sinon "^16.1.3" stdout-stderr "^0.1.9" @@ -6533,10 +6518,10 @@ no-case@^3.0.4: lower-case "^2.0.2" tslib "^2.0.3" -nock@^13.5.1: - version "13.5.1" - resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.1.tgz#4e40f9877ad0d43b7cdb474261c190f3715dd806" - integrity sha512-+s7b73fzj5KnxbKH4Oaqz07tQ8degcMilU4rrmnKvI//b0JMBU4wEXFQ8zqr+3+L4eWSfU3H/UoIVGUV0tue1Q== +nock@^13.5.3: + version "13.5.4" + resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.4.tgz#8918f0addc70a63736170fef7106a9721e0dc479" + integrity sha512-yAyTfdeNJGGBFxWdzSKCBYxs5FxLbCg5X5Q4ets974hcQzG1+qCxvIyOo4j2Ry6MUlhWVMX4OoYDefAIIwupjw== dependencies: debug "^4.1.0" json-stringify-safe "^5.0.1"