From 5e10b8486da2c06fcaa1c0f8ae154cfd4cfeaeca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 00:45:13 -0500 Subject: [PATCH] fix(deps): bump ansis from 3.2.0 to 3.2.1 (#871) Bumps [ansis](https://github.com/webdiscus/ansis) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/webdiscus/ansis/releases) - [Changelog](https://github.com/webdiscus/ansis/blob/master/CHANGELOG.md) - [Commits](https://github.com/webdiscus/ansis/compare/v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: ansis dependency-type: direct:production 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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e4ca0020..0e0e2a25 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "@inquirer/select": "^2.3.7", "@oclif/core": "^4", - "ansis": "^3.2.0", + "ansis": "^3.2.1", "debug": "^4.3.5", "filesize": "^6.1.0", "got": "^13", diff --git a/yarn.lock b/yarn.lock index 71d00310..7c150c1e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2012,10 +2012,10 @@ ansicolors@~0.3.2: resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.3.2.tgz#665597de86a9ffe3aa9bfbe6cae5c6ea426b4979" integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg== -ansis@^3.1.1, ansis@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.2.0.tgz#0e050c5be94784f32ffdac4b84fccba064aeae4b" - integrity sha512-Yk3BkHH9U7oPyCN3gL5Tc7CpahG/+UFv/6UG03C311Vy9lzRmA5uoxDTpU9CO3rGHL6KzJz/pdDeXZCZ5Mu/Sg== +ansis@^3.1.1, 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== anymatch@~3.1.2: version "3.1.3"