diff --git a/docs-site/package-lock.json b/docs-site/package-lock.json index 2c2f06a1..fb4bb16f 100644 --- a/docs-site/package-lock.json +++ b/docs-site/package-lock.json @@ -8,7 +8,7 @@ "@astrojs/check": "0.9.9", "@astrojs/starlight": "0.40.0", "astro": "6.4.8", - "starlight-page-actions": "0.6.1", + "starlight-page-actions": "0.6.2", "typescript": "6.0.3" } }, @@ -6228,9 +6228,9 @@ } }, "node_modules/starlight-page-actions": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/starlight-page-actions/-/starlight-page-actions-0.6.1.tgz", - "integrity": "sha512-OFqHR1J2ZbVaZ+useCatJJemN5j/Q2aBNeDMZ3cd55aQ9c2liQ79Jcl31I5TL7aAPNAt9LyUJjuNq40L6uxn5g==", + "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==", "license": "MIT", "dependencies": { "vite-plugin-static-copy": "4.1.1", @@ -6240,7 +6240,7 @@ "node": "^22.0.0 || >=24.0.0" }, "funding": { - "url": "https://ko-fi.com/dlcastillop/tiers" + "url": "https://ko-fi.com/dlcastillop" }, "peerDependencies": { "@astrojs/starlight": ">=0.36.0", diff --git a/docs-site/package.json b/docs-site/package.json index 796804c8..1f15ead8 100644 --- a/docs-site/package.json +++ b/docs-site/package.json @@ -11,7 +11,7 @@ "@astrojs/check": "0.9.9", "@astrojs/starlight": "0.40.0", "astro": "6.4.8", - "starlight-page-actions": "0.6.1", + "starlight-page-actions": "0.6.2", "typescript": "6.0.3" }, "overrides": {