diff --git a/package-lock.json b/package-lock.json index 70f3856069..1e2d85b4ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@playwright/test": "^1.46.1", "@rollup/plugin-json": "^6.1.0", "rollup": "^4.21.2", - "typedoc": "^0.26.6" + "typedoc": "^0.26.7" } }, "node_modules/@ampproject/remapping": { @@ -1786,16 +1786,16 @@ "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==" }, "node_modules/typedoc": { - "version": "0.26.6", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.26.6.tgz", - "integrity": "sha512-SfEU3SH3wHNaxhFPjaZE2kNl/NFtLNW5c1oHsg7mti7GjmUj1Roq6osBQeMd+F4kL0BoRBBr8gQAuqBlfFu8LA==", + "version": "0.26.7", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.26.7.tgz", + "integrity": "sha512-gUeI/Wk99vjXXMi8kanwzyhmeFEGv1LTdTQsiyIsmSYsBebvFxhbcyAx7Zjo4cMbpLGxM4Uz3jVIjksu/I2v6Q==", "dev": true, "dependencies": { "lunr": "^2.3.9", "markdown-it": "^14.1.0", "minimatch": "^9.0.5", - "shiki": "^1.9.1", - "yaml": "^2.4.5" + "shiki": "^1.16.2", + "yaml": "^2.5.1" }, "bin": { "typedoc": "bin/typedoc" @@ -1804,7 +1804,7 @@ "node": ">= 18" }, "peerDependencies": { - "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x" + "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x" } }, "node_modules/typescript": { @@ -2212,6 +2212,7 @@ } }, "packages/npm-packages/ruby-head-wasm-wasip2": { + "name": "@ruby/head-wasm-wasip2", "version": "2.6.2", "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 9e74860e6b..8150630670 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,6 @@ "@playwright/test": "^1.46.1", "@rollup/plugin-json": "^6.1.0", "rollup": "^4.21.2", - "typedoc": "^0.26.6" + "typedoc": "^0.26.7" } }