From 32a003922811f791ff17e1096efde52e96e05d28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 21:42:14 -0500 Subject: [PATCH] chore(dev-deps): bump @oclif/test from 4.0.2 to 4.0.3 (#890) Bumps [@oclif/test](https://github.com/oclif/test) from 4.0.2 to 4.0.3. - [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/4.0.2...4.0.3) --- 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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index cf2d0496..ff840929 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@commitlint/config-conventional": "^19", "@oclif/plugin-help": "^6", "@oclif/prettier-config": "^0.2.1", - "@oclif/test": "^4.0.2", + "@oclif/test": "^4.0.3", "@types/chai": "^4.3.11", "@types/debug": "^4.1.12", "@types/mocha": "^10.0.6", diff --git a/yarn.lock b/yarn.lock index fef96c93..68b25038 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1600,13 +1600,13 @@ resolved "https://registry.npmjs.org/@oclif/prettier-config/-/prettier-config-0.2.1.tgz" integrity sha512-XB8kwQj8zynXjIIWRm+6gO/r8Qft2xKtwBMSmq1JRqtA6TpwpqECqiu8LosBCyg2JBXuUy2lU23/L98KIR7FrQ== -"@oclif/test@^4.0.2": - version "4.0.2" - resolved "https://registry.yarnpkg.com/@oclif/test/-/test-4.0.2.tgz#e1e2d851540aa4e757907ba631dfa1389b3a5f56" - integrity sha512-2aWjvDzi6tw/NYnKjhSdatiwY8PpHvlsFiv0DDkQ1Z9TqclMcm56xRzKiBKSBq2bVrnItfJYyFB3pb4tvxpfUw== +"@oclif/test@^4.0.3": + version "4.0.3" + resolved "https://registry.yarnpkg.com/@oclif/test/-/test-4.0.3.tgz#718d8aabe64aca6040cd4c6085a9e34f124768db" + integrity sha512-LxcRYVFTUHoOW2Koo1lmbEwl/4HRFIdNWXuUY1/PHEawjwLvp3xwVe2rOWGqYD+vlHr+TYUw2QDQc8e2vUTDrw== dependencies: ansis "^3.2.0" - debug "^4.3.4" + debug "^4.3.5" "@pkgjs/parseargs@^0.11.0": version "0.11.0"