From 5e80d1850ad85d4252f8208026c212a0abd92cfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jul 2023 05:30:55 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/test from 2.3.26 to 2.3.28 Bumps [@oclif/test](https://github.com/oclif/test) from 2.3.26 to 2.3.28. - [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.3.26...2.3.28) --- 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 | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index deb4276b..8b3fc6d7 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@oclif/plugin-help": "^5.2.11", - "@oclif/test": "^2.3.26", + "@oclif/test": "^2.3.28", "@types/chai": "^4.3.5", "@types/lodash": "^4.14.195", "@types/mocha": "^8.0.0", diff --git a/yarn.lock b/yarn.lock index bf264f39..425e3e50 100644 --- a/yarn.lock +++ b/yarn.lock @@ -492,13 +492,13 @@ lodash "^4.17.21" semver "^7.3.8" -"@oclif/test@^2.3.26": - version "2.3.26" - resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.3.26.tgz#4ad3e6473ff8674a4d16a2f76935a9e6ab5b9207" - integrity sha512-oGvfgtreGcr5EIOGHv00PKO3eGpyJt2G6kqzuCH9NkJq4c/RngOmG8DEk/wXRN0gb3Y8AH+bQ6edJcW5/3jwKQ== +"@oclif/test@^2.3.28": + version "2.3.28" + resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.3.28.tgz#e5169994e31977368d204fb9546930b27afc81e4" + integrity sha512-Eee3efwfHHdgZIwOUGFEe8p4d8YEWFYKHoAezxdXzXVOtV4L9r7Oq6KH8dXGBy8yjYDleydwn0PqoZGhFeLxYQ== dependencies: "@oclif/core" "^2.8.11" - fancy-test "^2.0.27" + fancy-test "^2.0.28" "@octokit/auth-token@^2.4.4": version "2.5.0" @@ -2002,10 +2002,10 @@ external-editor@^3.0.3: iconv-lite "^0.4.24" tmp "^0.0.33" -fancy-test@^2.0.27: - version "2.0.27" - resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.27.tgz#81e6952052bdf48f0e53676fad2f6b534abf324f" - integrity sha512-NUhkIpeHc4ebvkGLhQmlwpd9hd/ytOXTEmX2dFJ0e5VL61Ds7/RUHUmdSRY27VWil+uAuWSU8q6mUymrkxHC8Q== +fancy-test@^2.0.28: + version "2.0.29" + resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.29.tgz#4f7d48a04fc7dc85b0e4321c8a655320c1ca9c53" + integrity sha512-jyr991jVTf+JkoXVJtvN5kk9IuWhHjZrZTBgLwqtyupgvKbWCw1rmiiPX3BG922E2RcoRg1wY1rIxnVoRIRKQg== dependencies: "@types/chai" "*" "@types/lodash" "*"