From 7824e82a5f3f703562108e2038b79b6ceaf9284b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 22:53:27 +0000 Subject: [PATCH] Bump ansi_up from 1.3.0 to 5.0.0 in /components/automate-workflow-web 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] --- components/automate-workflow-web/package-lock.json | 6 +++--- components/automate-workflow-web/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/automate-workflow-web/package-lock.json b/components/automate-workflow-web/package-lock.json index 58a15e1a002..1abd8716e64 100644 --- a/components/automate-workflow-web/package-lock.json +++ b/components/automate-workflow-web/package-lock.json @@ -270,9 +270,9 @@ "dev": true }, "ansi_up": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/ansi_up/-/ansi_up-1.3.0.tgz", - "integrity": "sha1-yclGv8C5u16qBgaEvyq6r+aLvUQ=" + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi_up/-/ansi_up-5.0.0.tgz", + "integrity": "sha512-RHw/w3Kb2U3k4XKfl8FXZW9ldxtTBbLNdKO0RboYeU4ReVwRP77M7b/OxiavMGZsBWcDxn/T0QiR+VtLf7mPYw==" }, "anymatch": { "version": "1.3.2", diff --git a/components/automate-workflow-web/package.json b/components/automate-workflow-web/package.json index c23c468b447..d90f0549874 100644 --- a/components/automate-workflow-web/package.json +++ b/components/automate-workflow-web/package.json @@ -26,7 +26,7 @@ "angular-strap": "=2.3.10", "angular-ui-ace": "https://github.com/angular-ui/ui-ace/tarball/src0.1.1", "angular-ui-router": "=1.0.23", - "ansi_up": "=1.3.0", + "ansi_up": "=5.0.0", "brace": "=0.4.0", "core-js": "=2.4.1", "eventsource-polyfill": "^0.9.6",