From e1cec43d9b7b421fa057021987313f011137bfa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 19:49:47 +0000 Subject: [PATCH] fix(deps): bump ansis from 3.2.1 to 3.3.2 Bumps [ansis](https://github.com/webdiscus/ansis) from 3.2.1 to 3.3.2. - [Release notes](https://github.com/webdiscus/ansis/releases) - [Changelog](https://github.com/webdiscus/ansis/blob/master/CHANGELOG.md) - [Commits](https://github.com/webdiscus/ansis/commits) --- updated-dependencies: - dependency-name: ansis dependency-type: direct:production update-type: version-update:semver-minor ... 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 151d59fe..41552245 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@salesforce/core": "^8.1.1", "@salesforce/kit": "^3.1.6", "@salesforce/ts-types": "^2.0.10", - "ansis": "^3.2.1", + "ansis": "^3.3.2", "cli-progress": "^3.12.0", "natural-orderby": "^3.0.2", "slice-ansi": "^7.1.0", diff --git a/yarn.lock b/yarn.lock index 8c822bcd..2940235e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1055,10 +1055,10 @@ ansi-styles@^6.1.0, ansi-styles@^6.2.1: resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5" integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug== -ansis@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.2.1.tgz#abf2de690eb7a74fa4292edf82c7887bda5ee549" - integrity sha512-SgzY+k2aa9UqJe3jzrPZhSVzLc2XrE4/h7rk0dMCDwhCq7ipmpPZvyODoxPCms4OpMLTiBTS+Mpl4VZQ6FDitw== +ansis@^3.2.1, ansis@^3.3.2: + version "3.3.2" + resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.3.2.tgz#15adc36fea112da95c74d309706e593618accac3" + integrity sha512-cFthbBlt+Oi0i9Pv/j6YdVWJh54CtjGACaMPCIrEV4Ha7HWsIjXDwseYV79TIL0B4+KfSwD5S70PeQDkPUd1rA== anymatch@~3.1.2: version "3.1.3"