From ff322a7a1703df23be4e75bd85efc47755b9c46b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 21:51:59 -0500 Subject: [PATCH] fix(deps): bump ansis from 3.2.1 to 3.3.1 (#651) Bumps [ansis](https://github.com/webdiscus/ansis) from 3.2.1 to 3.3.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.1...v3.3.1) --- 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 3b578fcd..e18890db 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues", "dependencies": { "@oclif/core": "^4", - "ansis": "^3.2.0", + "ansis": "^3.3.1", "debug": "^4.3.5", "http-call": "^5.2.2", "lodash": "^4.17.21" diff --git a/yarn.lock b/yarn.lock index f3c196c1..b19a58ff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2024,10 +2024,10 @@ ansicolors@~0.3.2: resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.3.2.tgz#665597de86a9ffe3aa9bfbe6cae5c6ea426b4979" integrity sha1-ZlWX3oap/+Oqm/vmyuXG6kJrSXk= -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.1: + version "3.3.1" + resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.3.1.tgz#c89b7d3892cc5be0f0f302f17ec84f8d2502da75" + integrity sha512-dW/sqnbVeWXW1UMRyKGHiJj+vBrlnnDcvyNMDB8BBI4Gu0tsohweIkvcqb3bNNwcVn70LTyvvnGgjUzUVFnK6Q== anymatch@~3.1.2: version "3.1.3"