From aff7ef51a6287b2d8e86973c4ae72c70ab7e0230 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 21:36:21 +0000 Subject: [PATCH] Bump ansi-html from 0.0.7 to 0.0.8 in /face_founder_demo 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] --- face_founder_demo/package.json | 2 +- face_founder_demo/yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/face_founder_demo/package.json b/face_founder_demo/package.json index eac624c..b4194a8 100644 --- a/face_founder_demo/package.json +++ b/face_founder_demo/package.json @@ -7,7 +7,7 @@ "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", - "ansi-html": "0.0.7", + "ansi-html": "0.0.8", "axios": "^0.25.0", "bootstrap": "^4.6.0", "browserslist": "^4.19.1", diff --git a/face_founder_demo/yarn.lock b/face_founder_demo/yarn.lock index 7b9af49..67019f2 100644 --- a/face_founder_demo/yarn.lock +++ b/face_founder_demo/yarn.lock @@ -2354,6 +2354,11 @@ ansi-html@0.0.7, ansi-html@^0.0.7: resolved "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz" integrity sha1-gTWEAhliqenm/QOflA0S9WynhZ4= +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: version "2.1.1" resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz"