From e2b89426e3b84273457317403256686b769b53e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 04:44:27 -0700 Subject: [PATCH] fix(deps): bump ansis from 3.6.0 to 3.8.1 (#804) Bumps [ansis](https://github.com/webdiscus/ansis) from 3.6.0 to 3.8.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/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 78e195de..95ba9d21 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "@inquirer/prompts": "^7.2.1", "@oclif/core": "^4", - "ansis": "^3.5.2", + "ansis": "^3.8.1", "fast-levenshtein": "^3.0.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 8ed0c36e..4c4a00e7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2924,10 +2924,10 @@ ansicolors@~0.3.2: resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.3.2.tgz#665597de86a9ffe3aa9bfbe6cae5c6ea426b4979" integrity sha1-ZlWX3oap/+Oqm/vmyuXG6kJrSXk= -ansis@^3.5.2, ansis@^3.6.0: - version "3.6.0" - resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.6.0.tgz#f4d8437fb27659bf5a6adca90135801919dee764" - integrity sha512-8KluYVZM+vx19f5rInhdEBdIAjvBp7ASzyF/DoStcDpMJ3JOM55ybvUcs9nMRVP8XN2K3ABBdO7zCXezvrT0pg== +ansis@^3.5.2, ansis@^3.6.0, ansis@^3.8.1: + version "3.8.1" + resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.8.1.tgz#60656ef3f7d60f4aed4bb69ec1429ef393f7b90e" + integrity sha512-gzGUTqsBugYCegbhldz7Ox9NrizAlCSAP5Y6rRD9agN76osoyhKznznmaB4G5BAVvrqwksPOGdnYh1Q000cUqw== anymatch@~3.1.2: version "3.1.2"