|
447 | 447 | dependencies: |
448 | 448 | "@types/node" "*" |
449 | 449 |
|
450 | | -"@types/trusted-types@^1.0.6": |
451 | | - version "1.0.6" |
452 | | - resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-1.0.6.tgz#569b8a08121d3203398290d602d84d73c8dcf5da" |
453 | | - integrity sha512-230RC8sFeHoT6sSUlRO6a8cAnclO06eeiq1QDfiv2FGCLWFvvERWgwIQD4FWqD9A69BN7Lzee4OXwoMVnnsWDw== |
454 | | - |
455 | 450 | "@types/vscode@^1.63.1": |
456 | 451 | version "1.89.0" |
457 | 452 | resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.89.0.tgz#df0beb3f4ab9133ee8c5fcac8fc578e4623d8749" |
@@ -1053,6 +1048,11 @@ dns-packet@^5.2.2: |
1053 | 1048 | dependencies: |
1054 | 1049 | "@leichtgewicht/ip-codec" "^2.0.1" |
1055 | 1050 |
|
| 1051 | + |
| 1052 | + version "3.1.7" |
| 1053 | + resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.1.7.tgz#711a8c96479fb6ced93453732c160c3c72418a6a" |
| 1054 | + integrity sha512-VaTstWtsneJY8xzy7DekmYWEOZcmzIe3Qb3zPd4STve1OBTa+e+WmS1ITQec1fZYXI3HCsOZZiSMpG6oxoWMWQ== |
| 1055 | + |
1056 | 1056 | |
1057 | 1057 | version "1.1.1" |
1058 | 1058 | resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" |
@@ -1656,6 +1656,11 @@ lru-cache@^5.1.1: |
1656 | 1656 | dependencies: |
1657 | 1657 | yallist "^3.0.2" |
1658 | 1658 |
|
| 1659 | + |
| 1660 | + version "14.0.0" |
| 1661 | + resolved "https://registry.yarnpkg.com/marked/-/marked-14.0.0.tgz#79a1477358a59e0660276f8fec76de2c33f35d83" |
| 1662 | + integrity sha512-uIj4+faQ+MgHgwUW1l2PsPglZLOLOT1uErt06dAPtx2kjteLAkbsd/0FiYg/MGS+i7ZKLb7w2WClxHkzOOuryQ== |
| 1663 | + |
1659 | 1664 | |
1660 | 1665 | version "0.3.0" |
1661 | 1666 | resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" |
@@ -1719,12 +1724,13 @@ minimalistic-assert@^1.0.0: |
1719 | 1724 | resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7" |
1720 | 1725 | integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A== |
1721 | 1726 |
|
1722 | | -monaco-editor@0.53.0: |
1723 | | - version "0.53.0" |
1724 | | - resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.53.0.tgz#2f485492e0ee822be13b1b45e3092922963737ae" |
1725 | | - integrity sha512-0WNThgC6CMWNXXBxTbaYYcunj08iB5rnx4/G56UOPeL9UVIUGGHA1GR0EWIh9Ebabj7NpCRawQ5b0hfN1jQmYQ== |
| 1727 | +monaco-editor@0.54.0: |
| 1728 | + version "0.54.0" |
| 1729 | + resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.54.0.tgz#c0d6ebb46b83f1bef6f67f6aa471e38ba7ef8231" |
| 1730 | + integrity sha512-hx45SEUoLatgWxHKCmlLJH81xBo0uXP4sRkESUpmDQevfi+e7K1VuiSprK6UpQ8u4zOcKNiH0pMvHvlMWA/4cw== |
1726 | 1731 | dependencies: |
1727 | | - "@types/trusted-types" "^1.0.6" |
| 1732 | + dompurify "3.1.7" |
| 1733 | + marked "14.0.0" |
1728 | 1734 |
|
1729 | 1735 | |
1730 | 1736 | version "2.0.0" |
|
0 commit comments