diff --git a/example/browser-app/package.json b/example/browser-app/package.json index 8db1a23..00c41bd 100644 --- a/example/browser-app/package.json +++ b/example/browser-app/package.json @@ -4,22 +4,22 @@ "license": "(EPL-2.0 OR MIT)", "version": "0.7.0", "dependencies": { - "@theia/core": "1.66.2", - "@theia/editor": "1.66.2", - "@theia/filesystem": "1.66.2", - "@theia/markers": "1.66.2", - "@theia/messages": "1.66.2", - "@theia/monaco": "1.66.2", - "@theia/navigator": "1.66.2", - "@theia/preferences": "1.66.2", - "@theia/process": "1.66.2", - "@theia/property-view": "1.66.2", - "@theia/terminal": "1.66.2", - "@theia/workspace": "1.66.2", + "@theia/core": "1.68.2", + "@theia/editor": "1.68.2", + "@theia/filesystem": "1.68.2", + "@theia/markers": "1.68.2", + "@theia/messages": "1.68.2", + "@theia/monaco": "1.68.2", + "@theia/navigator": "1.68.2", + "@theia/preferences": "1.68.2", + "@theia/process": "1.68.2", + "@theia/property-view": "1.68.2", + "@theia/terminal": "1.68.2", + "@theia/workspace": "1.68.2", "@eclipse-emfcloud/person-detail-property-view": "*" }, "devDependencies": { - "@theia/cli": "1.66.2" + "@theia/cli": "1.68.2" }, "scripts": { "prepare": "yarn run clean && yarn build", @@ -41,4 +41,4 @@ "vscode-builtin-json": "https://open-vsx.org/api/vscode/json/1.62.3/file/vscode.json-1.62.3.vsix", "vscode-builtin-json-language-features": "https://open-vsx.org/api/vscode/json-language-features/1.62.3/file/vscode.json-language-features-1.62.3.vsix" } -} +} \ No newline at end of file diff --git a/jsonforms-property-view/package.json b/jsonforms-property-view/package.json index 1029d7e..cc89215 100644 --- a/jsonforms-property-view/package.json +++ b/jsonforms-property-view/package.json @@ -28,10 +28,10 @@ "@jsonforms/core": "^3.0.0", "@jsonforms/react": "^3.0.0", "@jsonforms/vanilla-renderers": "^3.0.0", - "@theia/core": "^1.66.2", - "@theia/filesystem": "^1.66.2", - "@theia/property-view": "^1.66.2", - "@theia/workspace": "^1.66.2", + "@theia/core": "^1.68.2", + "@theia/filesystem": "^1.68.2", + "@theia/property-view": "^1.68.2", + "@theia/workspace": "^1.68.2", "react": "^18.2.0", "react-dom": "^18.2.0" }, @@ -57,4 +57,4 @@ "frontend": "lib/browser/frontend-module" } ] -} +} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 86ee66d..d4668d7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1442,107 +1442,107 @@ yargs "17.7.2" yargs-parser "21.1.1" -"@lumino/algorithm@^2.0.2", "@lumino/algorithm@^2.0.3": - version "2.0.3" - resolved "https://registry.yarnpkg.com/@lumino/algorithm/-/algorithm-2.0.3.tgz#fecf5c17a511f68762dfab01f9e194a32d846a8d" - integrity sha512-DIcF7cIrGEC1Wh8DNjdwaL7IdcNs4Jj1VjO/90oHefeQPszKgc6DSfCxvbQiRanKR6tl/JL7tq4ZRPZES2oVAA== - -"@lumino/collections@^2.0.3": - version "2.0.3" - resolved "https://registry.yarnpkg.com/@lumino/collections/-/collections-2.0.3.tgz#62a19424f13b739c513fe6f709107e46d929d42c" - integrity sha512-Y9Wtvuk8SD6xcKgkqe3SUx5RywOcRz6DyWE4f5FvBT3OdANq76p9r0wtf8OKPt4BGE41kAQR+bdq3k+MfHlUsQ== - dependencies: - "@lumino/algorithm" "^2.0.3" +"@lumino/algorithm@^2.0.4": + version "2.0.4" + resolved "https://registry.yarnpkg.com/@lumino/algorithm/-/algorithm-2.0.4.tgz#be0efc037f6d84b1b5214e6d73d0bb8a4a64ac32" + integrity sha512-gddBhESPqu25KWLeAK9Kz8tS9Ph7P45i0CNG7Ia4XMhK9PHLtTsBdJTC9jP+MqhbzC8zDT/4ekvYRV9ojRPj7Q== -"@lumino/commands@^2.3.1": - version "2.3.2" - resolved "https://registry.yarnpkg.com/@lumino/commands/-/commands-2.3.2.tgz#abb8bd723e24afb98df798634e582ea67bf71918" - integrity sha512-aAFEiUpp2hrkQU82Z85w1L80g0iDzsQRncLBa+pqVR/k0k1lz6H9F6xZ1ff+lBumZKKtsxBxNomvd0hfxLLqGw== +"@lumino/collections@^2.0.4": + version "2.0.4" + resolved "https://registry.yarnpkg.com/@lumino/collections/-/collections-2.0.4.tgz#247ad491dc8c5a1da0ee570fc51e39e961919e32" + integrity sha512-D/Py9L5HET6+XUYGxFqDEEth4B65X2c7B/GQVRR8q5Fl7EArVL6e98ZXw8BMkuPcTNa0zlENpCKXzlcoJZxXgQ== dependencies: - "@lumino/algorithm" "^2.0.3" - "@lumino/coreutils" "^2.2.1" - "@lumino/disposable" "^2.1.4" - "@lumino/domutils" "^2.0.3" - "@lumino/keyboard" "^2.0.3" - "@lumino/signaling" "^2.1.4" - "@lumino/virtualdom" "^2.0.3" + "@lumino/algorithm" "^2.0.4" -"@lumino/coreutils@^2.2.0", "@lumino/coreutils@^2.2.1": - version "2.2.1" - resolved "https://registry.yarnpkg.com/@lumino/coreutils/-/coreutils-2.2.1.tgz#a7be453befbd0b0e1bc3c583f471ecbd356d3a79" - integrity sha512-yij4TnxDIum7xfFUsVvZB0oLv4shs2mNbn3juwtEIsruvVBPmurNzKX0Y8z2QetbP2AZ6MSFtBzEKsihf0H0VA== +"@lumino/commands@^2.3.3": + version "2.3.3" + resolved "https://registry.yarnpkg.com/@lumino/commands/-/commands-2.3.3.tgz#e594640d53bddfad9e9e536baf49649040022501" + integrity sha512-7Ci0QdFzt4NKFMhULr19sJPpOLHJw/oYlq6Pb0/Kq1s05+cIoLimr5wiyjkbAlNoGO/8A8SEBGHy3uctZz6G3A== + dependencies: + "@lumino/algorithm" "^2.0.4" + "@lumino/coreutils" "^2.2.2" + "@lumino/disposable" "^2.1.5" + "@lumino/domutils" "^2.0.4" + "@lumino/keyboard" "^2.0.4" + "@lumino/signaling" "^2.1.5" + "@lumino/virtualdom" "^2.0.4" + +"@lumino/coreutils@^2.2.2": + version "2.2.2" + resolved "https://registry.yarnpkg.com/@lumino/coreutils/-/coreutils-2.2.2.tgz#7aca9fbfcfb0c0388c11896a6d98a6dd0c1f90e6" + integrity sha512-zaKJaK7rawPATn2BGHkbMrR6oK3s9PxNe9KreLwWF2dB4ZBHDiEmNLRyHRorfJ7XqVOEXAsAAj0jFn+qJPC/4Q== dependencies: - "@lumino/algorithm" "^2.0.3" + "@lumino/algorithm" "^2.0.4" -"@lumino/disposable@^2.1.3", "@lumino/disposable@^2.1.4": - version "2.1.4" - resolved "https://registry.yarnpkg.com/@lumino/disposable/-/disposable-2.1.4.tgz#955e09663293d21a59e44ff16ca26b9572ace61c" - integrity sha512-qTJiDbglPE2QnG4x4gtBcRbcfKQibxyyinNGKcNDrcK2TGTbbhK5PpMQ8d70l2V2Xw2pb/LfksBAg5pxkJ/G4A== +"@lumino/disposable@^2.1.5": + version "2.1.5" + resolved "https://registry.yarnpkg.com/@lumino/disposable/-/disposable-2.1.5.tgz#808e47b51f8cd21a027d753a7b5c2f2fe96d4efc" + integrity sha512-hO9AkJK0oEGzxopuxI8LaZqwzSNwXJTGCdr5K4gh6al+zxpN7rOCh6Aq3zDxkIHJU4zybxv8r02ardx9XJsG3A== dependencies: - "@lumino/signaling" "^2.1.4" + "@lumino/signaling" "^2.1.5" -"@lumino/domutils@^2.0.2", "@lumino/domutils@^2.0.3": - version "2.0.3" - resolved "https://registry.yarnpkg.com/@lumino/domutils/-/domutils-2.0.3.tgz#be3968ef6e690473ad714b1f686a1ff7846aa2df" - integrity sha512-bXAbZg3mf2ZDNdBBpCGDike3U+osRGHePTh8H2Ud2KwaN4g/5IryFJm/TiO4K5IYs91bWF2Zqhf3FsdbZKHlGw== +"@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/dragdrop@^2.1.5": - version "2.1.6" - resolved "https://registry.yarnpkg.com/@lumino/dragdrop/-/dragdrop-2.1.6.tgz#400174cb5be9464a4fc354e8a27ba6704877592f" - integrity sha512-N9aqdOYl5HTuTAIVvjTXxlPKK3e9JAj5yEtJ4nA/tNE7J8C9y3BRQ4fBAtk7O0z/8yx8tO8a0j5oSt2zAfvYuA== +"@lumino/dragdrop@^2.1.7": + version "2.1.8" + resolved "https://registry.yarnpkg.com/@lumino/dragdrop/-/dragdrop-2.1.8.tgz#4dd00b28487ff3bd7be54dbad0f8d870abf811c1" + integrity sha512-5sBYkTka598+XsgjY2tWOC+WYCh9NEgx8RhLvQ3x+V182YhcpEXw38RWGQZyNpQ4m4vtQWKv42A26q+ae6sMwg== dependencies: - "@lumino/coreutils" "^2.2.1" - "@lumino/disposable" "^2.1.4" + "@lumino/coreutils" "^2.2.2" + "@lumino/disposable" "^2.1.5" -"@lumino/keyboard@^2.0.2", "@lumino/keyboard@^2.0.3": - version "2.0.3" - resolved "https://registry.yarnpkg.com/@lumino/keyboard/-/keyboard-2.0.3.tgz#8ee609f6f41d342dcd2151d5936ff0414f97b4e1" - integrity sha512-bU2OxAR8a9eNBdV0YFjU6/lVVpbOw1gM7yHOuDGDdNu4J0UpKapFoR9gopNGSaHTmTwDtx9RHdFfIAgHwjZ+VQ== +"@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/messaging@^2.0.2": - version "2.0.3" - resolved "https://registry.yarnpkg.com/@lumino/messaging/-/messaging-2.0.3.tgz#7e0c816a3e926d32fac561e16bdab8bbf6c2f761" - integrity sha512-//NAE+FG9UWSoXs4i5imduGY1XDvhjMGNF82aMyFTv8wVU6bdRfRmj0xLlQ8ixzA0eXPOFL4ugWZNdlu48P1+Q== +"@lumino/messaging@^2.0.4": + version "2.0.4" + resolved "https://registry.yarnpkg.com/@lumino/messaging/-/messaging-2.0.4.tgz#6103ee5948be2ef608a8dc03e137d822c9ca1b24" + integrity sha512-NbZnchAPOciSe9Qn/g6EzG0LRaw7bygFIXbCD440ZhzvugdBeAerwYhrA795jkXPNrrl3olp5AlO0cBB/XZNtg== dependencies: - "@lumino/algorithm" "^2.0.3" - "@lumino/collections" "^2.0.3" + "@lumino/algorithm" "^2.0.4" + "@lumino/collections" "^2.0.4" -"@lumino/properties@^2.0.2": - version "2.0.3" - resolved "https://registry.yarnpkg.com/@lumino/properties/-/properties-2.0.3.tgz#e718830ed181907abf93e41c409fbe03fc5b05ff" - integrity sha512-zkXIU5uYz/ScHCHGl5Bt4gMYsfPxZEduZd80zqDslBWvTIMro3NnzLe66NMnecbdr5N3hDJagYyA8//Qy3XjiA== - -"@lumino/signaling@^2.1.3", "@lumino/signaling@^2.1.4": - version "2.1.4" - resolved "https://registry.yarnpkg.com/@lumino/signaling/-/signaling-2.1.4.tgz#9297c0d7a88eab2b4137a8c6b4ce83bb917d6422" - integrity sha512-nC5Z6d9om369Jkh1Vp3b7C89hV4cjr1fQDVcxhemyKXwc9r6VW7FpKixC+jElcAknP5KLj1FAa8Np+K06mMkEA== - dependencies: - "@lumino/algorithm" "^2.0.3" - "@lumino/coreutils" "^2.2.1" +"@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/virtualdom@^2.0.2", "@lumino/virtualdom@^2.0.3": - version "2.0.3" - resolved "https://registry.yarnpkg.com/@lumino/virtualdom/-/virtualdom-2.0.3.tgz#8e7a3b121e797a8052767e8144a084efff208212" - integrity sha512-q2C8eBxPvvOOQjN3KuxZ+vJi082JH/GF7KwMdaWsy5g+7wjKdnXPuLQFTBLOrVqIzmbxBDlLeFr93CEhdQXcyQ== +"@lumino/signaling@^2.1.5": + version "2.1.5" + resolved "https://registry.yarnpkg.com/@lumino/signaling/-/signaling-2.1.5.tgz#4d5c9001d9cd15a5fe41b616965dad0844f45c5b" + integrity sha512-Wkx6WR45ynmKBlW0GBEoh4xk9+QluKr1JHuMftqcStBHSQBCnN54UKRRDbySXHGRhhx6p4neu7sGomgQSlQK8w== dependencies: - "@lumino/algorithm" "^2.0.3" + "@lumino/algorithm" "^2.0.4" + "@lumino/coreutils" "^2.2.2" -"@lumino/widgets@2.5.0": - version "2.5.0" - resolved "https://registry.yarnpkg.com/@lumino/widgets/-/widgets-2.5.0.tgz#7e37d86dbbc4eed1f85aa199b9fffa4919aa1e3e" - integrity sha512-RSRpc6aIEiuw79jqWUHYWXLJ2GBy7vhwuqgo94UVzg6oeh3XBECX0OvXGjK2k7N2BhmRrIs9bXky7Dm861S6mQ== - dependencies: - "@lumino/algorithm" "^2.0.2" - "@lumino/commands" "^2.3.1" - "@lumino/coreutils" "^2.2.0" - "@lumino/disposable" "^2.1.3" - "@lumino/domutils" "^2.0.2" - "@lumino/dragdrop" "^2.1.5" - "@lumino/keyboard" "^2.0.2" - "@lumino/messaging" "^2.0.2" - "@lumino/properties" "^2.0.2" - "@lumino/signaling" "^2.1.3" - "@lumino/virtualdom" "^2.0.2" +"@lumino/virtualdom@^2.0.4": + version "2.0.4" + resolved "https://registry.yarnpkg.com/@lumino/virtualdom/-/virtualdom-2.0.4.tgz#684d911b31f1fea874804cf404f12f8c969fe0fd" + integrity sha512-7MFthA9KUsqZTGm/D98FZt1QupjIGyd3XyB4SIugn6DQAqhjBiyykCZydnRq3qmuMHybQel33dNIbHpzyNyQwA== + dependencies: + "@lumino/algorithm" "^2.0.4" + +"@lumino/widgets@2.7.2": + version "2.7.2" + resolved "https://registry.yarnpkg.com/@lumino/widgets/-/widgets-2.7.2.tgz#08b1bf85a0997a197dd9f15f881bca2f42c98460" + integrity sha512-svp4Si10PcTr6Hfd1hZgkue1rKPYpnuCheGWkou/RlMZih94mVbQoDO1xppo/haYQg4GX2IgCFpUKsNb19oBAg== + dependencies: + "@lumino/algorithm" "^2.0.4" + "@lumino/commands" "^2.3.3" + "@lumino/coreutils" "^2.2.2" + "@lumino/disposable" "^2.1.5" + "@lumino/domutils" "^2.0.4" + "@lumino/dragdrop" "^2.1.7" + "@lumino/keyboard" "^2.0.4" + "@lumino/messaging" "^2.0.4" + "@lumino/properties" "^2.0.4" + "@lumino/signaling" "^2.1.5" + "@lumino/virtualdom" "^2.0.4" "@malept/cross-spawn-promise@^2.0.0": version "2.0.0" @@ -2209,19 +2209,19 @@ dependencies: defer-to-connect "^2.0.0" -"@theia/application-manager@1.66.2": - version "1.66.2" - resolved "https://registry.yarnpkg.com/@theia/application-manager/-/application-manager-1.66.2.tgz#1868bb744d86c4f3fac17f5ae8b206a6ea3c285e" - integrity sha512-J++/JT983rMCukBMbMqILqe4nRT7cqNWlwD+KuYNdth/eSQFfgggvWi5CCshuYMBOelyWJrs4QZ/qjR3fgz0ZA== +"@theia/application-manager@1.68.2": + version "1.68.2" + resolved "https://registry.yarnpkg.com/@theia/application-manager/-/application-manager-1.68.2.tgz#cde44c1aa726eb9be76b37aced253767234a1a6f" + integrity sha512-kcq1lTRglXwtNNBeCqVyCYCUEWPY/ND9jhGN8ODgnSwEw/XNKj2IJeTfUeF1xRuF56CCduWndILghfhs9GuM7A== dependencies: "@babel/core" "^7.10.0" "@babel/plugin-transform-classes" "^7.10.0" "@babel/plugin-transform-runtime" "^7.10.0" "@babel/preset-env" "^7.10.0" "@electron/rebuild" "^3.7.2" - "@theia/application-package" "1.66.2" - "@theia/ffmpeg" "1.66.2" - "@theia/native-webpack-plugin" "1.66.2" + "@theia/application-package" "1.68.2" + "@theia/ffmpeg" "1.68.2" + "@theia/native-webpack-plugin" "1.68.2" "@types/fs-extra" "^4.0.2" "@types/semver" "^7.5.0" babel-loader "^8.2.2" @@ -2248,12 +2248,12 @@ worker-loader "^3.0.8" yargs "^15.3.1" -"@theia/application-package@1.66.2": - version "1.66.2" - resolved "https://registry.yarnpkg.com/@theia/application-package/-/application-package-1.66.2.tgz#afb967df710efd627addc527434c8d3286a0146e" - integrity sha512-Wxpon2OBTCJz6gU9lpPDqNo1ZXwMqX19oKo0glnDjoC/nyWG/jtyNJXLVeZhE7UJWbOHncZSwBltd3Ro5Tg+9A== +"@theia/application-package@1.68.2": + version "1.68.2" + resolved "https://registry.yarnpkg.com/@theia/application-package/-/application-package-1.68.2.tgz#5c20534d073e3c6691a6386b0785167fa3ca50c1" + integrity sha512-pPExb5/R3BNomdcFPNoAO8vNGyPGjCDw24cff5Co7LEal5x+qbNniRr1VyjpexPa3NOpL2jicxn/2CyfuVZS5g== dependencies: - "@theia/request" "1.66.2" + "@theia/request" "1.68.2" "@types/fs-extra" "^4.0.2" "@types/semver" "^7.5.0" "@types/write-json-file" "^2.2.1" @@ -2266,17 +2266,17 @@ tslib "^2.6.2" write-json-file "^2.2.0" -"@theia/cli@1.66.2": - version "1.66.2" - resolved "https://registry.yarnpkg.com/@theia/cli/-/cli-1.66.2.tgz#73fcf9f7269d625c247e44cdb7a3d801f484ec51" - integrity sha512-uMqM+t/6Tf5kZ9VXBFlCZAkaRdh/BhO/ssNsII+AkSeF4w+Nofk+PL1gmLtFLY0gfSdS1UaXs/WBL0cC+tnYUQ== - dependencies: - "@theia/application-manager" "1.66.2" - "@theia/application-package" "1.66.2" - "@theia/ffmpeg" "1.66.2" - "@theia/localization-manager" "1.66.2" - "@theia/ovsx-client" "1.66.2" - "@theia/request" "1.66.2" +"@theia/cli@1.68.2": + version "1.68.2" + resolved "https://registry.yarnpkg.com/@theia/cli/-/cli-1.68.2.tgz#f245056a92c71aa320abd4ade6b73fa8003286b5" + integrity sha512-h4BHe/4Y/oZQU17+5XXxSB9bMjOK/rqpACy2x0o7/FOXSkPHiQwdJRvG9GJs8jIiiCoeU+Tl7cESgsy5qUg9cQ== + dependencies: + "@theia/application-manager" "1.68.2" + "@theia/application-package" "1.68.2" + "@theia/ffmpeg" "1.68.2" + "@theia/localization-manager" "1.68.2" + "@theia/ovsx-client" "1.68.2" + "@theia/request" "1.68.2" "@types/chai" "^4.2.7" "@types/mocha" "^10.0.0" "@types/node-fetch" "^2.5.7" @@ -2297,31 +2297,32 @@ tslib "^2.6.2" yargs "^15.3.1" -"@theia/core@1.66.2": - version "1.66.2" - resolved "https://registry.yarnpkg.com/@theia/core/-/core-1.66.2.tgz#e530e1553488a47ce0a29dbd33309ac262a0b0c9" - integrity sha512-uUOw11OE1kemBqb/rab1KLDLVbzEgia7kjo1xPe7YOUcuYPNRHyC+vc9uqsVI4DLz70VvlP0WCQPQWi01y3AAg== +"@theia/core@1.68.2": + version "1.68.2" + resolved "https://registry.yarnpkg.com/@theia/core/-/core-1.68.2.tgz#b80c69bf1de7363e036bad127e6f176b0e09b1fa" + integrity sha512-IcM1kZs1u60L4+0TVSEOPIDsKSjABaBg2ve6nidrbwtJl/xsaSpGgg1cUHP8kB7t9C1Rd+OigN4DvrpUB7NvUw== dependencies: "@babel/runtime" "^7.10.0" - "@lumino/algorithm" "^2.0.2" - "@lumino/commands" "^2.3.1" - "@lumino/coreutils" "^2.2.0" - "@lumino/domutils" "^2.0.2" - "@lumino/dragdrop" "^2.1.5" - "@lumino/messaging" "^2.0.2" - "@lumino/properties" "^2.0.2" - "@lumino/signaling" "^2.1.3" - "@lumino/virtualdom" "^2.0.2" - "@lumino/widgets" "2.5.0" + "@lumino/algorithm" "^2.0.4" + "@lumino/commands" "^2.3.3" + "@lumino/coreutils" "^2.2.2" + "@lumino/domutils" "^2.0.4" + "@lumino/dragdrop" "^2.1.7" + "@lumino/messaging" "^2.0.4" + "@lumino/properties" "^2.0.4" + "@lumino/signaling" "^2.1.5" + "@lumino/virtualdom" "^2.0.4" + "@lumino/widgets" "2.7.2" "@parcel/watcher" "^2.5.0" - "@theia/application-package" "1.66.2" - "@theia/request" "1.66.2" + "@theia/application-package" "1.68.2" + "@theia/request" "1.68.2" "@types/body-parser" "^1.16.4" "@types/express" "^4.17.21" "@types/fs-extra" "^4.0.2" "@types/lodash.debounce" "4.0.3" "@types/lodash.throttle" "^4.1.3" - "@types/markdown-it" "^12.2.3" + "@types/markdown-it" "^14.1.0" + "@types/markdown-it-emoji" "^3.0.1" "@types/react" "^18.0.15" "@types/react-dom" "^18.0.6" "@types/route-parser" "^0.1.1" @@ -2350,7 +2351,9 @@ keytar "7.9.0" lodash.debounce "^4.0.8" lodash.throttle "^4.1.1" - markdown-it "^12.3.2" + markdown-it "^14.1.0" + markdown-it-anchor "^9.2.0" + markdown-it-emoji "^3.0.0" msgpackr "^1.10.2" p-debounce "^2.1.0" perfect-scrollbar "1.5.5" @@ -2370,43 +2373,43 @@ ws "^8.17.1" yargs "^15.3.1" -"@theia/editor@1.66.2": - version "1.66.2" - resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-1.66.2.tgz#6bd6c9c57b7b46a81c89027204af68469f8e7cb5" - integrity sha512-jxJrDS3SN6APu0wglCn7fYtBDhGS4H9jQOIL5Qz7U7XbW5qVyAdFT0DhqmgiVsUXDFnWhOemHCAZJ9Ie6mIwFg== +"@theia/editor@1.68.2": + version "1.68.2" + resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-1.68.2.tgz#dbff437751fd5a351f4a55a736a23a32ad8360f8" + integrity sha512-9BYDTYDFdbHJT07tgUxCoO7gzcoxfvWbIRSRhXIKXPQX+U4Cc7wVKb3Ct59OeBxANztawvzyT+xc5VnsHzPGUw== dependencies: - "@theia/core" "1.66.2" - "@theia/variable-resolver" "1.66.2" + "@theia/core" "1.68.2" + "@theia/variable-resolver" "1.68.2" tslib "^2.6.2" -"@theia/ffmpeg@1.66.2": - version "1.66.2" - resolved "https://registry.yarnpkg.com/@theia/ffmpeg/-/ffmpeg-1.66.2.tgz#a4cf7361e30362f873ec52b9fc222ccf7e36eef9" - integrity sha512-KHazw8VRzvSp9b0FRa65Zkm6/MuktBczElaxeFJafCLldki2HhRxzS3T3LVx1uLKNpK+qbuvu/R7GXI/vW721A== +"@theia/ffmpeg@1.68.2": + version "1.68.2" + resolved "https://registry.yarnpkg.com/@theia/ffmpeg/-/ffmpeg-1.68.2.tgz#ea59e7838692212f249a5a95f124671a2b6039bc" + integrity sha512-IsnNzsnXOCRPbP8GmMBo8H/YyS/Ks3ddwP+x/otzXQI9deM5EYscy/aUqDmrXc705JhJqVnBx/fzE63kOQHkMA== dependencies: "@electron/get" "^2.0.0" tslib "^2.6.2" unzipper "^0.9.11" -"@theia/file-search@1.66.2": - version "1.66.2" - resolved "https://registry.yarnpkg.com/@theia/file-search/-/file-search-1.66.2.tgz#83a47640214f7aa30c12866ad4fd7b966ede0cdd" - integrity sha512-tjYnaMqV9MuZiHc62A+ONrxE3eq5waD87T5ZNi8wAOylkcXXAOiruT0U70ZKv0g738fO2sLfigfdBmNjoc/fFA== +"@theia/file-search@1.68.2": + version "1.68.2" + resolved "https://registry.yarnpkg.com/@theia/file-search/-/file-search-1.68.2.tgz#22ac4ae3cd8da6353719fe6e5e3e344286454956" + integrity sha512-qm9LN+tAaznkqWsONk0jeGdPDkDA3sOxbri6Hn2LEVQ7glMg4nHBe4H2o87oRrZyeSQjFisCAcOye2u4f6Z23A== dependencies: - "@theia/core" "1.66.2" - "@theia/editor" "1.66.2" - "@theia/filesystem" "1.66.2" - "@theia/process" "1.66.2" - "@theia/workspace" "1.66.2" + "@theia/core" "1.68.2" + "@theia/editor" "1.68.2" + "@theia/filesystem" "1.68.2" + "@theia/process" "1.68.2" + "@theia/workspace" "1.68.2" "@vscode/ripgrep" "^1.14.2" tslib "^2.6.2" -"@theia/filesystem@1.66.2": - version "1.66.2" - resolved "https://registry.yarnpkg.com/@theia/filesystem/-/filesystem-1.66.2.tgz#44de77c0c1b6b3f46e0dc3767e180857183cf4ed" - integrity sha512-2Kt0u6Dy+VsWAwqz4D2fhQv4j1Nd+n/Z0HIuLzwpTcyGCBvANubinK/FptVOwMzWalKSIBIXaAqnrA/yYQplcg== +"@theia/filesystem@1.68.2": + version "1.68.2" + resolved "https://registry.yarnpkg.com/@theia/filesystem/-/filesystem-1.68.2.tgz#80469ea1571ebbcd6522785e1208df7db0c8fd50" + integrity sha512-Rz8B6CWy0r/Ci6/JLRcUYaWx5ZjBc5NMsOe/sDY7QaKA9mhNuSgWsrnmm+sqrUbOkbned5hvPkpsqVxr5xh1qA== dependencies: - "@theia/core" "1.66.2" + "@theia/core" "1.68.2" "@types/body-parser" "^1.17.0" "@types/multer" "^1.4.7" "@types/tar-fs" "^1.16.1" @@ -2426,10 +2429,10 @@ tslib "^2.6.2" vscode-languageserver-textdocument "^1.0.1" -"@theia/localization-manager@1.66.2": - version "1.66.2" - resolved "https://registry.yarnpkg.com/@theia/localization-manager/-/localization-manager-1.66.2.tgz#025c1d9995297088ac7219a3118e6a03a2885894" - integrity sha512-vsEr/3fLGaV7Tb6wwzJeYCoGse1OuGi+hYyyrdnuwdgu+4wxHRYBQ3G2pta4dduv3RUtRzyKpNS84dDsznljxQ== +"@theia/localization-manager@1.68.2": + version "1.68.2" + resolved "https://registry.yarnpkg.com/@theia/localization-manager/-/localization-manager-1.68.2.tgz#a9420e1f4e32e90d0c0dc9c4625e7e346826dce2" + integrity sha512-Qp3VVdptzFKND6dA0QuhXUq/sqtfesl9TkdkxjtQpC9UIXZyy4Zem8oTuW/DASEiZQO2bt3DD4cF1GS1WdjOGQ== dependencies: "@types/bent" "^7.0.1" "@types/fs-extra" "^4.0.2" @@ -2440,24 +2443,24 @@ glob "^7.2.0" limiter "^2.1.0" tslib "^2.6.2" - typescript "~5.4.5" + typescript "~5.9.3" -"@theia/markers@1.66.2": - version "1.66.2" - resolved "https://registry.yarnpkg.com/@theia/markers/-/markers-1.66.2.tgz#8b4be01cdb32960791118faadac4fe83f2ad9421" - integrity sha512-/+/xrRCCEfSZVgHdlQnxshhc0L7tc5/oTPWtUk/lYMhV8rv4VcEPYMIoIj6M6WkoMX8cMt2nRreEFWcfCVQ5LA== +"@theia/markers@1.68.2": + version "1.68.2" + resolved "https://registry.yarnpkg.com/@theia/markers/-/markers-1.68.2.tgz#7c749a852d3545836900eefde8ffd5de4c62aba2" + integrity sha512-5be/tKdHnO3C3UC/fFdD9S4xXoxDUW3y0aaeuIFBt2e9iRFlvXN1BtOXZxeCbBKvItDfmRoRjIMD1uKALa80XA== dependencies: - "@theia/core" "1.66.2" - "@theia/filesystem" "1.66.2" - "@theia/workspace" "1.66.2" + "@theia/core" "1.68.2" + "@theia/filesystem" "1.68.2" + "@theia/workspace" "1.68.2" tslib "^2.6.2" -"@theia/messages@1.66.2": - version "1.66.2" - resolved "https://registry.yarnpkg.com/@theia/messages/-/messages-1.66.2.tgz#babc2320f4d88edd0f8ccccd6cbbbde342a221c0" - integrity sha512-CtUtNPzlFoXSV+JdjsnhNZM7M4/v/j3+P5CkIEgv9gLe1sGhp+zk4iF/UK+jOrcfEjDPvyQ2SDtj45awd01BKw== +"@theia/messages@1.68.2": + version "1.68.2" + resolved "https://registry.yarnpkg.com/@theia/messages/-/messages-1.68.2.tgz#709d9dfeac4e54e2ef67cd18140e83d36c4d8d95" + integrity sha512-O3keSxi/LV3wlmIzdFPbtSY8ePp1w8QKxPLsmxw8ld+ALsI6VC8eh4eEgPINdVOZwVocC0iaao0/cpO6CscY7w== dependencies: - "@theia/core" "1.66.2" + "@theia/core" "1.68.2" react-perfect-scrollbar "^1.5.3" ts-md5 "^1.2.2" tslib "^2.6.2" @@ -2467,18 +2470,18 @@ resolved "https://registry.yarnpkg.com/@theia/monaco-editor-core/-/monaco-editor-core-1.96.302.tgz#f0d8ef59824ebd56b8130eabdfd71e10df32482a" integrity sha512-1np9/dI/cVmAE2KFi/13fK29jQOM9syyK6KaElaQ5nR8DVHsG49WK50Yd4yjwaqH2y4NHDeiZR8GoOJi8L9z4A== -"@theia/monaco@1.66.2": - version "1.66.2" - resolved "https://registry.yarnpkg.com/@theia/monaco/-/monaco-1.66.2.tgz#3bc8c9f83d7ba726bb001e95bc5387f555aa1f8c" - integrity sha512-9SPPufthbw7nkFpCiyFjVwh+QynMW/qdTSKa+fsrouaEuD41a5CA3L/kEGVQtbR8bCqZvlLJFpAVh4m7HwIpUA== +"@theia/monaco@1.68.2": + version "1.68.2" + resolved "https://registry.yarnpkg.com/@theia/monaco/-/monaco-1.68.2.tgz#38d3c5402f209e6916a47d1f68e7f92a5df7878c" + integrity sha512-ebYMYh9wHxV0LWenTf9Sg6/TPDIhD8FmqptvDzJ8hO11LNwi3AFvMBtxJVTbcBjhkq4vjuPJ+pSLNKF+79YRgg== dependencies: - "@theia/core" "1.66.2" - "@theia/editor" "1.66.2" - "@theia/filesystem" "1.66.2" - "@theia/markers" "1.66.2" + "@theia/core" "1.68.2" + "@theia/editor" "1.68.2" + "@theia/filesystem" "1.68.2" + "@theia/markers" "1.68.2" "@theia/monaco-editor-core" "1.96.302" - "@theia/outline-view" "1.66.2" - "@theia/workspace" "1.66.2" + "@theia/outline-view" "1.68.2" + "@theia/workspace" "1.68.2" fast-plist "^0.1.2" idb "^4.0.5" jsonc-parser "^2.2.0" @@ -2486,132 +2489,133 @@ vscode-oniguruma "2.0.1" vscode-textmate "^9.2.0" -"@theia/native-webpack-plugin@1.66.2": - version "1.66.2" - resolved "https://registry.yarnpkg.com/@theia/native-webpack-plugin/-/native-webpack-plugin-1.66.2.tgz#968e752ce5f89d78725387391a8722f9f5a45858" - integrity sha512-/+j6ZJkfaRM1nQmRzVpVcwxA/FU3JeG4nMxqvBeCnPlHAkCFodiT8LqWR3XCz42weCDzjkDo6h3areyzcqensw== +"@theia/native-webpack-plugin@1.68.2": + version "1.68.2" + resolved "https://registry.yarnpkg.com/@theia/native-webpack-plugin/-/native-webpack-plugin-1.68.2.tgz#10dd36debb042279eac00e6210f153f0c8506199" + integrity sha512-FqvV1q7KdaRZxHxHV0rQmW26RRsFCrwv/NDMkkM6+95oHN2FJsWovX++LvMvw/r9LKFdHyGnMqV6UCJi/Plsvg== dependencies: detect-libc "^2.0.2" tslib "^2.6.2" webpack "^5.76.0" -"@theia/navigator@1.66.2": - version "1.66.2" - resolved "https://registry.yarnpkg.com/@theia/navigator/-/navigator-1.66.2.tgz#1d0c647f72dfc3115648fc6a96212dda7fb546d0" - integrity sha512-FKyftkOUKtJ/0jhSH/60jbuS0jEWbrvVxM71tkTSyIbx6TT7rXUz3mD/nQOJMWU0nRHbrsRTrWgHkTou/wWZdg== +"@theia/navigator@1.68.2": + version "1.68.2" + resolved "https://registry.yarnpkg.com/@theia/navigator/-/navigator-1.68.2.tgz#46e60afe36b7d019ec59af3b965070f72a432edc" + integrity sha512-T7RiRL/1XPR4XgbqdK07jMhj94XrGLG9GxIRKFXKdtUtDKTQNE8ZVK7gb+v0nM6xDGxCmsjwrXbq/QK5FHkhTQ== dependencies: - "@theia/core" "1.66.2" - "@theia/filesystem" "1.66.2" - "@theia/workspace" "1.66.2" + "@theia/core" "1.68.2" + "@theia/filesystem" "1.68.2" + "@theia/workspace" "1.68.2" minimatch "^10.0.3" tslib "^2.6.2" -"@theia/outline-view@1.66.2": - version "1.66.2" - resolved "https://registry.yarnpkg.com/@theia/outline-view/-/outline-view-1.66.2.tgz#19f22d36abf998145953c61a08139b8b7af77315" - integrity sha512-a/Nu3Aj6Tl33y/IB/Ovglox8zKZ2NElGT99kV4ZKx3D3BUn6+9EZZVEPBbFWgESURLVGCgcqN2k9TZNxC3f/9A== +"@theia/outline-view@1.68.2": + version "1.68.2" + resolved "https://registry.yarnpkg.com/@theia/outline-view/-/outline-view-1.68.2.tgz#a1105981af90e756cb111a536c67e1253ea89b8c" + integrity sha512-0Q7lW0SzjgcQTi0jQZczEbdE/CilbFQOJW9kuO+iZCb32UFgkROgDUVbempaUwQTBxFV+UNJUhwIZ4gZIZ8maw== dependencies: - "@theia/core" "1.66.2" + "@theia/core" "1.68.2" tslib "^2.6.2" -"@theia/ovsx-client@1.66.2": - version "1.66.2" - resolved "https://registry.yarnpkg.com/@theia/ovsx-client/-/ovsx-client-1.66.2.tgz#ee416f15ae7caa855b4e5b313424485b18d13320" - integrity sha512-rCh/uBAppY+YoQu2YbDKqEotlzaWnJQ+2qfOJo5n0HfZR7He+L6SRmwy2b6mWRiNSvG65OWhdbTyLGtG0Gkc/w== +"@theia/ovsx-client@1.68.2": + version "1.68.2" + resolved "https://registry.yarnpkg.com/@theia/ovsx-client/-/ovsx-client-1.68.2.tgz#265fd8de350dab95f645ab1e78b9c7d2b79a146d" + integrity sha512-7TIMbPGOPVr0KQt8+yiJSOD0asUM9zGewYF+yN6xT7aoza+e40TB9RivoYk6kyzbUcLCKOkey+2OSXcVa5QZwQ== dependencies: - "@theia/request" "1.66.2" + "@theia/request" "1.68.2" limiter "^2.1.0" semver "^7.5.4" tslib "^2.6.2" -"@theia/preferences@1.66.2": - version "1.66.2" - resolved "https://registry.yarnpkg.com/@theia/preferences/-/preferences-1.66.2.tgz#202edd40bf28aa23e71ddb6da8bb21cc2e58451f" - integrity sha512-/nnxdGoelZQQkvHfVdB1VBFJmL9g0Cnx1HTCRlTzbEk/aRkwFzPCKvEHApDkMmZ3taQI+gKmR+c/knnfbKUrUA== +"@theia/preferences@1.68.2": + version "1.68.2" + resolved "https://registry.yarnpkg.com/@theia/preferences/-/preferences-1.68.2.tgz#0d1b0025e40213b76f83b9b76ca1f196240652df" + integrity sha512-mwuZmHvjVGo3zs1G1Lxn5IyPQkeTtiofuMg2lOX5P9zMP6YvFFLdHMlY2X+FbvjL44BOWXNYLytERG/RYnY5NQ== dependencies: - "@theia/core" "1.66.2" - "@theia/editor" "1.66.2" - "@theia/filesystem" "1.66.2" - "@theia/monaco" "1.66.2" + "@theia/core" "1.68.2" + "@theia/editor" "1.68.2" + "@theia/filesystem" "1.68.2" + "@theia/monaco" "1.68.2" "@theia/monaco-editor-core" "1.96.302" - "@theia/userstorage" "1.66.2" - "@theia/workspace" "1.66.2" + "@theia/userstorage" "1.68.2" + "@theia/workspace" "1.68.2" async-mutex "^0.3.1" fast-deep-equal "^3.1.3" jsonc-parser "^2.2.0" p-debounce "^2.1.0" tslib "^2.6.2" -"@theia/process@1.66.2": - version "1.66.2" - resolved "https://registry.yarnpkg.com/@theia/process/-/process-1.66.2.tgz#c43b770fb75aa264a5db5c7195e41affe69bfec4" - integrity sha512-McVVVjxgUOJoTilKcy5UbQqmhvWJNA57fKFlrsEPoCerpK2LQ/HAEWoqVKCmGeYaCCbF7cPU+a05AKRx4AFFRw== +"@theia/process@1.68.2": + version "1.68.2" + resolved "https://registry.yarnpkg.com/@theia/process/-/process-1.68.2.tgz#adce9562ebe95cd17411477a8c34b1f4d61d738f" + integrity sha512-9veT9452zebCIiesIlPmAbh8RRLvs0u1G2IXyOrKVKwfaC9yd6TLz70yD7M/0C3OzuhBgkjV3A6vn4AeSpCi2w== dependencies: - "@theia/core" "1.66.2" + "@theia/core" "1.68.2" node-pty "1.1.0-beta27" string-argv "^0.1.1" tslib "^2.6.2" -"@theia/property-view@1.66.2": - version "1.66.2" - resolved "https://registry.yarnpkg.com/@theia/property-view/-/property-view-1.66.2.tgz#188abcc343b2b41046f7b97e29e5b707832c0bfc" - integrity sha512-Lettw2BubeRvMj14jZoVjjT0URbFkpZP/DxgoXandfn77sKdlr4f5juLiub476kyJc9ATFOn8p3poEzkuTXwqw== +"@theia/property-view@1.68.2": + version "1.68.2" + resolved "https://registry.yarnpkg.com/@theia/property-view/-/property-view-1.68.2.tgz#e208ddf902b740ffd84fd7751328f0ab099d2d7c" + integrity sha512-IWJYdDbaDJNbwdN7PPaX6qfS/aJJOLbxupVkG5oc26c4Pt3N3AMQV0bJWavlVcNq2qFjJlFkM59dVSvJiVZG/Q== dependencies: - "@theia/core" "1.66.2" - "@theia/filesystem" "1.66.2" + "@theia/core" "1.68.2" + "@theia/filesystem" "1.68.2" tslib "^2.6.2" -"@theia/request@1.66.2": - version "1.66.2" - resolved "https://registry.yarnpkg.com/@theia/request/-/request-1.66.2.tgz#c7de6f3aad58834f2ffbbfafbf0bbaf1eb23e291" - integrity sha512-1ru9SRw2uB1ZuK1gOPr95Bd2wfcFt9bJAXMbQ7LplTUPIp7Q4GgCbFKCjvkxHDCd1WCe0JgjuOwD1v1fqAK/rg== +"@theia/request@1.68.2": + version "1.68.2" + resolved "https://registry.yarnpkg.com/@theia/request/-/request-1.68.2.tgz#9108cde8723bf820526b4daa5c3b4fba85af8f09" + integrity sha512-mxEqjroC0ljLELOseDCWcFSyC5PyQ6hXO1U3Y4bcIRwZQsiGGZ2OeO0XTBcEvhgYcsAPnyY6vmca5ypC7AmoTg== dependencies: http-proxy-agent "^5.0.0" https-proxy-agent "^5.0.0" tslib "^2.6.2" -"@theia/terminal@1.66.2": - version "1.66.2" - resolved "https://registry.yarnpkg.com/@theia/terminal/-/terminal-1.66.2.tgz#25fea53e57aae2ef8db7b644364a0235074fb192" - integrity sha512-Oo57VmsRQea5mV7zRV5FTJIdpRxkbsVhxUEC4BFzUewJEpo1YlnJAiz5bToe/ynR6COrbvPltq+aP1WqHBSrXQ== - dependencies: - "@theia/core" "1.66.2" - "@theia/editor" "1.66.2" - "@theia/file-search" "1.66.2" - "@theia/filesystem" "1.66.2" - "@theia/process" "1.66.2" - "@theia/variable-resolver" "1.66.2" - "@theia/workspace" "1.66.2" +"@theia/terminal@1.68.2": + version "1.68.2" + resolved "https://registry.yarnpkg.com/@theia/terminal/-/terminal-1.68.2.tgz#c8d3062e4e028da4be9d67f465494dc4ae29332b" + integrity sha512-SULPFNVzk7CcmzG6+VfVsk6gnfqPGDNx4Y/II00wOnAtVHktxGEblUNEoit918EfmXMeEnEUGlEKQq/dqGo0cA== + dependencies: + "@theia/core" "1.68.2" + "@theia/editor" "1.68.2" + "@theia/file-search" "1.68.2" + "@theia/filesystem" "1.68.2" + "@theia/process" "1.68.2" + "@theia/variable-resolver" "1.68.2" + "@theia/workspace" "1.68.2" tslib "^2.6.2" xterm "^5.3.0" xterm-addon-fit "^0.8.0" xterm-addon-search "^0.13.0" + xterm-addon-webgl "^0.16.0" -"@theia/userstorage@1.66.2": - version "1.66.2" - resolved "https://registry.yarnpkg.com/@theia/userstorage/-/userstorage-1.66.2.tgz#3db03c43a175eea8bc3587fb912b1b3122b64f06" - integrity sha512-EN41mxHKNrFleROO1CnusThWDIez3uXhKYPCcQc4RbyMFEARVWkXUwkU5wP6d+AsHtpvrJvGHnJGNcJEL/+sQA== +"@theia/userstorage@1.68.2": + version "1.68.2" + resolved "https://registry.yarnpkg.com/@theia/userstorage/-/userstorage-1.68.2.tgz#e38e60578df1760df2a3d5fd56041d3881879486" + integrity sha512-SJ8sJxDrOamnpHnhqBqiTM/TnLFi/9ptq1mLy/4x4gYRLQrNLtDtkH376tixjTRppHRAOc+SUbr3gZC+oYi/MQ== dependencies: - "@theia/core" "1.66.2" - "@theia/filesystem" "1.66.2" + "@theia/core" "1.68.2" + "@theia/filesystem" "1.68.2" tslib "^2.6.2" -"@theia/variable-resolver@1.66.2": - version "1.66.2" - resolved "https://registry.yarnpkg.com/@theia/variable-resolver/-/variable-resolver-1.66.2.tgz#5189c3ddc9b77f71dba9d3fcd0760118b505c777" - integrity sha512-9Uo6/ejZk1gvIsbJj8/hZUhYXYi3oY/cxavn4XIUfSxzORZXBGmu9XIqteu9Dsh6TkSCZmQ75XemIckWxdA4UQ== +"@theia/variable-resolver@1.68.2": + version "1.68.2" + resolved "https://registry.yarnpkg.com/@theia/variable-resolver/-/variable-resolver-1.68.2.tgz#66f48b7f8d3109226e80b06eefd109a6e209fbc1" + integrity sha512-b7yCHvKwGEQxxeqNAae23JUWM0f0epaxqhvKyCL0YW7rnrNSo160zoxFpgSIB24EbPvQjFiYWF//3LTnNUi3zQ== dependencies: - "@theia/core" "1.66.2" + "@theia/core" "1.68.2" tslib "^2.6.2" -"@theia/workspace@1.66.2": - version "1.66.2" - resolved "https://registry.yarnpkg.com/@theia/workspace/-/workspace-1.66.2.tgz#88dc643bd47588f2a13dc643e6ca12259e4a90ea" - integrity sha512-dxzNiCfOTnm567+qSVJ5TfR4Tn6LgZBoBftwLHvHcBGrUg1e9DUucAflTsDYWrRiAIRy7aHt8wIpYKOlWlLU0w== +"@theia/workspace@1.68.2": + version "1.68.2" + resolved "https://registry.yarnpkg.com/@theia/workspace/-/workspace-1.68.2.tgz#b76b5f6310c18eb7e9efdab2a1f8d9305ed5d654" + integrity sha512-crf5jXDwwAVt1sU+0ruB/qTH8oh/JfFOOEKbP10VHE+kiZpGdAKdutMUcZKqJecxDa1wfSoQ0lMEAXoaTFbSyA== dependencies: - "@theia/core" "1.66.2" - "@theia/filesystem" "1.66.2" - "@theia/variable-resolver" "1.66.2" + "@theia/core" "1.68.2" + "@theia/filesystem" "1.68.2" + "@theia/variable-resolver" "1.68.2" jsonc-parser "^2.2.0" tslib "^2.6.2" valid-filename "^2.0.1" @@ -2754,7 +2758,7 @@ dependencies: "@types/node" "*" -"@types/linkify-it@*": +"@types/linkify-it@^5": version "5.0.0" resolved "https://registry.yarnpkg.com/@types/linkify-it/-/linkify-it-5.0.0.tgz#21413001973106cda1c3a9b91eedd4ccd5469d76" integrity sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q== @@ -2778,15 +2782,22 @@ resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.7.tgz#2f776bcb53adc9e13b2c0dfd493dfcbd7de43612" integrity sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA== -"@types/markdown-it@^12.2.3": - version "12.2.3" - resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-12.2.3.tgz#0d6f6e5e413f8daaa26522904597be3d6cd93b51" - integrity sha512-GKMHFfv3458yYy+v/N8gjufHO6MSZKCOXpZc5GXIWWy8uldwfmPn98vp81gZ5f9SVw8YYBctgfJ22a2d7AOMeQ== +"@types/markdown-it-emoji@^3.0.1": + version "3.0.1" + resolved "https://registry.yarnpkg.com/@types/markdown-it-emoji/-/markdown-it-emoji-3.0.1.tgz#035d4d38110113ea0ce911f06bc2c2b03ca1ad42" + integrity sha512-cz1j8R35XivBqq9mwnsrP2fsz2yicLhB8+PDtuVkKOExwEdsVBNI+ROL3sbhtR5occRZ66vT0QnwFZCqdjf3pA== + dependencies: + "@types/markdown-it" "^14" + +"@types/markdown-it@^14", "@types/markdown-it@^14.1.0": + version "14.1.2" + resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-14.1.2.tgz#57f2532a0800067d9b934f3521429a2e8bfb4c61" + integrity sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog== dependencies: - "@types/linkify-it" "*" - "@types/mdurl" "*" + "@types/linkify-it" "^5" + "@types/mdurl" "^2" -"@types/mdurl@*": +"@types/mdurl@^2": version "2.0.0" resolved "https://registry.yarnpkg.com/@types/mdurl/-/mdurl-2.0.0.tgz#d43878b5b20222682163ae6f897b20447233bdfd" integrity sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg== @@ -5132,10 +5143,10 @@ enquirer@~2.3.6: dependencies: ansi-colors "^4.1.1" -entities@~2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/entities/-/entities-2.1.0.tgz#992d3129cf7df6870b96c57858c249a120f8b8b5" - integrity sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w== +entities@^4.4.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48" + integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw== env-paths@^2.2.0, env-paths@^2.2.1: version "2.2.1" @@ -7531,12 +7542,12 @@ lines-and-columns@^1.1.6: resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632" integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== -linkify-it@^3.0.1: - version "3.0.3" - resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-3.0.3.tgz#a98baf44ce45a550efb4d49c769d07524cc2fa2e" - integrity sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ== +linkify-it@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-5.0.0.tgz#9ef238bfa6dc70bd8e7f9572b52d369af569b421" + integrity sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ== dependencies: - uc.micro "^1.0.1" + uc.micro "^2.0.0" listenercount@~1.0.1: version "1.0.1" @@ -7816,16 +7827,27 @@ map-obj@^4.0.0: resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a" integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ== -markdown-it@^12.3.2: - version "12.3.2" - resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.3.2.tgz#bf92ac92283fe983fe4de8ff8abfb5ad72cd0c90" - integrity sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg== +markdown-it-anchor@^9.2.0: + version "9.2.0" + resolved "https://registry.yarnpkg.com/markdown-it-anchor/-/markdown-it-anchor-9.2.0.tgz#89375d9a2a79336403ab7c4fd36b1965cc45e5c8" + integrity sha512-sa2ErMQ6kKOA4l31gLGYliFQrMKkqSO0ZJgGhDHKijPf0pNFM9vghjAh3gn26pS4JDRs7Iwa9S36gxm3vgZTzg== + +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@^14.1.0: + version "14.1.1" + resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-14.1.1.tgz#856f90b66fc39ae70affd25c1b18b581d7deee1f" + integrity sha512-BuU2qnTti9YKgK5N+IeMubp14ZUKUUw7yeJbkjtosvHiP0AZ5c8IAgEMk79D0eC8F23r4Ac/q8cAIFdm2FtyoA== dependencies: argparse "^2.0.1" - entities "~2.1.0" - linkify-it "^3.0.1" - mdurl "^1.0.1" - uc.micro "^1.0.5" + entities "^4.4.0" + linkify-it "^5.0.0" + mdurl "^2.0.0" + punycode.js "^2.3.1" + uc.micro "^2.1.0" matcher@^3.0.0: version "3.0.0" @@ -7839,10 +7861,10 @@ math-intrinsics@^1.1.0: resolved "https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9" integrity sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g== -mdurl@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz#fe85b2ec75a59037f2adfec100fd6c601761152e" - integrity sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g== +mdurl@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-2.0.0.tgz#80676ec0433025dd3e17ee983d0fe8de5a2237e0" + integrity sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w== media-typer@0.3.0: version "0.3.0" @@ -9453,6 +9475,11 @@ pump@^3.0.0: end-of-stream "^1.1.0" once "^1.3.1" +punycode.js@^2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/punycode.js/-/punycode.js-2.3.1.tgz#6b53e56ad75588234e79f4affa90972c7dd8cdb7" + integrity sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA== + punycode@^2.1.0: version "2.3.1" resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5" @@ -11085,15 +11112,15 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0" integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw== -typescript@~5.4.5: - version "5.4.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611" - integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ== +typescript@~5.9.3: + version "5.9.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f" + integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw== -uc.micro@^1.0.1, uc.micro@^1.0.5: - version "1.0.6" - resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz#9c411a802a409a91fc6cf74081baba34b24499ac" - integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA== +uc.micro@^2.0.0, uc.micro@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-2.1.0.tgz#f8d3f7d0ec4c3dea35a7e3c8efa4cb8b45c9e7ee" + integrity sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A== uglify-js@^3.1.4: version "3.19.3" @@ -11714,6 +11741,11 @@ xterm-addon-search@^0.13.0: resolved "https://registry.yarnpkg.com/xterm-addon-search/-/xterm-addon-search-0.13.0.tgz#21286f4db48aa949fbefce34bb8bc0c9d3cec627" integrity sha512-sDUwG4CnqxUjSEFh676DlS3gsh3XYCzAvBPSvJ5OPgF3MRL3iHLPfsb06doRicLC2xXNpeG2cWk8x1qpESWJMA== +xterm-addon-webgl@^0.16.0: + version "0.16.0" + resolved "https://registry.yarnpkg.com/xterm-addon-webgl/-/xterm-addon-webgl-0.16.0.tgz#9872d08a64136f893b27ef9a6412136d3bf563c4" + integrity sha512-E8cq1AiqNOv0M/FghPT+zPAEnvIQRDbAbkb04rRYSxUym69elPWVJ4sv22FCLBqM/3LcrmBLl/pELnBebVFKgA== + xterm@^5.3.0: version "5.3.0" resolved "https://registry.yarnpkg.com/xterm/-/xterm-5.3.0.tgz#867daf9cc826f3d45b5377320aabd996cb0fce46"