diff --git a/docs-site/package-lock.json b/docs-site/package-lock.json index b60f990c..71c2e9ec 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.39.3", "astro": "6.4.5", - "starlight-page-actions": "0.6.0", + "starlight-page-actions": "0.6.1", "typescript": "6.0.3" } }, @@ -6253,12 +6253,12 @@ } }, "node_modules/starlight-page-actions": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/starlight-page-actions/-/starlight-page-actions-0.6.0.tgz", - "integrity": "sha512-CBVFLaG2Dc9Q2CgF5tO8oobYgddGuY87ytLFu7rpdWeJNpx50eGMGPruIPQIeRLd28ZV9VDt0pPRKpP4ssYVZg==", + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/starlight-page-actions/-/starlight-page-actions-0.6.1.tgz", + "integrity": "sha512-OFqHR1J2ZbVaZ+useCatJJemN5j/Q2aBNeDMZ3cd55aQ9c2liQ79Jcl31I5TL7aAPNAt9LyUJjuNq40L6uxn5g==", "license": "MIT", "dependencies": { - "vite-plugin-static-copy": "4.1.0", + "vite-plugin-static-copy": "4.1.1", "vite-plugin-virtual": "0.5.0" }, "engines": { @@ -6905,15 +6905,15 @@ } }, "node_modules/vite-plugin-static-copy": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-4.1.0.tgz", - "integrity": "sha512-9XOarNV7LgP0KBB7AApxdgFikLXx3daZdqjC3AevYsL6MrUH62zphonLUs2a6LZc1HN1GY+vQdheZ8VVJb6dQQ==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/vite-plugin-static-copy/-/vite-plugin-static-copy-4.1.1.tgz", + "integrity": "sha512-GrlA8YklrAfSyxJ4M3fdQLOo9oNkp56IM9FYgX/WtEgeIFkPwhu4wzpufBCIuNKCa6Fn77FkRdYxkHqV0FwjAw==", "license": "MIT", "dependencies": { "chokidar": "^3.6.0", "p-map": "^7.0.4", "picocolors": "^1.1.1", - "tinyglobby": "^0.2.15" + "tinyglobby": "^0.2.17" }, "engines": { "node": "^22.0.0 || >=24.0.0" diff --git a/docs-site/package.json b/docs-site/package.json index 5da28eb6..aca9d591 100644 --- a/docs-site/package.json +++ b/docs-site/package.json @@ -11,7 +11,7 @@ "@astrojs/check": "0.9.9", "@astrojs/starlight": "0.39.3", "astro": "6.4.5", - "starlight-page-actions": "0.6.0", + "starlight-page-actions": "0.6.1", "typescript": "6.0.3" }, "overrides": {