-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport of [ui] Pin ansi-html to 0.0.8 into release/1.19.x (#21736)
backport of commit 8ffdce4 Co-authored-by: Phil Renaud <[email protected]>
- Loading branch information
1 parent
e1a4734
commit 1d79668
Showing
3 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:security | ||
ui: Pin a newer resolution of ansi-html | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2864,10 +2864,10 @@ ansi-escapes@^4.2.1, ansi-escapes@^4.3.0: | |
dependencies: | ||
type-fest "^0.21.3" | ||
|
||
ansi-html@^0.0.7: | ||
version "0.0.7" | ||
resolved "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz#813584021962a9e9e6fd039f940d12f56ca7859e" | ||
integrity sha512-JoAxEa1DfP9m2xfB/y2r/aKcwXNlltr4+0QSBC4TrLfcxyvepX2Pv0t/xpgGV5bGsDzCYV8SzjWgyCW0T9yYbA== | ||
ansi-html@0.0.8, ansi-html@^0.0.7: | ||
version "0.0.8" | ||
resolved "https://registry.npmjs.org/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" | ||
|
@@ -11067,7 +11067,7 @@ [email protected]: | |
lodash.merge "^4.6.2" | ||
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" | ||
resolved "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.2.tgz#bf92ac92283fe983fe4de8ff8abfb5ad72cd0c90" | ||
integrity sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg== | ||
|