From fb478e9dd2d3fe78aa51727b8725f67a457b7ec6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jun 2022 09:06:31 +0000 Subject: [PATCH] Bump ansi-html from 0.0.7 to 0.0.8 Bumps [ansi-html](https://github.com/Tjatse/ansi-html) from 0.0.7 to 0.0.8. - [Release notes](https://github.com/Tjatse/ansi-html/releases) - [Commits](https://github.com/Tjatse/ansi-html/commits) --- updated-dependencies: - dependency-name: ansi-html dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f606c18f..5c5109be 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "alphanum-sort": "^1.0.2", "amdefine": "^1.0.1", "ansi-colors": "^3.2.4", - "ansi-html": "^0.0.7", + "ansi-html": "^0.0.8", "ansi-regex": "^2.1.1", "ansi-styles": "^3.2.1", "anymatch": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index a639da8f..2706940e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1535,10 +1535,10 @@ ansi-html-community@^0.0.8: resolved "https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz#69fbc4d6ccbe383f9736934ae34c3f8290f1bf41" integrity sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw== -ansi-html@^0.0.7: - version "0.0.7" - resolved "https://registry.yarnpkg.com/ansi-html/-/ansi-html-0.0.7.tgz#813584021962a9e9e6fd039f940d12f56ca7859e" - integrity sha512-JoAxEa1DfP9m2xfB/y2r/aKcwXNlltr4+0QSBC4TrLfcxyvepX2Pv0t/xpgGV5bGsDzCYV8SzjWgyCW0T9yYbA== +ansi-html@^0.0.8: + version "0.0.8" + resolved "https://registry.yarnpkg.com/ansi-html/-/ansi-html-0.0.8.tgz#e969db193b12bcdfa6727b29ffd8882dc13cc501" + integrity sha512-QROYz1I1Kj+8bTYgx0IlMBpRSCIU+7GjbE0oH+KF7QKc+qSF8YAlIutN59Db17tXN70Ono9upT9Ht0iG93W7ug== ansi-regex@^2.0.0, ansi-regex@^2.1.1: version "2.1.1"