diff --git a/website/package-lock.json b/website/package-lock.json index 79c6534231a..83ad5962abe 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -14,7 +14,7 @@ "@astrojs/starlight-tailwind": "3.0.0", "@astrojs/tailwind": "5.1.5", "@playform/compress": "0.1.9", - "astro": "5.6.1", + "astro": "5.6.2", "astro-better-image-service": "2.1.5", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0", @@ -2820,9 +2820,9 @@ } }, "node_modules/astro": { - "version": "5.6.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.6.1.tgz", - "integrity": "sha512-aQ2TV7wIf+q2Oi6gGWMINHWEAZqoP0eH6/mihodfTJYATPWyd03JIGVfjtYUJlkNdNSKxDXwEe/r/Zx4CZ1FPg==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.6.2.tgz", + "integrity": "sha512-Ds4x3Au2s+YfBKLXY2HCHird+73ff4wTds+cuAGqaHmY4GR+Gc+sCAP54Mq6blkpuFqXwqjPUAcmxvAwovJPGQ==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.11.0", @@ -2874,7 +2874,7 @@ "unist-util-visit": "^5.0.0", "unstorage": "^1.15.0", "vfile": "^6.0.3", - "vite": "^6.2.4", + "vite": "^6.2.6", "vitefu": "^1.0.6", "xxhash-wasm": "^1.1.0", "yargs-parser": "^21.1.1", diff --git a/website/package.json b/website/package.json index f5fa1f2059c..2029a28813e 100644 --- a/website/package.json +++ b/website/package.json @@ -23,7 +23,7 @@ "@astrojs/starlight-tailwind": "3.0.0", "@astrojs/tailwind": "5.1.5", "@playform/compress": "0.1.9", - "astro": "5.6.1", + "astro": "5.6.2", "astro-better-image-service": "2.1.5", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0",