Skip to content

Commit

Permalink
Update dependency ansi-to-html to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jul 7, 2021
1 parent 5d96d04 commit 3c4762c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/tinovyatkin/tag-mjml/issues"
},
"version": "1.0.8",
"version": "1.0.9",
"main": "dist/index.js",
"files": [
"dist/index.d.ts"
Expand All @@ -23,7 +23,7 @@
"test": "jest"
},
"dependencies": {
"ansi-to-html": "0.6.15",
"ansi-to-html": "0.7.0",
"common-tags": "1.8.0",
"mjml": "4.7.1"
},
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1079,12 +1079,12 @@ ansi-styles@^4.0.0, ansi-styles@^4.1.0:
"@types/color-name" "^1.1.1"
color-convert "^2.0.1"

ansi-to-html@0.6.15:
version "0.6.15"
resolved "https://registry.yarnpkg.com/ansi-to-html/-/ansi-to-html-0.6.15.tgz#ac6ad4798a00f6aa045535d7f6a9cb9294eebea7"
integrity sha512-28ijx2aHJGdzbs+O5SNQF65r6rrKYnkuwTYm8lZlChuoJ9P1vVzIpWO20sQTqTPDXYp6NFwk326vApTtLVFXpQ==
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==
dependencies:
entities "^2.0.0"
entities "^2.2.0"

any-observable@^0.3.0:
version "0.3.0"
Expand Down Expand Up @@ -2191,6 +2191,11 @@ entities@^2.0.0:
resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.0.tgz#68d6084cab1b079767540d80e56a39b423e4abf4"
integrity sha512-D9f7V0JSRwIxlRI2mjMqufDrRDnx8p+eEOz7aUM9SuvF8gsBzra0/6tbjl1m8eQHrZlYj6PxqE00hZ1SAIKPLw==

entities@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55"
integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==

error-ex@^1.3.1:
version "1.3.2"
resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
Expand Down

0 comments on commit 3c4762c

Please sign in to comment.