From 4cdecca50abebe20d0dfb632661694aa4bd8566d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 03:17:54 +0000 Subject: [PATCH] build(deps-dev): bump starlight-image-zoom from 0.12.0 to 0.13.0 Bumps [starlight-image-zoom](https://github.com/HiDeoo/starlight-image-zoom/tree/HEAD/packages/starlight-image-zoom) from 0.12.0 to 0.13.0. - [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.13.0/packages/starlight-image-zoom) --- updated-dependencies: - dependency-name: starlight-image-zoom dependency-version: 0.13.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fce54c02..685e558b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "react-dom": "^18.2.0", "react-final-form": "^7.0.0", "sass": "^1.89.2", - "starlight-image-zoom": "^0.12.0", + "starlight-image-zoom": "^0.13.0", "starlight-links-validator": "^0.17.0", "starlight-llms-txt": "0.5.1", "tsx": "^4.20.3", @@ -13696,10 +13696,11 @@ "license": "MIT" }, "node_modules/starlight-image-zoom": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/starlight-image-zoom/-/starlight-image-zoom-0.12.0.tgz", - "integrity": "sha512-Zt9DuqXEw4JBBRc67wL9EP7DE9cSa+o2nyjQU6Xq+gRp388Wcu9C9FPROLuaYXbxpE93bbj5oyrhhMaiEWOZzg==", + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/starlight-image-zoom/-/starlight-image-zoom-0.13.0.tgz", + "integrity": "sha512-7K/7gshnKooYd4ePy5vtyv1jFoFVNUb8IoXWDcnY69+nxvmLATNrmOzD2M4TJ/aKynPSBSM6j9ia4s/PPy/JGA==", "dev": true, + "license": "MIT", "dependencies": { "mdast-util-mdx-jsx": "^3.1.3", "rehype-raw": "^7.0.0", diff --git a/package.json b/package.json index 734e9fae..ddd8a7c3 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "react-dom": "^18.2.0", "react-final-form": "^7.0.0", "sass": "^1.89.2", - "starlight-image-zoom": "^0.12.0", + "starlight-image-zoom": "^0.13.0", "starlight-links-validator": "^0.17.0", "starlight-llms-txt": "0.5.1", "tsx": "^4.20.3",