From 2d02713dfe12739f2d68c70412eb87007e178564 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 21:53:36 -0500 Subject: [PATCH] fix(deps): bump ansis from 3.2.1 to 3.3.2 (#885) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ab0f508c..19a79201 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "@inquirer/select": "^2.4.1", "@oclif/core": "^4", - "ansis": "^3.2.1", + "ansis": "^3.3.2", "debug": "^4.3.5", "filesize": "^6.1.0", "got": "^13", diff --git a/yarn.lock b/yarn.lock index 7afc4ece..e98123d8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2363,10 +2363,10 @@ ansicolors@~0.3.2: resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.3.2.tgz#665597de86a9ffe3aa9bfbe6cae5c6ea426b4979" integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg== -ansis@^3.2.0, 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.0, 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"