Skip to content

Commit

Permalink
Pin ansi-html to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Sep 16, 2024
1 parent f924a01 commit 8ffdce4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .changelog/21735.txt
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
```
3 changes: 2 additions & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"glob": "7.2.3",
"braces": "^3.0.0",
"markdown-it": "^12.3.2",
"codemirror": "5.58.2"
"codemirror": "5.58.2",
"ansi-html": "0.0.8"
},
"engines": {
"node": "18"
Expand Down
10 changes: 5 additions & 5 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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==
Expand Down

0 comments on commit 8ffdce4

Please sign in to comment.