From 6eefdd2f0f43b9a9c4034b41f8f3f048e8bc6118 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 21:10:50 +0000 Subject: [PATCH] Bump typescript and typedoc Bumps [typescript](https://github.com/microsoft/TypeScript) and [typedoc](https://github.com/TypeStrong/TypeDoc). These dependencies needed to be updated together. Updates `typescript` from 4.7.4 to 5.6.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v4.7.4...v5.6.2) Updates `typedoc` from 0.22.18 to 0.26.7 - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.22.18...v0.26.7) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-major - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/robot-sample/package.json | 2 +- .../simple-example/game-server/package.json | 2 +- .../ssl-connector/game-server/package.json | 2 +- .../game-server/package.json | 2 +- .../websocket-chat/game-server/package.json | 2 +- package.json | 4 +- packages/pinus-admin/package.json | 2 +- packages/pinus-loader/package.json | 2 +- packages/pinus-logger/package.json | 2 +- packages/pinus-monitor/package.json | 2 +- packages/pinus-protobuf/package.json | 2 +- packages/pinus-protocol/package.json | 2 +- packages/pinus-rpc/package.json | 2 +- packages/pinus-scheduler/package.json | 2 +- packages/pinus/package.json | 2 +- plugins/base-gate/package.json | 2 +- plugins/base-plugin/package.json | 2 +- plugins/pinus-robot-plugin/package.json | 2 +- tools/pinus-cli/package.json | 2 +- tools/pinus-robot/package.json | 2 +- yarn.lock | 152 ++++++++++++------ 21 files changed, 125 insertions(+), 69 deletions(-) diff --git a/examples/robot-sample/package.json b/examples/robot-sample/package.json index 45d5542b5..425663dd9 100644 --- a/examples/robot-sample/package.json +++ b/examples/robot-sample/package.json @@ -29,6 +29,6 @@ }, "devDependencies": { "tslint": "^6.1.3", - "typescript": "^4.3.5" + "typescript": "^5.6.2" } } diff --git a/examples/simple-example/game-server/package.json b/examples/simple-example/game-server/package.json index 9f0dce859..757ef3e09 100644 --- a/examples/simple-example/game-server/package.json +++ b/examples/simple-example/game-server/package.json @@ -28,6 +28,6 @@ }, "devDependencies": { "tslint": "^6.1.3", - "typescript": "^4.3.5" + "typescript": "^5.6.2" } } diff --git a/examples/ssl-connector/game-server/package.json b/examples/ssl-connector/game-server/package.json index e098d07a1..4e539f229 100644 --- a/examples/ssl-connector/game-server/package.json +++ b/examples/ssl-connector/game-server/package.json @@ -28,6 +28,6 @@ }, "devDependencies": { "tslint": "^6.1.3", - "typescript": "^4.3.5" + "typescript": "^5.6.2" } } diff --git a/examples/websocket-chat-ts-run/game-server/package.json b/examples/websocket-chat-ts-run/game-server/package.json index b33d85dba..14fa74601 100644 --- a/examples/websocket-chat-ts-run/game-server/package.json +++ b/examples/websocket-chat-ts-run/game-server/package.json @@ -30,6 +30,6 @@ "devDependencies": { "ts-node": "5.0.1", "tslint": "^6.1.3", - "typescript": "^4.3.5" + "typescript": "^5.6.2" } } diff --git a/examples/websocket-chat/game-server/package.json b/examples/websocket-chat/game-server/package.json index fab1af615..be67007e5 100644 --- a/examples/websocket-chat/game-server/package.json +++ b/examples/websocket-chat/game-server/package.json @@ -28,6 +28,6 @@ }, "devDependencies": { "tslint": "^6.1.3", - "typescript": "^4.3.5" + "typescript": "^5.6.2" } } diff --git a/package.json b/package.json index 6353ae054..a29d445ab 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "pinus-site-tools": "1.0.6", "ts-node": "9.1.1", "tslint": "6.1.3", - "typedoc": "0.22.18", - "typescript": "^4.3.5" + "typedoc": "0.26.7", + "typescript": "^5.6.2" }, "scripts": { "preinstall": "node -e \"if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('请使用 Yarn 来代替 NPM 安装依赖,请看:https://yarnpkg.com/zh-Hans/docs/install')\"", diff --git a/packages/pinus-admin/package.json b/packages/pinus-admin/package.json index 2760931d6..27ac17a1e 100644 --- a/packages/pinus-admin/package.json +++ b/packages/pinus-admin/package.json @@ -35,6 +35,6 @@ "mocha": "10.3.0", "should": "13.2.3", "tslint": "6.1.3", - "typescript": "^4.3.5" + "typescript": "^5.6.2" } } diff --git a/packages/pinus-loader/package.json b/packages/pinus-loader/package.json index a14cb1c07..6d4fd11e1 100644 --- a/packages/pinus-loader/package.json +++ b/packages/pinus-loader/package.json @@ -30,6 +30,6 @@ "mocha": "10.3.0", "should": "13.2.3", "tslint": "6.1.3", - "typescript": "^4.3.5" + "typescript": "^5.6.2" } } diff --git a/packages/pinus-logger/package.json b/packages/pinus-logger/package.json index 80d4f601a..620be7885 100644 --- a/packages/pinus-logger/package.json +++ b/packages/pinus-logger/package.json @@ -30,6 +30,6 @@ "mocha": "10.3.0", "should": "13.2.3", "tslint": "6.1.3", - "typescript": "^4.3.5" + "typescript": "^5.6.2" } } diff --git a/packages/pinus-monitor/package.json b/packages/pinus-monitor/package.json index b2e73ead7..ea421a0e1 100644 --- a/packages/pinus-monitor/package.json +++ b/packages/pinus-monitor/package.json @@ -28,6 +28,6 @@ "devDependencies": { "@types/node": "^12.20.41", "tslint": "6.1.3", - "typescript": "^4.3.5" + "typescript": "^5.6.2" } } diff --git a/packages/pinus-protobuf/package.json b/packages/pinus-protobuf/package.json index eef014ba5..4eb57e571 100644 --- a/packages/pinus-protobuf/package.json +++ b/packages/pinus-protobuf/package.json @@ -26,6 +26,6 @@ "mocha": "10.3.0", "should": "13.2.3", "tslint": "6.1.3", - "typescript": "^4.3.5" + "typescript": "^5.6.2" } } diff --git a/packages/pinus-protocol/package.json b/packages/pinus-protocol/package.json index 7c9eef8b7..aad252ac7 100644 --- a/packages/pinus-protocol/package.json +++ b/packages/pinus-protocol/package.json @@ -29,6 +29,6 @@ "mocha": "10.3.0", "should": "13.2.3", "tslint": "6.1.3", - "typescript": "^4.3.5" + "typescript": "^5.6.2" } } diff --git a/packages/pinus-rpc/package.json b/packages/pinus-rpc/package.json index 25e5f6a90..074e4f350 100644 --- a/packages/pinus-rpc/package.json +++ b/packages/pinus-rpc/package.json @@ -44,6 +44,6 @@ "mocha": "10.3.0", "should": "13.2.3", "tslint": "6.1.3", - "typescript": "^4.3.5" + "typescript": "^5.6.2" } } diff --git a/packages/pinus-scheduler/package.json b/packages/pinus-scheduler/package.json index fac4c81df..1013c9da4 100644 --- a/packages/pinus-scheduler/package.json +++ b/packages/pinus-scheduler/package.json @@ -28,6 +28,6 @@ "devDependencies": { "@types/node": "^12.20.41", "tslint": "6.1.3", - "typescript": "^4.3.5" + "typescript": "^5.6.2" } } diff --git a/packages/pinus/package.json b/packages/pinus/package.json index 42c60f682..087ff59f9 100644 --- a/packages/pinus/package.json +++ b/packages/pinus/package.json @@ -84,6 +84,6 @@ "nyc": "15.1.0", "should": "13.2.3", "tslint": "6.1.3", - "typescript": "^4.3.5" + "typescript": "^5.6.2" } } diff --git a/plugins/base-gate/package.json b/plugins/base-gate/package.json index def299e5c..f9671647b 100644 --- a/plugins/base-gate/package.json +++ b/plugins/base-gate/package.json @@ -38,7 +38,7 @@ "@types/crc": "^3.4.0", "@types/node": "^12.20.41", "tslint": "6.1.3", - "typescript": "^4.3.5" + "typescript": "^5.6.2" }, "license": "MIT", "publishConfig": {} diff --git a/plugins/base-plugin/package.json b/plugins/base-plugin/package.json index 118b4f160..0d81a7c2f 100644 --- a/plugins/base-plugin/package.json +++ b/plugins/base-plugin/package.json @@ -27,7 +27,7 @@ "devDependencies": { "@types/node": "^12.20.41", "tslint": "6.1.3", - "typescript": "^4.3.5" + "typescript": "^5.6.2" }, "license": "MIT" } diff --git a/plugins/pinus-robot-plugin/package.json b/plugins/pinus-robot-plugin/package.json index 5188318e0..8962a1769 100644 --- a/plugins/pinus-robot-plugin/package.json +++ b/plugins/pinus-robot-plugin/package.json @@ -29,7 +29,7 @@ "@types/node": "^12.20.41", "@types/yargs": "^17.0.2", "tslint": "6.1.3", - "typescript": "^4.3.5" + "typescript": "^5.6.2" }, "license": "MIT" } diff --git a/tools/pinus-cli/package.json b/tools/pinus-cli/package.json index fee00d80c..270a6c3f5 100644 --- a/tools/pinus-cli/package.json +++ b/tools/pinus-cli/package.json @@ -42,7 +42,7 @@ "@types/node": "^12.20.41", "@types/optimist": "0.0.33", "tslint": "6.1.3", - "typescript": "^4.3.5" + "typescript": "^5.6.2" }, "license": "MIT" } diff --git a/tools/pinus-robot/package.json b/tools/pinus-robot/package.json index d0643ef33..1599e3eed 100644 --- a/tools/pinus-robot/package.json +++ b/tools/pinus-robot/package.json @@ -7,7 +7,7 @@ "pretty-columns": "^1.2.1", "socket.io": "^4.1.3", "socket.io-client": "~4.1.3", - "typescript": "^4.3.5", + "typescript": "^5.6.2", "underscore": "1.13.6" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 16807950d..0f577cebc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -919,6 +919,21 @@ resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33" integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== +"@shikijs/core@1.16.3": + version "1.16.3" + resolved "https://registry.yarnpkg.com/@shikijs/core/-/core-1.16.3.tgz#082b53928bf201a8d7cfbe0b5540dc1c609d0a5e" + integrity sha512-yETIvrETCeC39gSPIiSADmjri9FwKmxz0QvONMtTIUYlKZe90CJkvcjPksayC2VQOtzOJonEiULUa8v8crUQvA== + dependencies: + "@shikijs/vscode-textmate" "^9.2.0" + "@types/hast" "^3.0.4" + oniguruma-to-js "0.3.3" + regex "4.3.2" + +"@shikijs/vscode-textmate@^9.2.0": + version "9.2.2" + resolved "https://registry.yarnpkg.com/@shikijs/vscode-textmate/-/vscode-textmate-9.2.2.tgz#24571f50625c7cd075f9efe0def8b9d2c0930ada" + integrity sha512-TMp15K+GGYrWlZM8+Lnj9EaHEFmOen0WJBrfa17hF7taDOYthuPPV0GWzfd/9iMij0akS/8Yw2ikquH7uVi/fg== + "@sigstore/bundle@^2.3.2": version "2.3.2" resolved "https://registry.yarnpkg.com/@sigstore/bundle/-/bundle-2.3.2.tgz#ad4dbb95d665405fd4a7a02c8a073dbd01e4e95e" @@ -1055,6 +1070,13 @@ dependencies: "@types/node" "*" +"@types/hast@^3.0.4": + version "3.0.4" + resolved "https://registry.yarnpkg.com/@types/hast/-/hast-3.0.4.tgz#1d6b39993b82cea6ad783945b0508c25903e15aa" + integrity sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ== + dependencies: + "@types/unist" "*" + "@types/json-schema@*", "@types/json-schema@^7.0.8": version "7.0.8" resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.8.tgz" @@ -1112,6 +1134,11 @@ resolved "https://registry.yarnpkg.com/@types/underscore/-/underscore-1.11.15.tgz#29c776daecf6f1935da9adda17509686bf979947" integrity sha512-HP38xE+GuWGlbSRq9WrZkousaQ7dragtZCruBVMi0oX1migFZavZ3OROKHSkNp/9ouq82zrWtZpg18jFnVN96g== +"@types/unist@*": + version "3.0.3" + resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.3.tgz#acaab0f919ce69cce629c2d4ed2eb4adc1b6c20c" + integrity sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q== + "@types/uuid@^10.0.0": version "10.0.0" resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-10.0.0.tgz#e9c07fe50da0f53dc24970cca94d619ff03f6f6d" @@ -3311,6 +3338,11 @@ entities@^2.0.0: resolved "https://registry.npmmirror.com/entities/download/entities-2.2.0.tgz" integrity sha1-CY3JDruD2N/6CJ1VJWs1HTTE2lU= +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: version "2.2.1" resolved "https://registry.npmmirror.com/env-paths/download/env-paths-2.2.1.tgz" @@ -4174,7 +4206,7 @@ glob-to-regexp@^0.4.1: resolved "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz" integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw== -glob@8.1.0, glob@^8.0.3: +glob@8.1.0: version "8.1.0" resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e" integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ== @@ -5507,11 +5539,6 @@ jsonc-parser@3.2.0: resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.2.0.tgz#31ff3f4c2b9793f89c67212627c51c6394f88e76" integrity sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w== -jsonc-parser@^3.0.0: - version "3.2.1" - resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.2.1.tgz#031904571ccf929d7670ee8c547545081cb37f1a" - integrity sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA== - jsonfile@^4.0.0: version "4.0.0" resolved "https://registry.npmmirror.com/jsonfile/download/jsonfile-4.0.0.tgz?cache=0&sync_timestamp=1604161797011&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fjsonfile%2Fdownload%2Fjsonfile-4.0.0.tgz" @@ -5751,6 +5778,13 @@ linkify-it@^2.0.0: dependencies: uc.micro "^1.0.1" +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 "^2.0.0" + load-json-file@6.2.0: version "6.2.0" resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-6.2.0.tgz#5c7770b42cafa97074ca2848707c61662f4251a1" @@ -6054,6 +6088,18 @@ markdown-it-toc-and-anchor@^4.1.2: clone "^2.1.0" uslug "^1.0.4" +markdown-it@^14.1.0: + version "14.1.0" + resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-14.1.0.tgz#3c3c5992883c633db4714ccb4d7b5935d98b7d45" + integrity sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg== + dependencies: + argparse "^2.0.1" + entities "^4.4.0" + linkify-it "^5.0.0" + mdurl "^2.0.0" + punycode.js "^2.3.1" + uc.micro "^2.1.0" + markdown-it@^8.3.1: version "8.4.2" resolved "https://registry.npmmirror.com/markdown-it/download/markdown-it-8.4.2.tgz" @@ -6072,11 +6118,6 @@ markdown@~0.5.0: dependencies: nopt "~2.1.1" -marked@^4.0.16: - version "4.3.0" - resolved "https://registry.yarnpkg.com/marked/-/marked-4.3.0.tgz#796362821b019f734054582038b116481b456cf3" - integrity sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A== - math-random@^1.0.1: version "1.0.4" resolved "https://registry.npmmirror.com/math-random/download/math-random-1.0.4.tgz?cache=0&sync_timestamp=1596771448011&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fmath-random%2Fdownload%2Fmath-random-1.0.4.tgz" @@ -6099,6 +6140,11 @@ mdurl@^1.0.1: resolved "https://registry.npmmirror.com/mdurl/download/mdurl-1.0.1.tgz" integrity sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4= +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" resolved "https://registry.npmmirror.com/media-typer/download/media-typer-0.3.0.tgz" @@ -6278,14 +6324,14 @@ minimatch@5.0.1: dependencies: brace-expansion "^2.0.1" -minimatch@9.0.3, minimatch@^9.0.0, minimatch@^9.0.1: +minimatch@9.0.3: version "9.0.3" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825" integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg== dependencies: brace-expansion "^2.0.1" -minimatch@^5.0.1, minimatch@^5.1.0: +minimatch@^5.0.1: version "5.1.6" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96" integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g== @@ -6299,7 +6345,7 @@ minimatch@^8.0.2: dependencies: brace-expansion "^2.0.1" -minimatch@^9.0.4: +minimatch@^9.0.0, minimatch@^9.0.1, minimatch@^9.0.4, minimatch@^9.0.5: version "9.0.5" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5" integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow== @@ -7110,6 +7156,11 @@ onetime@^5.1.0, onetime@^5.1.2: dependencies: mimic-fn "^2.1.0" +oniguruma-to-js@0.3.3: + version "0.3.3" + resolved "https://registry.yarnpkg.com/oniguruma-to-js/-/oniguruma-to-js-0.3.3.tgz#3527f7e0fb9e5259c10962a7b015f28c602280dd" + integrity sha512-m90/WEhgs8g4BxG37+Nu3YrMfJDs2YXtYtIllhsEPR+wP3+K4EZk6dDUvy2v2K4MNFDDOYKL4/yqYPXDqyozTQ== + open@^8.4.0: version "8.4.2" resolved "https://registry.yarnpkg.com/open/-/open-8.4.2.tgz#5b5ffe2a8f793dcd2aad73e550cb87b59cb084f9" @@ -7780,6 +7831,11 @@ pumpify@^1.3.5: inherits "^2.0.3" pump "^2.0.0" +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@^1.3.2, punycode@^1.4.1: version "1.4.1" resolved "https://registry.npmmirror.com/punycode/download/punycode-1.4.1.tgz" @@ -8031,6 +8087,11 @@ regex-not@^1.0.0, regex-not@^1.0.2: extend-shallow "^3.0.2" safe-regex "^1.1.0" +regex@4.3.2: + version "4.3.2" + resolved "https://registry.yarnpkg.com/regex/-/regex-4.3.2.tgz#a68a68c9b337a77bf4ce4ed0b4b1a49d97cb3b7b" + integrity sha512-kK/AA3A9K6q2js89+VMymcboLOlF5lZRCYJv3gzszXFHBr6kO6qLGzbm+UIugBEV8SMMKCTR59txoY6ctRHYVw== + reinterval@^1.1.0: version "1.1.0" resolved "https://registry.npmmirror.com/reinterval/download/reinterval-1.1.0.tgz" @@ -8423,14 +8484,14 @@ shebang-regex@^3.0.0: resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz" integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== -shiki@^0.10.1: - version "0.10.1" - resolved "https://registry.yarnpkg.com/shiki/-/shiki-0.10.1.tgz#6f9a16205a823b56c072d0f1a0bcd0f2646bef14" - integrity sha512-VsY7QJVzU51j5o1+DguUd+6vmCmZ5v/6gYu4vyYAhzjuNQU6P/vmSy4uQaOhvje031qQMiW0d2BwgMH52vqMng== +shiki@^1.16.2: + version "1.16.3" + resolved "https://registry.yarnpkg.com/shiki/-/shiki-1.16.3.tgz#d78b0c644c2a46b25ec638a9a58861999bd3495c" + integrity sha512-GypUE+fEd06FqDs63LSAVlmq7WsahhPQU62cgZxGF+TJT5LjD2k7HTxXj4/CKOVuMM3+wWQ1t4Y5oooeJFRRBQ== dependencies: - jsonc-parser "^3.0.0" - vscode-oniguruma "^1.6.1" - vscode-textmate "5.2.0" + "@shikijs/core" "1.16.3" + "@shikijs/vscode-textmate" "^9.2.0" + "@types/hast" "^3.0.4" should-equal@^2.0.0: version "2.0.0" @@ -9544,32 +9605,32 @@ typedarray@^0.0.6: resolved "https://registry.npmmirror.com/typedarray/download/typedarray-0.0.6.tgz" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typedoc@0.22.18: - version "0.22.18" - resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.22.18.tgz#1d000c33b66b88fd8cdfea14a26113a83b7e6591" - integrity sha512-NK9RlLhRUGMvc6Rw5USEYgT4DVAUFk7IF7Q6MYfpJ88KnTZP7EneEa4RcP+tX1auAcz7QT1Iy0bUSZBYYHdoyA== +typedoc@0.26.7: + version "0.26.7" + resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.26.7.tgz#1980e3ed51c6c315b7a09786b2b9af1106a3aa80" + integrity sha512-gUeI/Wk99vjXXMi8kanwzyhmeFEGv1LTdTQsiyIsmSYsBebvFxhbcyAx7Zjo4cMbpLGxM4Uz3jVIjksu/I2v6Q== dependencies: - glob "^8.0.3" lunr "^2.3.9" - marked "^4.0.16" - minimatch "^5.1.0" - shiki "^0.10.1" - -"typescript@>=3 < 6": - version "5.5.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba" - integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q== + markdown-it "^14.1.0" + minimatch "^9.0.5" + shiki "^1.16.2" + yaml "^2.5.1" -typescript@^4.3.5: - version "4.7.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235" - integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ== +"typescript@>=3 < 6", typescript@^5.6.2: + version "5.6.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0" + integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw== uc.micro@^1.0.1, uc.micro@^1.0.5: version "1.0.6" resolved "https://registry.npmmirror.com/uc.micro/download/uc.micro-1.0.6.tgz" integrity sha1-nEEagCpAmpH8bPdAgbq6NLJEmaw= +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@2.6.0: version "2.6.0" resolved "https://registry.npmmirror.com/uglify-js/download/uglify-js-2.6.0.tgz" @@ -9786,16 +9847,6 @@ verror@1.10.0: core-util-is "1.0.2" extsprintf "^1.2.0" -vscode-oniguruma@^1.6.1: - version "1.7.0" - resolved "https://registry.yarnpkg.com/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz#439bfad8fe71abd7798338d1cd3dc53a8beea94b" - integrity sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA== - -vscode-textmate@5.2.0: - version "5.2.0" - resolved "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-5.2.0.tgz" - integrity sha512-Uw5ooOQxRASHgu6C7GVvUxisKXfSgW4oFlO+aa+PAkgmH89O3CXxEEzNRNtHSqtXFTl0nAC1uYj0GMSH27uwtQ== - walk-up-path@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/walk-up-path/-/walk-up-path-3.0.1.tgz#c8d78d5375b4966c717eb17ada73dbd41490e886" @@ -10131,6 +10182,11 @@ yallist@^4.0.0: resolved "https://registry.npmmirror.com/yallist/download/yallist-4.0.0.tgz" integrity sha1-m7knkNnA7/7GO+c1GeEaNQGaOnI= +yaml@^2.5.1: + version "2.5.1" + resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.5.1.tgz#c9772aacf62cb7494a95b0c4f1fb065b563db130" + integrity sha512-bLQOjaX/ADgQ20isPJRvF0iRUHIxVhYvr53Of7wGcWlO2jvtUlH5m87DsmulFVxRpNLOnI4tB6p/oh8D7kpn9Q== + yapool@^1.0.0: version "1.0.0" resolved "https://registry.npmmirror.com/yapool/download/yapool-1.0.0.tgz"