From 27ffb0914196a97b24cf7c0baa2b6b9676fe24a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 20:26:47 +0000 Subject: [PATCH] Bump starlight-image-zoom from 0.13.2 to 0.14.1 in /docs Bumps [starlight-image-zoom](https://github.com/HiDeoo/starlight-image-zoom/tree/HEAD/packages/starlight-image-zoom) from 0.13.2 to 0.14.1. - [Release notes](https://github.com/HiDeoo/starlight-image-zoom/releases) - [Changelog](https://github.com/HiDeoo/starlight-image-zoom/blob/main/packages/starlight-image-zoom/CHANGELOG.md) - [Commits](https://github.com/HiDeoo/starlight-image-zoom/commits/starlight-image-zoom@0.14.1/packages/starlight-image-zoom) --- updated-dependencies: - dependency-name: starlight-image-zoom dependency-version: 0.14.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/package-lock.json | 18 +++++++++--------- docs/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 730bd61..b5645ef 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -16,7 +16,7 @@ "astro": "^5.18.0", "astro-mermaid": "^1.3.1", "sharp": "^0.34.5", - "starlight-image-zoom": "^0.13.2", + "starlight-image-zoom": "^0.14.1", "starlight-kbd": "^0.3.0", "starlight-links-validator": "^0.19.2", "starlight-llms-txt": "^0.7.0", @@ -8348,21 +8348,21 @@ } }, "node_modules/starlight-image-zoom": { - "version": "0.13.2", - "resolved": "https://registry.npmjs.org/starlight-image-zoom/-/starlight-image-zoom-0.13.2.tgz", - "integrity": "sha512-fDJrx+UZXhkbhEeXKoRogTKAYtrYVJPw6wmSUI3nHUTA0vuRM6EI//2Z8bzv3Ecvz0pHKD1vAxtS01mLyessBA==", + "version": "0.14.1", + "resolved": "https://registry.npmjs.org/starlight-image-zoom/-/starlight-image-zoom-0.14.1.tgz", + "integrity": "sha512-HFY+/779bq65tiEgiQVk8XIH6HPP34PTxWDmdlIo9pwidLyJUUrSH030/1Iu/r+KjAD7W/jpPWjC8Nkn7+uPhw==", "license": "MIT", "dependencies": { - "mdast-util-mdx-jsx": "^3.1.3", + "mdast-util-mdx-jsx": "^3.2.0", "rehype-raw": "^7.0.0", - "unist-util-visit": "^5.0.0", - "unist-util-visit-parents": "^6.0.1" + "unist-util-visit": "^5.1.0", + "unist-util-visit-parents": "^6.0.2" }, "engines": { - "node": ">=18" + "node": ">=22.12.0" }, "peerDependencies": { - "@astrojs/starlight": ">=0.32.0" + "@astrojs/starlight": ">=0.38.0" } }, "node_modules/starlight-kbd": { diff --git a/docs/package.json b/docs/package.json index 2c5ab5a..b7e8868 100644 --- a/docs/package.json +++ b/docs/package.json @@ -19,7 +19,7 @@ "astro": "^5.18.0", "astro-mermaid": "^1.3.1", "sharp": "^0.34.5", - "starlight-image-zoom": "^0.13.2", + "starlight-image-zoom": "^0.14.1", "starlight-kbd": "^0.3.0", "starlight-links-validator": "^0.19.2", "starlight-llms-txt": "^0.7.0",