Backport of [ui] Pin ansi-html to 0.0.8 into release/1.19.x (#21736)

backport of commit 8ffdce4f81

Co-authored-by: Phil Renaud <phil@riotindustries.com>
pull/21743/head
hc-github-team-consul-core 2 months ago committed by GitHub
parent e1a4734384
commit 1d796684d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,3 @@
```release-note:security
ui: Pin a newer resolution of ansi-html
```

@ -25,7 +25,8 @@
"glob": "7.2.3", "glob": "7.2.3",
"braces": "^3.0.0", "braces": "^3.0.0",
"markdown-it": "^12.3.2", "markdown-it": "^12.3.2",
"codemirror": "5.58.2" "codemirror": "5.58.2",
"ansi-html": "0.0.8"
}, },
"engines": { "engines": {
"node": "18" "node": "18"

@ -2864,10 +2864,10 @@ ansi-escapes@^4.2.1, ansi-escapes@^4.3.0:
dependencies: dependencies:
type-fest "^0.21.3" type-fest "^0.21.3"
ansi-html@^0.0.7: ansi-html@0.0.8, ansi-html@^0.0.7:
version "0.0.7" version "0.0.8"
resolved "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz#813584021962a9e9e6fd039f940d12f56ca7859e" resolved "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.8.tgz#e969db193b12bcdfa6727b29ffd8882dc13cc501"
integrity sha512-JoAxEa1DfP9m2xfB/y2r/aKcwXNlltr4+0QSBC4TrLfcxyvepX2Pv0t/xpgGV5bGsDzCYV8SzjWgyCW0T9yYbA== integrity sha512-QROYz1I1Kj+8bTYgx0IlMBpRSCIU+7GjbE0oH+KF7QKc+qSF8YAlIutN59Db17tXN70Ono9upT9Ht0iG93W7ug==
ansi-regex@^2.0.0: ansi-regex@^2.0.0:
version "2.1.1" version "2.1.1"
@ -11067,7 +11067,7 @@ markdown-it-terminal@0.2.1:
lodash.merge "^4.6.2" lodash.merge "^4.6.2"
markdown-it "^8.3.1" markdown-it "^8.3.1"
markdown-it@12.3.2, markdown-it@^12.0.4, markdown-it@^8.3.1: markdown-it@^12.0.4, markdown-it@^12.3.2, markdown-it@^8.3.1:
version "12.3.2" version "12.3.2"
resolved "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.2.tgz#bf92ac92283fe983fe4de8ff8abfb5ad72cd0c90" resolved "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.2.tgz#bf92ac92283fe983fe4de8ff8abfb5ad72cd0c90"
integrity sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg== integrity sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==

Loading…
Cancel
Save