From 2082e4ba1793b633581673fa3133df36ac0e2e24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 05:47:48 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/test from 4.1.0 to 4.1.2 Bumps [@oclif/test](https://github.com/oclif/test) from 4.1.0 to 4.1.2. - [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.1.0...4.1.2) --- 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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1d758372..39b67f83 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@commitlint/config-conventional": "^19", "@oclif/plugin-help": "^6", "@oclif/prettier-config": "^0.2.1", - "@oclif/test": "^4.1.0", + "@oclif/test": "^4.1.2", "@types/chai": "^4.3.17", "@types/lodash": "^4.17.13", "@types/mocha": "^10.0.9", diff --git a/yarn.lock b/yarn.lock index 3b4b78e7..ae1fe0b3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1822,10 +1822,10 @@ strip-ansi "^7.1.0" wrap-ansi "^9.0.0" -"@oclif/test@^4.1.0": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@oclif/test/-/test-4.1.0.tgz#7935e3707cf07480790139e02973196d18d16822" - integrity sha512-2ugir6NhRsWJqHM9d2lMEWNiOTD678Jlx5chF/fg6TCAlc7E6E/6+zt+polrCTnTIpih5P/HxOtDekgtjgARwQ== +"@oclif/test@^4.1.2": + version "4.1.2" + resolved "https://registry.yarnpkg.com/@oclif/test/-/test-4.1.2.tgz#4243dfcedfc4f55edb6011263f334941683bf594" + integrity sha512-N8eibgRnH/5TTExC/RxjpLuVbyAy0bGXKHdJxD75tLxH01Ygds90gnSDtkNm14z6kPH90ac+A+LwY1IFZmg1bg== dependencies: ansis "^3.3.2" debug "^4.3.6"