From c61c6ffda182427102b456675c7a0af5e625eb99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 22:52:21 +0000 Subject: [PATCH] Upgrade: Bump ansi_up from 1.3.0 to 5.0.0 in /frontend Bumps [ansi_up](https://github.com/drudru/ansi_up) from 1.3.0 to 5.0.0. - [Release notes](https://github.com/drudru/ansi_up/releases) - [Commits](https://github.com/drudru/ansi_up/compare/v1.3.0...v5.0.0) Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 861000eba..2f8ef0a65 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -22,7 +22,7 @@ "@bower_components/offline": "HubSpot/offline#~0.7.14", "@bower_components/ws_proxy": "skyarch-networks/ws_proxy#master", "aliasify": "^1.9.0", - "ansi_up": "^1.3.0", + "ansi_up": "^5.0.0", "bootstrap": "^3.3.6", "brace": "0.11.1", "browserify": "^ 13.0.0", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index cc3cdc67e..0b7ad154d 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -157,10 +157,10 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1: dependencies: color-convert "^1.9.0" -ansi_up@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/ansi_up/-/ansi_up-1.3.0.tgz#c9c946bfc0b9bb5eaa060684bf2abaafe68bbd44" - integrity sha1-yclGv8C5u16qBgaEvyq6r+aLvUQ= +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== argparse@^1.0.7: version "1.0.10"