diff --git a/tools/doc/package-lock.json b/tools/doc/package-lock.json index 70e5728c99094b..729144b8318fef 100644 --- a/tools/doc/package-lock.json +++ b/tools/doc/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "doc", "dependencies": { - "@node-core/doc-kit": "1.0.2" + "@node-core/doc-kit": "1.2.1" } }, "node_modules/@actions/core": { @@ -519,33 +519,34 @@ } }, "node_modules/@node-core/doc-kit": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@node-core/doc-kit/-/doc-kit-1.0.2.tgz", - "integrity": "sha512-dYTh29FRH7Qcbz8M1WbAu1tg2YVcmCEdt514QcDqJWsRrYJfvzg10OyDODyEPJfKZ4+OUN/VPi3knGoGfOSNkQ==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@node-core/doc-kit/-/doc-kit-1.2.1.tgz", + "integrity": "sha512-BQxHKolHLEBqHi4UJCeLehTL9ia3uOcjB5Aw0FYqmmYUxDxq0jCDrx9LvHlm0adjoLPwAH+0NJ4xu2dU4V0cPA==", "dependencies": { "@actions/core": "^3.0.0", "@heroicons/react": "^2.2.0", "@minify-html/wasm": "^0.18.1", "@node-core/rehype-shiki": "^1.4.1", - "@node-core/ui-components": "^1.6.1", + "@node-core/ui-components": "^1.6.3", "@orama/orama": "^3.1.18", "@orama/ui": "^1.5.4", "@rollup/plugin-virtual": "^3.0.2", "@swc/html-wasm": "^1.15.18", "acorn": "^8.16.0", "commander": "^14.0.3", - "dedent": "^1.7.1", + "dedent": "^1.7.2", "estree-util-to-js": "^2.0.0", "estree-util-visit": "^2.0.0", "github-slugger": "^2.0.0", + "glob-parent": "^6.0.2", "globals": "^17.3.0", "hast-util-to-string": "^3.0.1", "hastscript": "^9.0.1", - "lightningcss-wasm": "^1.31.1", + "lightningcss-wasm": "^1.32.0", "mdast-util-slice-markdown": "^2.0.1", "piscina": "^5.1.4", - "preact": "^10.28.4", - "preact-render-to-string": "^6.6.3", + "preact": "^10.29.0", + "preact-render-to-string": "^6.6.6", "reading-time": "^1.5.0", "recma-jsx": "^1.0.1", "rehype-raw": "^7.0.0", @@ -555,7 +556,7 @@ "remark-parse": "^11.0.0", "remark-rehype": "^11.1.2", "remark-stringify": "^11.0.0", - "rolldown": "^1.0.0-rc.6", + "rolldown": "^1.0.0-rc.10", "semver": "^7.7.4", "shiki": "^4.0.0", "tinyglobby": "^0.2.15", @@ -566,13 +567,24 @@ "unist-util-remove": "^4.0.0", "unist-util-select": "^5.1.0", "unist-util-visit": "^5.1.0", - "vfile": "^6.0.3", - "yaml": "^2.8.2" + "yaml": "^2.8.3" }, "bin": { "doc-kit": "bin/cli.mjs" } }, + "node_modules/@node-core/doc-kit/node_modules/glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "license": "ISC", + "dependencies": { + "is-glob": "^4.0.3" + }, + "engines": { + "node": ">=10.13.0" + } + }, "node_modules/@node-core/rehype-shiki": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/@node-core/rehype-shiki/-/rehype-shiki-1.4.1.tgz", diff --git a/tools/doc/package.json b/tools/doc/package.json index 9d143e9724d8d4..ca1ac8ca37e00c 100644 --- a/tools/doc/package.json +++ b/tools/doc/package.json @@ -2,6 +2,6 @@ "name": "doc", "private": true, "dependencies": { - "@node-core/doc-kit": "1.0.2" + "@node-core/doc-kit": "1.2.1" } }