From fe49cb1d8cbbcb648423cbab646ab075fece7ef1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 22:53:15 +0000 Subject: [PATCH] Bump ansi_up from 2.0.2 to 5.0.0 Bumps [ansi_up](https://github.com/drudru/ansi_up) from 2.0.2 to 5.0.0. - [Release notes](https://github.com/drudru/ansi_up/releases) - [Commits](https://github.com/drudru/ansi_up/compare/v2.0.2...v5.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c814a762..9d88331f 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "author": "Brad Rydzewski", "license": "Apache-2.0", "dependencies": { - "ansi_up": "^2.0.2", + "ansi_up": "^5.0.0", "babel-polyfill": "^6.23.0", "baobab": "^2.4.3", "baobab-react": "^2.1.2", diff --git a/yarn.lock b/yarn.lock index 50be2732..09a19cce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -121,9 +121,9 @@ ansi-styles@^3.1.0, ansi-styles@^3.2.0: dependencies: color-convert "^1.9.0" -ansi_up@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/ansi_up/-/ansi_up-2.0.2.tgz#9b54de508c5c579f5b6968e65c1b863e0680ab92" +ansi_up@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/ansi_up/-/ansi_up-5.0.0.tgz#9bc3b087a59bd543c98dd235a9c8e0a842c454e9" anymatch@^1.3.0: version "1.3.2"