diff --git a/package-lock.json b/package-lock.json index 450489c..608aff7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/mdx": "4.3.0", "@astrojs/rss": "4.0.12", "@astrojs/sitemap": "3.4.1", - "astro": "5.9.2", + "astro": "5.10.0", "typescript": "5.8.3" } }, @@ -1898,9 +1898,9 @@ } }, "node_modules/astro": { - "version": "5.9.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.9.2.tgz", - "integrity": "sha512-K/zZlQOWMpamfLDOls5jvG7lrsjH1gkk3ESRZyZDCkVBtKHMF4LbjwCicm/iBb3mX3V/PerqRYzLbOy3/4JLCQ==", + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.10.0.tgz", + "integrity": "sha512-g/t54kVzQnFVijs+GbbbX/NBAFTl/3yNAEA/AQYq4FumLLVv7n4BIF+jKhcPGn9iFGyT1Cjvr7KB/qYyNvHEIg==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", diff --git a/package.json b/package.json index 1e3e6f4..72c7a65 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@astrojs/mdx": "4.3.0", "@astrojs/rss": "4.0.12", "@astrojs/sitemap": "3.4.1", - "astro": "5.9.2", + "astro": "5.10.0", "typescript": "5.8.3" } }