From 36777829579019df0ef90346a51ef4372ad8a7c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 15:24:41 +0000 Subject: [PATCH] meta: bump @node-core/rehype-shiki from 1.4.0 to 1.4.1 Bumps [@node-core/rehype-shiki](https://github.com/nodejs/nodejs.org/tree/HEAD/packages/rehype-shiki) from 1.4.0 to 1.4.1. - [Commits](https://github.com/nodejs/nodejs.org/commits/HEAD/packages/rehype-shiki) --- updated-dependencies: - dependency-name: "@node-core/rehype-shiki" dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- npm-shrinkwrap.json | 13 ++++++++----- package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 1cf2fafa..b4176dd6 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -9,7 +9,7 @@ "@actions/core": "^3.0.0", "@heroicons/react": "^2.2.0", "@minify-html/wasm": "^0.18.1", - "@node-core/rehype-shiki": "^1.4.0", + "@node-core/rehype-shiki": "^1.4.1", "@node-core/ui-components": "^1.6.0", "@orama/orama": "^3.1.18", "@orama/ui": "^1.5.4", @@ -975,9 +975,9 @@ } }, "node_modules/@node-core/rehype-shiki": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@node-core/rehype-shiki/-/rehype-shiki-1.4.0.tgz", - "integrity": "sha512-TzeIsLXHlpxCfyG8h75qSuindowKi+1p8rJ4f9cnDQY7i0g/HEqonj4esD7ZkFDb0GSZbRwLhnOqo5xwo18t5g==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@node-core/rehype-shiki/-/rehype-shiki-1.4.1.tgz", + "integrity": "sha512-Ku63bR4wOq6MuZPRSNwj5NcVEU1zmQ+YtXRmwjIMm/Fdp8sZQVAhzyVJLjeYXDKTeYLRPYhtWu8jEu2+G9tumg==", "dependencies": { "@shikijs/core": "^3.22.0", "@shikijs/engine-javascript": "^3.22.0", @@ -986,7 +986,11 @@ "classnames": "~2.5.1", "hast-util-to-string": "^3.0.1", "shiki": "~3.22.0", + "typescript": "5.9.3", "unist-util-visit": "^5.1.0" + }, + "engines": { + "node": ">=20" } }, "node_modules/@node-core/ui-components": { @@ -8344,7 +8348,6 @@ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "license": "Apache-2.0", - "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index e94e9cb0..6f914ac7 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@actions/core": "^3.0.0", "@heroicons/react": "^2.2.0", "@minify-html/wasm": "^0.18.1", - "@node-core/rehype-shiki": "^1.4.0", + "@node-core/rehype-shiki": "^1.4.1", "@node-core/ui-components": "^1.6.0", "@orama/orama": "^3.1.18", "@orama/ui": "^1.5.4",