From bea45fba51dae671e480bc38188ee19058bebf52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 17:40:05 +0000 Subject: [PATCH] fix(deps): update dependency starlight-page-actions to v0.7.0 --- docs-site/package-lock.json | 18 ++++++++++++++---- docs-site/package.json | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/docs-site/package-lock.json b/docs-site/package-lock.json index e897725f..826ddf6b 100644 --- a/docs-site/package-lock.json +++ b/docs-site/package-lock.json @@ -7,7 +7,7 @@ "dependencies": { "@astrojs/starlight": "0.41.3", "astro": "7.0.8", - "starlight-page-actions": "0.6.2" + "starlight-page-actions": "0.7.0" }, "devDependencies": { "@astrojs/check": "0.9.9", @@ -7312,11 +7312,12 @@ } }, "node_modules/starlight-page-actions": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/starlight-page-actions/-/starlight-page-actions-0.6.2.tgz", - "integrity": "sha512-Mr4ZpvxTAbofvW8L08inl0wdeHrjGP+Kujro7TfTMYvw1prrWBhIGQJe/ykAK16zwG1eeCl+vzYieGcwH7tILg==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/starlight-page-actions/-/starlight-page-actions-0.7.0.tgz", + "integrity": "sha512-zZFtBB1x5KKfgh/P0iki0JJleaAu2I0isnqze1B2ThPMlhUrZEmMyHouq7Altff6mmiSSQRvAhHGK7kP5xwLdQ==", "license": "MIT", "dependencies": { + "tidymd": "0.1.0", "vite-plugin-static-copy": "4.1.1", "vite-plugin-virtual": "0.5.0" }, @@ -7506,6 +7507,15 @@ "url": "https://opencollective.com/svgo" } }, + "node_modules/tidymd": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/tidymd/-/tidymd-0.1.0.tgz", + "integrity": "sha512-zgwjLyj5KvZSNtoAFZgq7AVXuztNamC69/NNPjd4LJ/DnF3l4kCCgj9u82TO+LbZ7F+lOo8Vc+FPMfBFG4nz+Q==", + "license": "MIT", + "funding": { + "url": "https://ko-fi.com/dlcastillop" + } + }, "node_modules/tiny-inflate": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/tiny-inflate/-/tiny-inflate-1.0.3.tgz", diff --git a/docs-site/package.json b/docs-site/package.json index f61663d2..8270f8f8 100644 --- a/docs-site/package.json +++ b/docs-site/package.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/starlight": "0.41.3", "astro": "7.0.8", - "starlight-page-actions": "0.6.2" + "starlight-page-actions": "0.7.0" }, "devDependencies": { "@astrojs/check": "0.9.9",