diff --git a/applications/browser/package.json b/applications/browser/package.json index a8abeb60..ae3ea3cb 100644 --- a/applications/browser/package.json +++ b/applications/browser/package.json @@ -55,7 +55,7 @@ "@theia/collaboration": "1.74.1", "@theia/console": "1.74.1", "@theia/core": "1.74.1", - "@theia/debug": "1.74.1", + "@theia/debug": "1.75.0", "@theia/dev-container": "1.74.1", "@theia/editor": "1.74.1", "@theia/editor-preview": "1.74.1", diff --git a/applications/electron/package.json b/applications/electron/package.json index e5c3c870..7433a1f0 100644 --- a/applications/electron/package.json +++ b/applications/electron/package.json @@ -55,7 +55,7 @@ "@theia/collaboration": "1.74.1", "@theia/console": "1.74.1", "@theia/core": "1.74.1", - "@theia/debug": "1.74.1", + "@theia/debug": "1.75.0", "@theia/dev-container": "1.74.1", "@theia/editor": "1.74.1", "@theia/editor-preview": "1.74.1", diff --git a/extensions/nuke-essentials/package.json b/extensions/nuke-essentials/package.json index b9668476..72e35c5e 100644 --- a/extensions/nuke-essentials/package.json +++ b/extensions/nuke-essentials/package.json @@ -24,7 +24,7 @@ ], "dependencies": { "@theia/core": "1.74.1", - "@theia/debug": "1.74.1", + "@theia/debug": "1.75.0", "@theia/editor": "1.74.1", "@theia/filesystem": "1.74.1", "@theia/keymaps": "1.74.1", diff --git a/yarn.lock b/yarn.lock index f8352ac6..72a48981 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1575,6 +1575,11 @@ resolved "https://registry.yarnpkg.com/@lumino/algorithm/-/algorithm-2.0.4.tgz#be0efc037f6d84b1b5214e6d73d0bb8a4a64ac32" integrity sha512-gddBhESPqu25KWLeAK9Kz8tS9Ph7P45i0CNG7Ia4XMhK9PHLtTsBdJTC9jP+MqhbzC8zDT/4ekvYRV9ojRPj7Q== +"@lumino/algorithm@^2.0.5": + version "2.0.5" + resolved "https://registry.yarnpkg.com/@lumino/algorithm/-/algorithm-2.0.5.tgz#1471b489a3a354838bcf0a7ce828b10b2a5d05d7" + integrity sha512-yW5k0IRrNlNDL9/hLOPr0XaMYf7YSZ5a/uJ++a92ziBe7v7a3xzBJ1+Awhb6fMyanE0Mz97UOQIsHa3vWB0UQA== + "@lumino/collections@^2.0.4": version "2.0.4" resolved "https://registry.yarnpkg.com/@lumino/collections/-/collections-2.0.4.tgz#247ad491dc8c5a1da0ee570fc51e39e961919e32" @@ -1582,6 +1587,13 @@ dependencies: "@lumino/algorithm" "^2.0.4" +"@lumino/collections@^2.0.5": + version "2.0.5" + resolved "https://registry.yarnpkg.com/@lumino/collections/-/collections-2.0.5.tgz#d939d810bfc181108090dc22183567309d232df1" + integrity sha512-iRthCb6cMoq1rcd4OC8dNFU7v/YbJOw647kzqrMxLPlQmMeeY5wHxF/W9qCb01VUI3zyxvh0/ND4DHB4mruJfA== + dependencies: + "@lumino/algorithm" "^2.0.5" + "@lumino/commands@^2.3.3": version "2.3.3" resolved "https://registry.yarnpkg.com/@lumino/commands/-/commands-2.3.3.tgz#e594640d53bddfad9e9e536baf49649040022501" @@ -1595,6 +1607,19 @@ "@lumino/signaling" "^2.1.5" "@lumino/virtualdom" "^2.0.4" +"@lumino/commands@^2.3.4": + version "2.3.4" + resolved "https://registry.yarnpkg.com/@lumino/commands/-/commands-2.3.4.tgz#624015cdb4294277a474daa845b376f7842f1d5e" + integrity sha512-bmCdM7jxX25s9ydKZcWmF7xL051MsG5fJ9IyCHoOPcKm3keuwX3wY1PpVERuooUvU6zZfI7+LFaolWX0eCs2Hw== + dependencies: + "@lumino/algorithm" "^2.0.5" + "@lumino/coreutils" "^2.2.3" + "@lumino/disposable" "^2.1.6" + "@lumino/domutils" "^2.0.5" + "@lumino/keyboard" "^2.0.5" + "@lumino/signaling" "^2.1.6" + "@lumino/virtualdom" "^2.0.5" + "@lumino/coreutils@^2.2.2": version "2.2.2" resolved "https://registry.yarnpkg.com/@lumino/coreutils/-/coreutils-2.2.2.tgz#7aca9fbfcfb0c0388c11896a6d98a6dd0c1f90e6" @@ -1602,6 +1627,13 @@ dependencies: "@lumino/algorithm" "^2.0.4" +"@lumino/coreutils@^2.2.3": + version "2.2.3" + resolved "https://registry.yarnpkg.com/@lumino/coreutils/-/coreutils-2.2.3.tgz#81689c1b386d54630f89a85779959560e4c22bf0" + integrity sha512-YxmayMeq8VJCPqo1okpsA3oOoz0eZeG5qedOLmopm+N/GwQT7S34QPPts49omVUwTJ0Xo8fGzOsxnS/LwnVl1Q== + dependencies: + "@lumino/algorithm" "^2.0.5" + "@lumino/disposable@^2.1.5": version "2.1.5" resolved "https://registry.yarnpkg.com/@lumino/disposable/-/disposable-2.1.5.tgz#808e47b51f8cd21a027d753a7b5c2f2fe96d4efc" @@ -1609,11 +1641,23 @@ dependencies: "@lumino/signaling" "^2.1.5" +"@lumino/disposable@^2.1.6": + version "2.1.6" + resolved "https://registry.yarnpkg.com/@lumino/disposable/-/disposable-2.1.6.tgz#32f3d184ad00d1ca1994a80a99493fee764d4249" + integrity sha512-mTDBsftt+dWkP3MeeLuYjJ7mtOcrMld6Pq4h7EY6HzhPSdPXzvQELZ29vpc1lq6EWz/fzCfpoE+W8AzNUCHTLg== + dependencies: + "@lumino/signaling" "^2.1.6" + "@lumino/domutils@^2.0.4": version "2.0.4" resolved "https://registry.yarnpkg.com/@lumino/domutils/-/domutils-2.0.4.tgz#e625909d8c45ab310106d73cf8525b49c759f04f" integrity sha512-naYGUQn3e0CLtz/tjKOZP8SOBg0SW7EguhkxLpNUXlVUvx7rVsfr0VI22FVL+jgI0FbxXpEkxpSMxtK73jxJAg== +"@lumino/domutils@^2.0.5": + version "2.0.5" + resolved "https://registry.yarnpkg.com/@lumino/domutils/-/domutils-2.0.5.tgz#c55897ff6b97a88e40721fa6e7736f6b32e3dfd1" + integrity sha512-4zsSqWqAHvOFJTtvyAZsQu7qL5ZZRu37mTzppZNAI3a91jlIben3NbAMGZiyZeAnv3b9Z7S5sPOVWZKkJyhegg== + "@lumino/dragdrop@^2.1.8": version "2.1.8" resolved "https://registry.yarnpkg.com/@lumino/dragdrop/-/dragdrop-2.1.8.tgz#4dd00b28487ff3bd7be54dbad0f8d870abf811c1" @@ -1622,11 +1666,24 @@ "@lumino/coreutils" "^2.2.2" "@lumino/disposable" "^2.1.5" +"@lumino/dragdrop@^2.1.9": + version "2.1.9" + resolved "https://registry.yarnpkg.com/@lumino/dragdrop/-/dragdrop-2.1.9.tgz#888fbf6774698df7a6ada3fbcbc77f07cc61e792" + integrity sha512-gwkdJNLrRE8GVh4Z70Yj5fhpasQNDkt8Z/aOneQbL4T1bpsMTwzdn3t/2pIZaWngrEqCGnj0ofUUuQAYZuQMyw== + dependencies: + "@lumino/coreutils" "^2.2.3" + "@lumino/disposable" "^2.1.6" + "@lumino/keyboard@^2.0.4": version "2.0.4" resolved "https://registry.yarnpkg.com/@lumino/keyboard/-/keyboard-2.0.4.tgz#1fd9f74256bb5424d79f036fd07d0f2319fc47da" integrity sha512-kIVkdSz8F5wtZr8hZp0CMX+E0eMCOnFH6XCT7j2UBQ80ERJHFy0eX+IbNo3dtRQ7+CcDhBV4hQquFNFa+/04QQ== +"@lumino/keyboard@^2.0.5": + version "2.0.5" + resolved "https://registry.yarnpkg.com/@lumino/keyboard/-/keyboard-2.0.5.tgz#c4010f0e4178a1439de75c5472f4a98f53b99285" + integrity sha512-YB7kmE0+ZeZ6oN/Qps6Ln8MXe4rZQh+27ex4GTJuxTMvvbqFhDW6mc/zN6av22HYxDlOF55YlzNhjk2LpD8k7A== + "@lumino/messaging@^2.0.4": version "2.0.4" resolved "https://registry.yarnpkg.com/@lumino/messaging/-/messaging-2.0.4.tgz#6103ee5948be2ef608a8dc03e137d822c9ca1b24" @@ -1635,11 +1692,24 @@ "@lumino/algorithm" "^2.0.4" "@lumino/collections" "^2.0.4" +"@lumino/messaging@^2.0.5": + version "2.0.5" + resolved "https://registry.yarnpkg.com/@lumino/messaging/-/messaging-2.0.5.tgz#a95cef7df18f49c45d6af2a08a986f479612dfa8" + integrity sha512-LNvV9xW6pkVuW8n4vFYxboJFOtt2WRJZMrg3Ta6C6LcfazVQy+ubiC8GRqBMq2ufZ1zclOWQII5QFC1wxFm6dg== + dependencies: + "@lumino/algorithm" "^2.0.5" + "@lumino/collections" "^2.0.5" + "@lumino/properties@^2.0.4": version "2.0.4" resolved "https://registry.yarnpkg.com/@lumino/properties/-/properties-2.0.4.tgz#eb0228fcd245f2d6b49ba3c19ac7f515aa030083" integrity sha512-XsL2qLZk+1FbfuTrkyjciI8PMDw3YcaBkqVQ+iv7OOJf9bUlrmTpCMY0Hu5d3hV2W3TWlRsdbvRRLEBJSKv0iA== +"@lumino/properties@^2.0.5": + version "2.0.5" + resolved "https://registry.yarnpkg.com/@lumino/properties/-/properties-2.0.5.tgz#211ca2fbabbf831a37e4e03cf0938c98112954ab" + integrity sha512-+Yoo9lb/hzNKFXpkRaEC4r7aMe8prbEhscAbA/vyzqmY4NYjZsiqhxHUgyKgtGHosrrpY59Qv4ha+5csU08zsw== + "@lumino/signaling@^2.1.5": version "2.1.5" resolved "https://registry.yarnpkg.com/@lumino/signaling/-/signaling-2.1.5.tgz#4d5c9001d9cd15a5fe41b616965dad0844f45c5b" @@ -1648,6 +1718,14 @@ "@lumino/algorithm" "^2.0.4" "@lumino/coreutils" "^2.2.2" +"@lumino/signaling@^2.1.6": + version "2.1.6" + resolved "https://registry.yarnpkg.com/@lumino/signaling/-/signaling-2.1.6.tgz#bdf909d9f6c1a65a610dbab487d47d365e9d4e3f" + integrity sha512-PEB2nuNyippF/vj28oiDm7Zy8vAeVq07NE59L79GhaTe9i37TCjtA3+67DJnVGn1+fQPfexs6HdrY/90JFFwiw== + dependencies: + "@lumino/algorithm" "^2.0.5" + "@lumino/coreutils" "^2.2.3" + "@lumino/virtualdom@^2.0.4": version "2.0.4" resolved "https://registry.yarnpkg.com/@lumino/virtualdom/-/virtualdom-2.0.4.tgz#684d911b31f1fea874804cf404f12f8c969fe0fd" @@ -1655,6 +1733,13 @@ dependencies: "@lumino/algorithm" "^2.0.4" +"@lumino/virtualdom@^2.0.5": + version "2.0.5" + resolved "https://registry.yarnpkg.com/@lumino/virtualdom/-/virtualdom-2.0.5.tgz#8e79c5fe2f0cfff7a7f3ddb1c5ee244b7651b01e" + integrity sha512-Qgvtv9Iruny+p2y/jPWo9tOcUqS+Nlcwg14+m+xJEclFyVTpY8gGJKTDY8Y1wVO5PpQjRPNdbF8lxzrGR/89IA== + dependencies: + "@lumino/algorithm" "^2.0.5" + "@lumino/widgets@2.7.5": version "2.7.5" resolved "https://registry.yarnpkg.com/@lumino/widgets/-/widgets-2.7.5.tgz#df870266f08af900c455e2142b05cdb97c02d97e" @@ -2202,56 +2287,111 @@ resolved "https://registry.yarnpkg.com/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.6.tgz#5f32e0dba356f4ac9a11068d2a5c134ca3ba6564" integrity sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A== +"@parcel/watcher-android-arm64@2.6.0": + version "2.6.0" + resolved "https://registry.yarnpkg.com/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.6.0.tgz#99aaa3223d43807c9340af439cad7e9b6d26ada6" + integrity sha512-trgpLSCKRC/huFjXX/Smh+0sWe4+YtKfktIToiMl59ghz7z+qkH6kMvNnUbLyRs9N11t8l4svSCs1+5B3rOAhA== + "@parcel/watcher-darwin-arm64@2.5.6": version "2.5.6" resolved "https://registry.yarnpkg.com/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.6.tgz#88d3e720b59b1eceffce98dac46d7c40e8be5e8e" integrity sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA== +"@parcel/watcher-darwin-arm64@2.6.0": + version "2.6.0" + resolved "https://registry.yarnpkg.com/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.6.0.tgz#024496e586b4744f09ce532bbe89fe38ef02a64e" + integrity sha512-Y3QV0gl7Q1zbfueunkWIERICbEojQFCgpyG7YqOGNFLsckXyI1xu9mAIUpKY9QBYzBtSkN8dBPwd3yiAO9ovMw== + "@parcel/watcher-darwin-x64@2.5.6": version "2.5.6" resolved "https://registry.yarnpkg.com/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.6.tgz#bf05d76a78bc15974f15ec3671848698b0838063" integrity sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg== +"@parcel/watcher-darwin-x64@2.6.0": + version "2.6.0" + resolved "https://registry.yarnpkg.com/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.6.0.tgz#a4621df1359a93d39a332d9bab5ff09016a0608f" + integrity sha512-Ohv6OpzhUfKYD7Beb8kDvG0jbIxORCYY1JRdZnaBtnjjkJxgD7ZVL0nw2sCYd0yTMKTvz3nnTnOF3cDifK+kvw== + "@parcel/watcher-freebsd-x64@2.5.6": version "2.5.6" resolved "https://registry.yarnpkg.com/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.6.tgz#8bc26e9848e7303ac82922a5ae1b1ef1bdb48a53" integrity sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng== +"@parcel/watcher-freebsd-x64@2.6.0": + version "2.6.0" + resolved "https://registry.yarnpkg.com/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.6.0.tgz#7f565ed1a5b3a5e604e6a4799121518265d62a3d" + integrity sha512-5HmXvDgs8VK+74jF9y9/2FE3/OnlcKmc56tjmSrEuZjpSZOGL+fvAu+HKJBdPs9uwoP2hE6TlSUpXZ/C5jUFmQ== + "@parcel/watcher-linux-arm-glibc@2.5.6": version "2.5.6" resolved "https://registry.yarnpkg.com/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.6.tgz#1328fee1deb0c2d7865079ef53a2ba4cc2f8b40a" integrity sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ== +"@parcel/watcher-linux-arm-glibc@2.6.0": + version "2.6.0" + resolved "https://registry.yarnpkg.com/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.6.0.tgz#ad7d3825e67b81999165da42593022045abc0889" + integrity sha512-Ps/hui3A+vMbjdqlqAowK2ZL8+BO8dBjxeWXj6npTBs3jx4wWmbPpaLuqwrQrSqIVMCnpWo238bJ1U37GhQOYg== + "@parcel/watcher-linux-arm-musl@2.5.6": version "2.5.6" resolved "https://registry.yarnpkg.com/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.6.tgz#bad0f45cb3e2157746db8b9d22db6a125711f152" integrity sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg== +"@parcel/watcher-linux-arm-musl@2.6.0": + version "2.6.0" + resolved "https://registry.yarnpkg.com/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.6.0.tgz#fe7d1cccb2c483215c090e938cf5cf404d2f9a8c" + integrity sha512-9c6AUHgHoG+IY88MRIHupztQiQnrbqHYQjkM2btA+Bf/wQnQMuiD0Wfk1EVv3TlNT3x41uU71rn6E4xh/+zvkw== + "@parcel/watcher-linux-arm64-glibc@2.5.6": version "2.5.6" resolved "https://registry.yarnpkg.com/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.6.tgz#b75913fbd501d9523c5f35d420957bf7d0204809" integrity sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA== +"@parcel/watcher-linux-arm64-glibc@2.6.0": + version "2.6.0" + resolved "https://registry.yarnpkg.com/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.6.0.tgz#7e239dcb4646c4c79f006a7131a48238249530da" + integrity sha512-yHRqS2owEXe6Hic9z6Mh1ECsCd+ODVOGvZDyciqRd21+v+o+DnXMOrw50DSpIG2sb8GPEaPPmfeCAWKPJdq46g== + "@parcel/watcher-linux-arm64-musl@2.5.6": version "2.5.6" resolved "https://registry.yarnpkg.com/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.6.tgz#da5621a6a576070c8c0de60dea8b46dc9c3827d4" integrity sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA== +"@parcel/watcher-linux-arm64-musl@2.6.0": + version "2.6.0" + resolved "https://registry.yarnpkg.com/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.6.0.tgz#c58b8d9c6d8d81594be00dd83aab741c1aaf7e0e" + integrity sha512-WhB2e/V7rqdHHWZusBSPuy5Ei8S6lSz6FE5TKKQz5h3a0O+C+mhY7vxU9b/stqvMb8beLnPY82ZrFTLKs+SrKA== + "@parcel/watcher-linux-x64-glibc@2.5.6": version "2.5.6" resolved "https://registry.yarnpkg.com/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.6.tgz#ce437accdc4b30f93a090b4a221fd95cd9b89639" integrity sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ== +"@parcel/watcher-linux-x64-glibc@2.6.0": + version "2.6.0" + resolved "https://registry.yarnpkg.com/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.6.0.tgz#5184fa9a770478d86e56875f4ee163a0abdc8791" + integrity sha512-ulGE6x6Oz6iAwg75T8YQSoguBWasniIbX+QWpaYPcCnDOpdWX3k+4xbEYPZVLxOuoJI+svJJPD3sEj8G7lrQ3A== + "@parcel/watcher-linux-x64-musl@2.5.6": version "2.5.6" resolved "https://registry.yarnpkg.com/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.6.tgz#02400c54b4a67efcc7e2327b249711920ac969e2" integrity sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg== +"@parcel/watcher-linux-x64-musl@2.6.0": + version "2.6.0" + resolved "https://registry.yarnpkg.com/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.6.0.tgz#2d1c55aa7246cbc7670e2612058a8a542c9cf246" + integrity sha512-tkBYKt7YQrjIJWYDnto2YgO8MRkjlMTSNoRHzsXinBqbLdeOM3L32wPZJvIZxqaLMfSlS/4sUjH/6STVP/XDLw== + "@parcel/watcher-win32-arm64@2.5.6": version "2.5.6" resolved "https://registry.yarnpkg.com/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.6.tgz#caae3d3c7583ca0a7171e6bd142c34d20ea1691e" integrity sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q== +"@parcel/watcher-win32-arm64@2.6.0": + version "2.6.0" + resolved "https://registry.yarnpkg.com/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.6.0.tgz#15e09432040fee9e2213aa9c10ed589012526def" + integrity sha512-gIZAP23jaHjGWasY/TY6yL7NHFClf0Ga7FN+iINvk+KN94rhm94lYZhFsbYFNcA04/onvGD9kKmiJLJB2HbNwQ== + "@parcel/watcher-win32-ia32@2.5.6": version "2.5.6" resolved "https://registry.yarnpkg.com/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.6.tgz#9ac922550896dfe47bfc5ae3be4f1bcaf8155d6d" @@ -2262,6 +2402,11 @@ resolved "https://registry.yarnpkg.com/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.6.tgz#73fdafba2e21c448f0e456bbe13178d8fe11739d" integrity sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw== +"@parcel/watcher-win32-x64@2.6.0": + version "2.6.0" + resolved "https://registry.yarnpkg.com/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.6.0.tgz#9bee199a2a4accd557b451ac2c1c793f305ae012" + integrity sha512-cA+/pXV2YkfxlIcXOQ5fSWqAzzPyD78/x5qbK/I0vUkrlYHA8TIz+MXjAbGouguKVSI4bOmkTSJ1/poVSsgt+A== + "@parcel/watcher@^2.5.6": version "2.5.6" resolved "https://registry.yarnpkg.com/@parcel/watcher/-/watcher-2.5.6.tgz#3f932828c894f06d0ad9cfefade1756ecc6ef1f1" @@ -2286,6 +2431,29 @@ "@parcel/watcher-win32-ia32" "2.5.6" "@parcel/watcher-win32-x64" "2.5.6" +"@parcel/watcher@^2.6.0": + version "2.6.0" + resolved "https://registry.yarnpkg.com/@parcel/watcher/-/watcher-2.6.0.tgz#99661f6220070b76a766aba6b7e313a087a1be4f" + integrity sha512-7FNeNl8NCE7aINx7WXiKQrPYZWC/hvrTsmk6zmxbI7LTXE7hVek/n8AfVgpe2y82zl3w0HvCHN0bVKMBoJcC0w== + dependencies: + detect-libc "^2.0.3" + is-glob "^4.0.3" + node-addon-api "^7.0.0" + picomatch "^4.0.4" + optionalDependencies: + "@parcel/watcher-android-arm64" "2.6.0" + "@parcel/watcher-darwin-arm64" "2.6.0" + "@parcel/watcher-darwin-x64" "2.6.0" + "@parcel/watcher-freebsd-x64" "2.6.0" + "@parcel/watcher-linux-arm-glibc" "2.6.0" + "@parcel/watcher-linux-arm-musl" "2.6.0" + "@parcel/watcher-linux-arm64-glibc" "2.6.0" + "@parcel/watcher-linux-arm64-musl" "2.6.0" + "@parcel/watcher-linux-x64-glibc" "2.6.0" + "@parcel/watcher-linux-x64-musl" "2.6.0" + "@parcel/watcher-win32-arm64" "2.6.0" + "@parcel/watcher-win32-x64" "2.6.0" + "@peculiar/asn1-schema@^2.7.0": version "2.8.0" resolved "https://registry.yarnpkg.com/@peculiar/asn1-schema/-/asn1-schema-2.8.0.tgz#69699f84259b2161607cabfc34e512a4023dbef9" @@ -2945,6 +3113,24 @@ tslib "^2.8.1" write-json-file "^2.3.0" +"@theia/application-package@1.75.0": + version "1.75.0" + resolved "https://registry.yarnpkg.com/@theia/application-package/-/application-package-1.75.0.tgz#cb936cdf44d75d48e47acbb509d01442801f801a" + integrity sha512-3FMci7N36LIzAxl1x74hRuwV1gBqdRNoe5LSyIhFINikcDWEcuy6iVRNe2FuGEjdePrxnChLsxnLl1Hm9fklDA== + dependencies: + "@theia/request" "1.75.0" + "@types/fs-extra" "^4.0.15" + "@types/semver" "^7.8.0" + "@types/write-json-file" "^2.2.1" + deepmerge "^4.3.1" + fs-extra "^4.0.3" + is-electron "^2.2.2" + nano "^10.1.4" + resolve-package-path "^4.0.3" + semver "^7.8.5" + tslib "^2.8.1" + write-json-file "^2.3.0" + "@theia/bulk-edit@1.74.1": version "1.74.1" resolved "https://registry.yarnpkg.com/@theia/bulk-edit/-/bulk-edit-1.74.1.tgz#71082b1337f3b766077582621fca9b8b3e1edf68" @@ -3039,6 +3225,18 @@ anser "^2.3.5" tslib "^2.8.1" +"@theia/console@1.75.0": + version "1.75.0" + resolved "https://registry.yarnpkg.com/@theia/console/-/console-1.75.0.tgz#536c38f6e66cb33f4db85158bacb1b26080c401e" + integrity sha512-gPfQ1VASfwvZIfkAit7eZ2iCWnmSEyRY//wExKjS1400zF1tivsWtYiQevAY42/DxynPwAuRYqhDXIhMHMKDpg== + dependencies: + "@theia/core" "1.75.0" + "@theia/editor" "1.75.0" + "@theia/monaco" "1.75.0" + "@theia/monaco-editor-core" "1.108.201" + anser "^2.3.5" + tslib "^2.8.1" + "@theia/core@1.74.1": version "1.74.1" resolved "https://registry.yarnpkg.com/@theia/core/-/core-1.74.1.tgz#f9de7fa2d3950389b1e9112b1bc37cdace389a98" @@ -3110,6 +3308,77 @@ ws "^8.21.0" yargs "^17.7.3" +"@theia/core@1.75.0": + version "1.75.0" + resolved "https://registry.yarnpkg.com/@theia/core/-/core-1.75.0.tgz#857f8969423072a0d89026955987edea5b0c8ca5" + integrity sha512-ywAQmsCuwKgf3+HId8/ic4WEzftNoukxVpFJXeVgJj64Ze16A0ixyFdmBTyjfngol4PLjs27Bx2/nk/eJYuuYg== + dependencies: + "@babel/runtime" "^7.29.7" + "@lumino/algorithm" "^2.0.5" + "@lumino/commands" "^2.3.4" + "@lumino/coreutils" "^2.2.3" + "@lumino/domutils" "^2.0.5" + "@lumino/dragdrop" "^2.1.9" + "@lumino/messaging" "^2.0.5" + "@lumino/properties" "^2.0.5" + "@lumino/signaling" "^2.1.6" + "@lumino/virtualdom" "^2.0.5" + "@lumino/widgets" "2.7.5" + "@parcel/watcher" "^2.6.0" + "@theia/application-package" "1.75.0" + "@theia/request" "1.75.0" + "@types/body-parser" "^1.19.6" + "@types/express" "^4.17.25" + "@types/fs-extra" "^4.0.15" + "@types/lodash.debounce" "4.0.3" + "@types/lodash.throttle" "^4.1.9" + "@types/markdown-it" "^14.1.2" + "@types/markdown-it-emoji" "^3.0.1" + "@types/route-parser" "^0.1.7" + "@types/safer-buffer" "^2.1.3" + "@types/ws" "^8.18.1" + "@types/yargs" "^17.0.35" + "@vscode/codicons" "0.0.45" + ajv "^6.15.0" + async-mutex "^0.4.1" + body-parser "^1.20.6" + cookie "^1.1.1" + dompurify "^3.4.13" + drivelist "^12.0.2" + express "^4.22.2" + fast-json-stable-stringify "^2.1.0" + file-icons-js "~1.0.3" + font-awesome "^4.7.0" + fs-extra "^4.0.3" + fuzzy "^0.1.3" + http-proxy-agent "^5.0.0" + https-proxy-agent "^5.0.1" + iconv-lite "^0.6.3" + inversify "^6.2.2" + jschardet "^2.3.0" + keytar "7.9.0" + lodash.debounce "^4.0.8" + lodash.throttle "^4.1.1" + markdown-it "^14.3.0" + markdown-it-anchor "^9.2.1" + markdown-it-emoji "^3.1.0" + msgpackr "^1.12.1" + p-debounce "^2.1.0" + perfect-scrollbar "1.5.5" + react-tooltip "^4.5.1" + react-virtuoso "^2.19.1" + reflect-metadata "^0.2.2" + route-parser "^0.0.5" + safer-buffer "^2.1.2" + socket.io "^4.8.3" + socket.io-client "^4.8.3" + tslib "^2.8.1" + uuid "^11.1.1" + vscode-languageserver-protocol "3.17.5" + vscode-uri "3.0.8" + ws "^8.21.3" + yargs "^17.7.3" + "@theia/debug@1.74.1": version "1.74.1" resolved "https://registry.yarnpkg.com/@theia/debug/-/debug-1.74.1.tgz#06ed7cdd5413912014b196a8a3b77bb47da1f4c0" @@ -3135,6 +3404,31 @@ p-debounce "^2.1.0" tslib "^2.8.1" +"@theia/debug@1.75.0": + version "1.75.0" + resolved "https://registry.yarnpkg.com/@theia/debug/-/debug-1.75.0.tgz#3018a7add62c959eba4abe144c82023eb2d6ee5a" + integrity sha512-EVMnObqzhfGfQLy9NcRiReg4wdB6dF4to7r9G0VaBsO+BDT37l/29/21N35aN1jwWDiyB17GqsOxtCpxxZw8kA== + dependencies: + "@theia/console" "1.75.0" + "@theia/core" "1.75.0" + "@theia/editor" "1.75.0" + "@theia/filesystem" "1.75.0" + "@theia/markers" "1.75.0" + "@theia/monaco" "1.75.0" + "@theia/monaco-editor-core" "1.108.201" + "@theia/output" "1.75.0" + "@theia/process" "1.75.0" + "@theia/task" "1.75.0" + "@theia/terminal" "1.75.0" + "@theia/test" "1.75.0" + "@theia/variable-resolver" "1.75.0" + "@theia/workspace" "1.75.0" + "@vscode/debugprotocol" "^1.68.0" + fast-deep-equal "^3.1.3" + jsonc-parser "^3.3.1" + p-debounce "^2.1.0" + tslib "^2.8.1" + "@theia/dev-container@1.74.1": version "1.74.1" resolved "https://registry.yarnpkg.com/@theia/dev-container/-/dev-container-1.74.1.tgz#0eb21bcebc102d65d54e970ca195701c91e03492" @@ -3166,6 +3460,15 @@ "@theia/variable-resolver" "1.74.1" tslib "^2.8.1" +"@theia/editor@1.75.0": + version "1.75.0" + resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-1.75.0.tgz#bd7f03b52f44a483d66ef01dedb0f2020e158379" + integrity sha512-6QW7iiIfvaVBiTSWR5usdrXTkOqUNs5iC4sGaMoUtc+cCGJMaCd2DXDTusNAC1RqZOW/HjTwd5Y3iOGSGG+Qog== + dependencies: + "@theia/core" "1.75.0" + "@theia/variable-resolver" "1.75.0" + tslib "^2.8.1" + "@theia/electron@1.74.1": version "1.74.1" resolved "https://registry.yarnpkg.com/@theia/electron/-/electron-1.74.1.tgz#c7878ca56ac88383d093cdb9f83092080bede44d" @@ -3197,6 +3500,19 @@ "@vscode/ripgrep" "^1.18.0" tslib "^2.8.1" +"@theia/file-search@1.75.0": + version "1.75.0" + resolved "https://registry.yarnpkg.com/@theia/file-search/-/file-search-1.75.0.tgz#df857ef701f19e96a8e92de04d59d480dcdd4ed1" + integrity sha512-QB/g/fATYCppRUedwI71wWgw+1tylewV8+cGUz0v5kh0Gh11igeX8OvbTA3q3BvH0W/B7SPX35UhXiNvqk/ekg== + dependencies: + "@theia/core" "1.75.0" + "@theia/editor" "1.75.0" + "@theia/filesystem" "1.75.0" + "@theia/process" "1.75.0" + "@theia/workspace" "1.75.0" + "@vscode/ripgrep" "^1.18.0" + tslib "^2.8.1" + "@theia/filesystem@1.74.1": version "1.74.1" resolved "https://registry.yarnpkg.com/@theia/filesystem/-/filesystem-1.74.1.tgz#cebc4765e40a242189588f6d9f188077f1af4bac" @@ -3222,6 +3538,31 @@ tslib "^2.8.1" vscode-languageserver-textdocument "^1.0.12" +"@theia/filesystem@1.75.0": + version "1.75.0" + resolved "https://registry.yarnpkg.com/@theia/filesystem/-/filesystem-1.75.0.tgz#d7473834d033f60dc67e7488151c3c6a945e9973" + integrity sha512-Kuo8+rC09EwEj1L1BvBGgc9l+kgwhRYlgQhx0gfmzoRbQQ4cA/ga9MO4sq2Hx9EL/hV7NvICL/oJVA8uR9xekw== + dependencies: + "@theia/core" "1.75.0" + "@types/body-parser" "^1.19.6" + "@types/multer" "^1.4.13" + "@types/tar-fs" "^1.16.3" + "@types/tar-stream" "^3.1.4" + async-mutex "^0.3.2" + body-parser "^1.20.6" + http-status-codes "^1.4.0" + ignore "^6.0.2" + minimatch "^10.2.6" + multer "^2.2.0" + opfs-worker "1.3.1" + rimraf "^5.0.10" + stat-mode "^1.0.0" + tar-fs "^3.1.3" + tar-stream "^3.2.0" + trash "^7.2.0" + tslib "^2.8.1" + vscode-languageserver-textdocument "^1.0.12" + "@theia/keymaps@1.74.1": version "1.74.1" resolved "https://registry.yarnpkg.com/@theia/keymaps/-/keymaps-1.74.1.tgz#9a41dac5fe6fcd3604ffa480fa9c4ca65fac6980" @@ -3261,6 +3602,16 @@ "@theia/workspace" "1.74.1" tslib "^2.8.1" +"@theia/markers@1.75.0": + version "1.75.0" + resolved "https://registry.yarnpkg.com/@theia/markers/-/markers-1.75.0.tgz#38c3417519e43443b7f7a31e5c3b23dd9d39650f" + integrity sha512-f3mhcN3li9kbY455BJ3iBkXmLbasjcsV7OHdp1sUzBa0vBfMpRc/uV/Vrou5fd5p2XdDgE1YJwTNtnQ/HHBUdA== + dependencies: + "@theia/core" "1.75.0" + "@theia/filesystem" "1.75.0" + "@theia/workspace" "1.75.0" + tslib "^2.8.1" + "@theia/messages@1.74.1": version "1.74.1" resolved "https://registry.yarnpkg.com/@theia/messages/-/messages-1.74.1.tgz#cb69db5cedb15421fe1cbc9fe064138154579fbf" @@ -3321,6 +3672,25 @@ vscode-oniguruma "2.0.1" vscode-textmate "^9.3.2" +"@theia/monaco@1.75.0": + version "1.75.0" + resolved "https://registry.yarnpkg.com/@theia/monaco/-/monaco-1.75.0.tgz#b771aac332eee181ec01453563c27df5430adb55" + integrity sha512-KfNYePuat6Bdn+mPy9Sq+BzAXEThB9dBqhNSFvonTbbr4L9+RuWZqdrUNDeRFI4G5Y0XsWDh/YgYKGCQI9/8XA== + dependencies: + "@theia/core" "1.75.0" + "@theia/editor" "1.75.0" + "@theia/filesystem" "1.75.0" + "@theia/markers" "1.75.0" + "@theia/monaco-editor-core" "1.108.201" + "@theia/outline-view" "1.75.0" + "@theia/workspace" "1.75.0" + fast-plist "^0.1.3" + idb "^4.0.5" + jsonc-parser "^3.3.1" + tslib "^2.8.1" + vscode-oniguruma "2.0.1" + vscode-textmate "^9.3.2" + "@theia/navigator@1.74.1": version "1.74.1" resolved "https://registry.yarnpkg.com/@theia/navigator/-/navigator-1.74.1.tgz#098741c23ef6445d17534313886268b0d555aacd" @@ -3332,6 +3702,17 @@ minimatch "^10.2.5" tslib "^2.8.1" +"@theia/navigator@1.75.0": + version "1.75.0" + resolved "https://registry.yarnpkg.com/@theia/navigator/-/navigator-1.75.0.tgz#47a2a817458d4975ad94cc354ca04975569966b0" + integrity sha512-aAJfqaN8UjZlJLOIUVCSZSzV74gvyvTUxn9W939XLEM61511oHDTUDief7P+pq4sBxBi3/tue/wLk6QV9rhdgw== + dependencies: + "@theia/core" "1.75.0" + "@theia/filesystem" "1.75.0" + "@theia/workspace" "1.75.0" + minimatch "^10.2.6" + tslib "^2.8.1" + "@theia/notebook@1.74.1": version "1.74.1" resolved "https://registry.yarnpkg.com/@theia/notebook/-/notebook-1.74.1.tgz#3d0b547b6a03b3f43c719b974ce682c92b02b8c9" @@ -3355,6 +3736,14 @@ "@theia/core" "1.74.1" tslib "^2.8.1" +"@theia/outline-view@1.75.0": + version "1.75.0" + resolved "https://registry.yarnpkg.com/@theia/outline-view/-/outline-view-1.75.0.tgz#6bac1c3b3bc057329834a73131df0e3766a7be30" + integrity sha512-7cgIiiR8DHgQOWxNCRmLZ7J1FhRNmW/4B1rXoPhYoti2yUdRpCRch3TaUvEs+S7d9mtWeesrB9wUK0mytN68og== + dependencies: + "@theia/core" "1.75.0" + tslib "^2.8.1" + "@theia/output@1.74.1": version "1.74.1" resolved "https://registry.yarnpkg.com/@theia/output/-/output-1.74.1.tgz#5e7e9712041765b7f4550a547c87598d4fb29fd5" @@ -3367,6 +3756,18 @@ p-queue "^8.1.1" tslib "^2.8.1" +"@theia/output@1.75.0": + version "1.75.0" + resolved "https://registry.yarnpkg.com/@theia/output/-/output-1.75.0.tgz#61b937c35ea2e9718c059ad9c0032efbff180135" + integrity sha512-NoskNj1nZoyy8H2zsO61PWo0xexEVU3lKy7UAdgN0FBzKchTjga7XTBDYKRaBnYnMWXSYMx0UOyu357927IheQ== + dependencies: + "@theia/core" "1.75.0" + "@theia/editor" "1.75.0" + "@theia/monaco" "1.75.0" + "@theia/monaco-editor-core" "1.108.201" + p-queue "^8.1.1" + tslib "^2.8.1" + "@theia/ovsx-client@1.74.1": version "1.74.1" resolved "https://registry.yarnpkg.com/@theia/ovsx-client/-/ovsx-client-1.74.1.tgz#0c3f913200b19dfecb6890c356d497757e7308bb" @@ -3521,6 +3922,16 @@ string-argv "^0.1.2" tslib "^2.8.1" +"@theia/process@1.75.0": + version "1.75.0" + resolved "https://registry.yarnpkg.com/@theia/process/-/process-1.75.0.tgz#a85e086ecfb7c4c069821287a7157b19f667d5ce" + integrity sha512-22zUNG6dPqilpxZt47bHZ/c8wkC04EdQNcjhjiSOcZ2S5Lm/DUXGjnrZO+JSD5CpI0vdvkMfGjGzOaAG9USAOg== + dependencies: + "@theia/core" "1.75.0" + node-pty "1.2.0-beta.12" + string-argv "^0.1.2" + tslib "^2.8.1" + "@theia/property-view@1.74.1": version "1.74.1" resolved "https://registry.yarnpkg.com/@theia/property-view/-/property-view-1.74.1.tgz#f592bfff4da2a62515a91864a42a3f58851d563f" @@ -3562,6 +3973,14 @@ tslib "^2.8.1" undici "^7.28.0" +"@theia/request@1.75.0": + version "1.75.0" + resolved "https://registry.yarnpkg.com/@theia/request/-/request-1.75.0.tgz#d10b89737db5bd0afec3eef90ad6f4f8d505bff6" + integrity sha512-c7dGcY+pnyaFTB3t/8pvMLMITSB/cz1LXXtwwzqbCjI3xfpYRDaIGGGl053hxk8gw42HwdnjXPBCEXwOVpyGEw== + dependencies: + tslib "^2.8.1" + undici "^7.29.0" + "@theia/scanoss@1.74.1": version "1.74.1" resolved "https://registry.yarnpkg.com/@theia/scanoss/-/scanoss-1.74.1.tgz#7fafe47d12e09b2337d2cd6aafd39fac42d98dc8" @@ -3644,6 +4063,27 @@ p-debounce "^2.1.0" tslib "^2.8.1" +"@theia/task@1.75.0": + version "1.75.0" + resolved "https://registry.yarnpkg.com/@theia/task/-/task-1.75.0.tgz#99358b1fe08e48c3c9e65540177909c23d4511ee" + integrity sha512-eIVqa4Hp/ucCzAGyc7P/fQoKpaCEcGTEPgo1KGcwwY+a5o8LqtfzD+ico886Kp+klfHBCsiW7gOzn0btC4Y4LQ== + dependencies: + "@theia/core" "1.75.0" + "@theia/editor" "1.75.0" + "@theia/filesystem" "1.75.0" + "@theia/markers" "1.75.0" + "@theia/monaco" "1.75.0" + "@theia/monaco-editor-core" "1.108.201" + "@theia/process" "1.75.0" + "@theia/terminal" "1.75.0" + "@theia/userstorage" "1.75.0" + "@theia/variable-resolver" "1.75.0" + "@theia/workspace" "1.75.0" + async-mutex "^0.3.2" + jsonc-parser "^3.3.1" + p-debounce "^2.1.0" + tslib "^2.8.1" + "@theia/telemetry@1.74.1": version "1.74.1" resolved "https://registry.yarnpkg.com/@theia/telemetry/-/telemetry-1.74.1.tgz#ffa39ac86f818139649533553d80ed67fa64d422" @@ -3679,6 +4119,24 @@ xterm-addon-search "^0.13.0" xterm-addon-webgl "^0.16.0" +"@theia/terminal@1.75.0": + version "1.75.0" + resolved "https://registry.yarnpkg.com/@theia/terminal/-/terminal-1.75.0.tgz#f81904cab0e7c61152d694e0bb85179b92a118ed" + integrity sha512-Qt1PJnFjrosh6aurZmvGb7ycjs/bwM0dNc6Ez7a1LXJm9hDEVHMYESUb9Z9HKbcE0A/dOAgymDTHymit2hcfpQ== + dependencies: + "@theia/core" "1.75.0" + "@theia/editor" "1.75.0" + "@theia/file-search" "1.75.0" + "@theia/filesystem" "1.75.0" + "@theia/process" "1.75.0" + "@theia/variable-resolver" "1.75.0" + "@theia/workspace" "1.75.0" + tslib "^2.8.1" + xterm "^5.3.0" + xterm-addon-fit "^0.8.0" + xterm-addon-search "^0.13.0" + xterm-addon-webgl "^0.16.0" + "@theia/test@1.74.1": version "1.74.1" resolved "https://registry.yarnpkg.com/@theia/test/-/test-1.74.1.tgz#d9af03a561ea2b7a289b1796ac57df3befcbc5c2" @@ -3692,6 +4150,19 @@ xterm "^5.3.0" xterm-addon-fit "^0.8.0" +"@theia/test@1.75.0": + version "1.75.0" + resolved "https://registry.yarnpkg.com/@theia/test/-/test-1.75.0.tgz#93b1c39ea629eb1816e9375f6f54fd555f36cc37" + integrity sha512-TGhr8Q2ZS9h5kmNfm76YaaJ0W9kmMzjstsHHT54odcJ2O2NqYCCXpUm00Lyh3I14pI4L79rQ/6SujB/BDm6Cdw== + dependencies: + "@theia/core" "1.75.0" + "@theia/editor" "1.75.0" + "@theia/filesystem" "1.75.0" + "@theia/navigator" "1.75.0" + "@theia/terminal" "1.75.0" + xterm "^5.3.0" + xterm-addon-fit "^0.8.0" + "@theia/timeline@1.74.1": version "1.74.1" resolved "https://registry.yarnpkg.com/@theia/timeline/-/timeline-1.74.1.tgz#0de03946c86a1c5e3215a7d18080b05ad3845955" @@ -3738,6 +4209,15 @@ "@theia/filesystem" "1.74.1" tslib "^2.8.1" +"@theia/userstorage@1.75.0": + version "1.75.0" + resolved "https://registry.yarnpkg.com/@theia/userstorage/-/userstorage-1.75.0.tgz#54a2247f068b84761799dd9a1ef298f4df6a77c2" + integrity sha512-zKYb/96ji1S1vEMRrPBXjWDF3gWMFIQ9FBD6KEAvAFyN9nm8ONtQsXcccX9qCeEsFwGp+guD6XlNz+yaq5eOYw== + dependencies: + "@theia/core" "1.75.0" + "@theia/filesystem" "1.75.0" + tslib "^2.8.1" + "@theia/variable-resolver@1.74.1": version "1.74.1" resolved "https://registry.yarnpkg.com/@theia/variable-resolver/-/variable-resolver-1.74.1.tgz#21134ff7872e17dfbedc1a6cdd56dfe715aee50c" @@ -3746,6 +4226,14 @@ "@theia/core" "1.74.1" tslib "^2.8.1" +"@theia/variable-resolver@1.75.0": + version "1.75.0" + resolved "https://registry.yarnpkg.com/@theia/variable-resolver/-/variable-resolver-1.75.0.tgz#1b1468257761f8f26a5d7774a212c0e5cf156575" + integrity sha512-9dCHZAuBlKwIR58CzXfCS3IuZ3QjmewqCdR3c/lwRKDUfkmlH5kcBZFXCFpLtjycAg8PiSEGSP+vrDx2e4s+ng== + dependencies: + "@theia/core" "1.75.0" + tslib "^2.8.1" + "@theia/vsx-registry@1.74.1": version "1.74.1" resolved "https://registry.yarnpkg.com/@theia/vsx-registry/-/vsx-registry-1.74.1.tgz#d55d4e06f30089c97f905fe0fff7bfe08a5337d2" @@ -3777,6 +4265,18 @@ tslib "^2.8.1" valid-filename "^2.0.1" +"@theia/workspace@1.75.0": + version "1.75.0" + resolved "https://registry.yarnpkg.com/@theia/workspace/-/workspace-1.75.0.tgz#a00c4cd09c6970bbbf379c3085973c472e473799" + integrity sha512-j7blK1fI4QyxHLl1YeLuQIoxQX/kfv7BX2+MpdwZBcmdFbhSdXMh4kxRx3Tr9uxYXClMk4+nAXRJ11cmv0R/aw== + dependencies: + "@theia/core" "1.75.0" + "@theia/filesystem" "1.75.0" + "@theia/variable-resolver" "1.75.0" + jsonc-parser "^3.3.1" + tslib "^2.8.1" + valid-filename "^2.0.1" + "@tootallnate/once@1", "@tootallnate/once@^1.1.2": version "1.1.2" resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82" @@ -4370,6 +4870,11 @@ resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.7.1.tgz#3ce3af1a5524ef327d2da9e4fd8b6d95c8d70528" integrity sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA== +"@types/semver@^7.8.0": + version "7.8.0" + resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.8.0.tgz#0bfe3ec51f5e9615bc317174cd5b88ea08b7fc2f" + integrity sha512-1mAINjtQCXXeLkJ9ehXkwOcBpqtLxiVtKhpUf83DdRNdQKV0iXZpaHYqRr7nj+wvxuJzoAmAwXI+sCNMv1CzLQ== + "@types/send@*": version "0.17.4" resolved "https://registry.yarnpkg.com/@types/send/-/send-0.17.4.tgz#6619cd24e7270793702e4e6a4b958a9010cfc57a" @@ -5649,6 +6154,24 @@ body-parser@^1.20.5, body-parser@~1.20.5: type-is "~1.6.18" unpipe "~1.0.0" +body-parser@^1.20.6: + version "1.20.6" + resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.6.tgz#60c789c78e0992d906da0a29d71ae01d15c1ed76" + integrity sha512-p5tAzS57i5MV9fZFDj9LeIiTZEufbSe2eDozP+ElheSUq1m74CRq1jI4mYNDdVs9vQztXFLuk/Gd6BWTdwRJ5g== + dependencies: + bytes "~3.1.2" + content-type "~1.0.5" + debug "2.6.9" + depd "2.0.0" + destroy "~1.2.0" + http-errors "~2.0.1" + iconv-lite "~0.4.24" + on-finished "~2.4.1" + qs "~6.15.1" + raw-body "~2.5.3" + type-is "~1.6.18" + unpipe "~1.0.0" + body-parser@^2.2.1: version "2.2.2" resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-2.2.2.tgz#1a32cdb966beaf68de50a9dfbe5b58f83cb8890c" @@ -5712,6 +6235,13 @@ brace-expansion@^5.0.5: dependencies: balanced-match "^4.0.2" +brace-expansion@^5.0.8: + version "5.0.9" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.9.tgz#7c72438809b5fa5babf54199a1f1c281a6984fcf" + integrity sha512-ScQ4IuvIEF1TMlP7Zt+vjJ//9zlPb2SDcxWxM3bk8s6t6GGdJ7KO1dCcTidOPJKePW30LE/2cT7wCyPho9/Wxg== + dependencies: + balanced-match "^4.0.2" + braces@^3.0.3, braces@~3.0.2: version "3.0.3" resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789" @@ -7224,6 +7754,13 @@ dompurify@^3.4.11: optionalDependencies: "@types/trusted-types" "^2.0.7" +dompurify@^3.4.13: + version "3.4.14" + resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.4.14.tgz#a789edb2c7bcdb69a93713a34edb7e0a5245d8c9" + integrity sha512-dVoH9z+MY+C9IilgGCk3YfFqjLi3fChm2OiKJMzh6axrJ5qwxqWaZamgmHrpv22CN/KdbZJuGEGgfQoL00LTdg== + optionalDependencies: + "@types/trusted-types" "^2.0.7" + dot-prop@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-6.0.1.tgz#fc26b3cf142b9e59b74dbd39ed66ce620c681083" @@ -10091,11 +10628,21 @@ markdown-it-anchor@^9.2.0: resolved "https://registry.yarnpkg.com/markdown-it-anchor/-/markdown-it-anchor-9.2.0.tgz#89375d9a2a79336403ab7c4fd36b1965cc45e5c8" integrity sha512-sa2ErMQ6kKOA4l31gLGYliFQrMKkqSO0ZJgGhDHKijPf0pNFM9vghjAh3gn26pS4JDRs7Iwa9S36gxm3vgZTzg== +markdown-it-anchor@^9.2.1: + version "9.2.1" + resolved "https://registry.yarnpkg.com/markdown-it-anchor/-/markdown-it-anchor-9.2.1.tgz#0df1665838d1003f234feed6e864ede30734c203" + integrity sha512-p6APiLJDFAW2GEvaavDvhIBn7jrX2jLv77NkBGgNacFTurbORYc4pyYySg/mI6mpR6cHQuAtzKtmqgQr4K8dsQ== + markdown-it-emoji@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/markdown-it-emoji/-/markdown-it-emoji-3.0.0.tgz#8475a04d671d7c93f931b76fb90c582768b7f0b5" integrity sha512-+rUD93bXHubA4arpEZO3q80so0qgoFJEKRkRbjKX8RTdca89v2kfyF+xR3i2sQTwql9tpPZPOQN5B+PunspXRg== +markdown-it-emoji@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/markdown-it-emoji/-/markdown-it-emoji-3.1.0.tgz#67d9a601b6b2255e7e94d445e4e52e2165c31346" + integrity sha512-NhmMEH2ywduD4Nty1E8uB5NqfLhAT1VR0dyvoJyStKOqCzbZmVdn/+8wj7zpDsb/fLBikpCPsWwxqKlvMmbz4g== + markdown-it@^14.3.0: version "14.3.0" resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-14.3.0.tgz#8542fa5506e3530f7e2b08dc3885630135c5620e" @@ -10312,6 +10859,13 @@ minimatch@^10.0.3: dependencies: brace-expansion "^5.0.2" +minimatch@^10.2.6: + version "10.2.6" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.6.tgz#fd956bbe0b77241e9f15ac5dccb1c638060968ef" + integrity sha512-vpLQEs+VLCr1nU0BXS07maYoFwlDAH0gngQuuttxIwutDFEMHq2blX+8vpgxDdK3J1PwjCJiep77OitTZ4Ll1A== + dependencies: + brace-expansion "^5.0.8" + minimatch@^3.0.4, minimatch@^3.1.1: version "3.1.2" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" @@ -13984,7 +14538,7 @@ undici@^6.25.0: resolved "https://registry.yarnpkg.com/undici/-/undici-6.27.0.tgz#41f9e48f7c5a40d27376caaead8c9a9fc7bca9c4" integrity sha512-YmfV3YnEDzXRC5lZ2jWtWWHKGUm1zIt8AhesR1tens+HTNv+YZlN/dp6G727LOvMJ8xjP9Be7Y2Sdr96LDm+pg== -undici@^7.24.4, undici@^7.28.0: +undici@^7.24.4, undici@^7.28.0, undici@^7.29.0: version "7.29.0" resolved "https://registry.yarnpkg.com/undici/-/undici-7.29.0.tgz#ae0f6f62e06e057a9cbb7b2b5fde2bb74f791b8f" integrity sha512-IDxfleLmmbSskfWSUATiN1nfn2rDuvnMOqb5CWR92iIfojA0Ud+ulOAAEQ57LPr9rWmsreUyf5lwyao+7GNNVw== @@ -14569,6 +15123,11 @@ ws@^8.21.0: resolved "https://registry.yarnpkg.com/ws/-/ws-8.21.0.tgz#012e413fc07429945121b0c153158c4343086951" integrity sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g== +ws@^8.21.3: + version "8.21.3" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.21.3.tgz#660b4faddb6a3e575c86e078126919961f4de4fc" + integrity sha512-201TZ/kPWxoPr/OKWjquZR1SWKXcvxdH+e1xrx89b3YbmzLMFCLfnaG1HFIgWzJOEWZ7MvpK++odZufgYR50Rw== + ws@~8.17.1: version "8.17.1" resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b"