From d90a277d02b08c12433b476de4cebd79b50c9190 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 00:44:33 -0500 Subject: [PATCH] chore(dev-deps): bump @oclif/test from 3.0.2 to 3.0.4 (#471) Bumps [@oclif/test](https://github.com/oclif/test) from 3.0.2 to 3.0.4. - [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.0.2...3.0.4) --- updated-dependencies: - dependency-name: "@oclif/test" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index ac5dc6fa..d15ea252 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@oclif/plugin-commands": "^2.2.28", "@oclif/plugin-help": "^5.2.20", "@oclif/prettier-config": "^0.2.1", - "@oclif/test": "^3.0.2", + "@oclif/test": "^3.0.4", "@types/chai": "^4.3.9", "@types/fast-levenshtein": "^0.0.3", "@types/mocha": "^10.0.3", diff --git a/yarn.lock b/yarn.lock index f42d4279..0505d377 100644 --- a/yarn.lock +++ b/yarn.lock @@ -481,10 +481,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4", "@oclif/core@^3.2.1", "@oclif/core@^3.3.1": - version "3.5.0" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.5.0.tgz#ce12e264f6eab051391489bf4df0340a133fc3fb" - integrity sha512-u1X8KguaIoLClbTWgnvXeVb6bu+GUCbmrY/1e1E6Xl3P8zw1cj8nm57RkvBnAHLVixnZ+4maVJrJ2vRVro/S+g== +"@oclif/core@^3.0.4", "@oclif/core@^3.2.1", "@oclif/core@^3.3.1", "@oclif/core@^3.9.1": + version "3.9.1" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.9.1.tgz#056cf2e5b0962eac371a31d12963b188ca314716" + integrity sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw== dependencies: ansi-escapes "^4.3.2" ansi-styles "^4.3.0" @@ -552,12 +552,12 @@ resolved "https://registry.yarnpkg.com/@oclif/prettier-config/-/prettier-config-0.2.1.tgz#1def9f38134f9bfb229257f48a35f7d0d183dc78" integrity sha512-XB8kwQj8zynXjIIWRm+6gO/r8Qft2xKtwBMSmq1JRqtA6TpwpqECqiu8LosBCyg2JBXuUy2lU23/L98KIR7FrQ== -"@oclif/test@^3.0.2": - version "3.0.2" - resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.0.2.tgz#aab9443a1eeb8d996d28020344e6abf7f82c688e" - integrity sha512-zTLHSQ1A/9jrzW+jrX9qc1B1pyihtxO+87oW/5lHnNnztvEnmfdcxVKe8CYobpNiSJtAQMBY5BTxgvm9eaZD5Q== +"@oclif/test@^3.0.4": + version "3.0.4" + resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.0.4.tgz#7a332aba9a3098a203242cb68f024abd6bc11235" + integrity sha512-McllwV5r2X5/oP6uqvoO7F5g5LtoqfdgjqvrG+NL/HRN0Ux5RwFHD0tiN4s87C/VhBUSNbK0kyAdosBScmHEMg== dependencies: - "@oclif/core" "^3.0.0-beta.19" + "@oclif/core" "^3.9.1" chai "^4.3.10" fancy-test "^3.0.1"