From 878abe990b13c96361ccf756381369fc0f146928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 22:52:35 +0000 Subject: [PATCH] Bump ansi_up from 4.0.3 to 5.0.0 Bumps [ansi_up](https://github.com/drudru/ansi_up) from 4.0.3 to 5.0.0. - [Release notes](https://github.com/drudru/ansi_up/releases) - [Commits](https://github.com/drudru/ansi_up/compare/v4.0.3...v5.0.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e67d60a..85de228 100644 --- a/package-lock.json +++ b/package-lock.json @@ -314,9 +314,9 @@ "integrity": "sha1-qCJQ3bABXponyoLoLqYDu/pF768=" }, "ansi_up": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/ansi_up/-/ansi_up-4.0.3.tgz", - "integrity": "sha512-ub+xzfB7Mkikx6u0/iHx97Cvs5SJRNjh3yoQpuRaAvC9L2t8ZghlqG6jXIQ7XkbtQyHJU/EP2AnPvwcib0vu6A==" + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi_up/-/ansi_up-5.0.0.tgz", + "integrity": "sha512-RHw/w3Kb2U3k4XKfl8FXZW9ldxtTBbLNdKO0RboYeU4ReVwRP77M7b/OxiavMGZsBWcDxn/T0QiR+VtLf7mPYw==" }, "any-observable": { "version": "0.3.0", diff --git a/package.json b/package.json index f0f6d02..7f51c7c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "build": "webpack --config webpack.config.js --mode production" }, "dependencies": { - "ansi_up": "^4.0.3", + "ansi_up": "^5.0.0", "autolinker": "^3.0.5", "bootstrap": "^4.3.1", "dotenv": "^7.0.0",