From 22b592685351e87c97f0c6d63df31afb1bf89e7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 00:47:57 +0000 Subject: [PATCH] Bump ansi_up from 3.0.0 to 5.0.0 Bumps [ansi_up](https://github.com/drudru/ansi_up) from 3.0.0 to 5.0.0. - [Release notes](https://github.com/drudru/ansi_up/releases) - [Commits](https://github.com/drudru/ansi_up/compare/v3.0.0...v5.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 669ad85..a01c01e 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "app" ], "dependencies": { - "ansi_up": "^3.0.0", + "ansi_up": "^5.0.0", "cross-spawn": "^6.0.5", "debug": "^3.1.0", "express": "^4.16.3", diff --git a/yarn.lock b/yarn.lock index 9e88587..7ea6242 100644 --- a/yarn.lock +++ b/yarn.lock @@ -703,9 +703,10 @@ ansi-styles@^3.2.1: dependencies: color-convert "^1.9.0" -ansi_up@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/ansi_up/-/ansi_up-3.0.0.tgz#27f45d8f457d9ceff59e4ea03c8e6f13c1a303e8" +ansi_up@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/ansi_up/-/ansi_up-5.0.0.tgz#9bc3b087a59bd543c98dd235a9c8e0a842c454e9" + integrity sha512-RHw/w3Kb2U3k4XKfl8FXZW9ldxtTBbLNdKO0RboYeU4ReVwRP77M7b/OxiavMGZsBWcDxn/T0QiR+VtLf7mPYw== anymatch@^2.0.0: version "2.0.0"