From ead1325c6dc599126782cb47e77312ff699bd98c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 20:13:12 +0000 Subject: [PATCH] fix(deps): update dependency astro to v7.0.5 --- docs-site/package-lock.json | 11 ++++------- docs-site/package.json | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/docs-site/package-lock.json b/docs-site/package-lock.json index 01d5d00c..b888bdea 100644 --- a/docs-site/package-lock.json +++ b/docs-site/package-lock.json @@ -7,7 +7,7 @@ "dependencies": { "@astrojs/check": "0.9.9", "@astrojs/starlight": "0.41.2", - "astro": "7.0.4", + "astro": "7.0.5", "starlight-page-actions": "0.6.2", "typescript": "6.0.3" } @@ -3085,9 +3085,9 @@ } }, "node_modules/astro": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/astro/-/astro-7.0.4.tgz", - "integrity": "sha512-6DSiJ4CT69vngNlwEKec7nGOJHcPzc95lX7E6qkUhAt6drGYzUdf0KTJToswu3vFp3lTCGnNDCzBi/5aW8tTPA==", + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/astro/-/astro-7.0.5.tgz", + "integrity": "sha512-KR/zBBgU6I+F5vDoTsuTbXbBmI565CToDOgPr0pPiL2Hgrvx4CV8Cg2wtT6VqqyOS7BIfBkdagKD+40SojGl7w==", "license": "MIT", "dependencies": { "@astrojs/compiler-rs": "^0.3.0", @@ -3128,7 +3128,6 @@ "package-manager-detector": "^1.6.0", "piccolore": "^0.1.3", "picomatch": "^4.0.4", - "rehype": "^13.0.2", "semver": "^7.7.4", "shiki": "^4.0.2", "smol-toml": "^1.6.0", @@ -3138,9 +3137,7 @@ "tinyglobby": "^0.2.15", "ultrahtml": "^1.6.0", "unifont": "~0.7.4", - "unist-util-visit": "^5.1.0", "unstorage": "^1.17.5", - "vfile": "^6.0.3", "vite": "^8.0.13", "vitefu": "^1.1.2", "xxhash-wasm": "^1.1.0", diff --git a/docs-site/package.json b/docs-site/package.json index e65a1755..541c1e75 100644 --- a/docs-site/package.json +++ b/docs-site/package.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/check": "0.9.9", "@astrojs/starlight": "0.41.2", - "astro": "7.0.4", + "astro": "7.0.5", "starlight-page-actions": "0.6.2", "typescript": "6.0.3" },