From 2ddb1e215a8b6f008fc1ad5150cbbaa0fad81468 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jul 2021 09:03:17 +0000 Subject: [PATCH] Bump ansi-to-html from 0.7.0 to 0.7.1 Bumps [ansi-to-html](https://github.com/rburns/ansi-to-html) from 0.7.0 to 0.7.1. - [Release notes](https://github.com/rburns/ansi-to-html/releases) - [Commits](https://github.com/rburns/ansi-to-html/commits) --- updated-dependencies: - dependency-name: ansi-to-html dependency-type: direct:production update-type: version-update:semver-patch ... 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 d6de999e..9c52cc67 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "homepage": "https://github.com/amir20/dozzle#readme", "dependencies": { - "ansi-to-html": "^0.7.0", + "ansi-to-html": "^0.7.1", "buefy": "^0.9.8", "bulma": "^0.9.3", "date-fns": "^2.22.1", diff --git a/yarn.lock b/yarn.lock index ca3041be..980cdf5f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1529,10 +1529,10 @@ ansi-styles@^5.0.0: resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b" integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA== -ansi-to-html@^0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/ansi-to-html/-/ansi-to-html-0.7.0.tgz#bd048451a43b5c5abe03272f5e40aaede3a158e6" - integrity sha512-XYAN+0+3Bi+nmTQBq717bGToQVpzq2AoukAaDnQQvpmqIbedjsdSDuGD7+YLYOPBh7rjc7A6ko5cLLDp06QNjw== +ansi-to-html@^0.7.1: + version "0.7.1" + resolved "https://registry.yarnpkg.com/ansi-to-html/-/ansi-to-html-0.7.1.tgz#22411b5840c929a747b1bb6ced718fbba5154a14" + integrity sha512-PPpOy/TeLE6xERG5CNNpm1cLTIW1IeWULleeVc089paF45zfz5gzNPXeSQyxt1sUiKVIYZlY86AYx3fsMdIr5w== dependencies: entities "^2.2.0"