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",