From f3aecc6873655819b83cf01fe7cf9f3eaef4a2cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 12:43:54 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/test from 4.1.4 to 4.1.5 Bumps [@oclif/test](https://github.com/oclif/test) from 4.1.4 to 4.1.5. - [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.4...4.1.5) --- 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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 42e0602..12c5181 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@commitlint/config-conventional": "^19", "@oclif/plugin-help": "^6", "@oclif/prettier-config": "^0.2.1", - "@oclif/test": "^4.1.4", + "@oclif/test": "^4.1.5", "@types/chai": "^4.3.16", "@types/mocha": "^10.0.10", "@types/node": "^18", diff --git a/yarn.lock b/yarn.lock index ddeaad0..d1b9c52 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1536,12 +1536,12 @@ resolved "https://registry.yarnpkg.com/@oclif/prettier-config/-/prettier-config-0.2.1.tgz#1def9f38134f9bfb229257f48a35f7d0d183dc78" integrity sha512-XB8kwQj8zynXjIIWRm+6gO/r8Qft2xKtwBMSmq1JRqtA6TpwpqECqiu8LosBCyg2JBXuUy2lU23/L98KIR7FrQ== -"@oclif/test@^4.1.4": - version "4.1.4" - resolved "https://registry.yarnpkg.com/@oclif/test/-/test-4.1.4.tgz#6bfe9f53036bf50a39b89bbf0d304d221a35e76d" - integrity sha512-0gUIkJJVDDpM2BNuo1+vBrf71DO3iVSFjUcLo+kma6co5vVOKG1COfVmxV7mB8XCNTuBWAZ4pJ4vsASxTxE5yg== +"@oclif/test@^4.1.5": + version "4.1.5" + resolved "https://registry.yarnpkg.com/@oclif/test/-/test-4.1.5.tgz#b0e7736ab82f8d0eaf745b74b416bc19e806e594" + integrity sha512-w4hVfP+Lsz7toaSnj/E3cFH4Y/nHt1k14cCREQXe/nIqnZW7J6xGnjYEmqU9BPk7m0Lsl52AqJ2hGvLarGhfLw== dependencies: - ansis "^3.4.0" + ansis "^3.5.2" debug "^4.4.0" "@pnpm/config.env-replace@^1.1.0":