diff --git a/package-lock.json b/package-lock.json index 714ca43..b70b9bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@astrojs/mdx": "^3.1.9", "@astrojs/rss": "^4.0.10", "@astrojs/sitemap": "^3.2.1", - "astro": "^4.16.16", + "astro": "^4.16.17", "astro-auto-import": "^0.4.4", "typescript": "^5.7.2" } @@ -1977,10 +1977,9 @@ } }, "node_modules/astro": { - "version": "4.16.16", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.16.tgz", - "integrity": "sha512-H1CttrV6+JFrDBQx0Mcbq5i5AeLhCbztB786+9wEu3svWL/QPNeCGqF0dgNORAYmP+rODGCPu/y9qKSh87iLuA==", - "license": "MIT", + "version": "4.16.17", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.17.tgz", + "integrity": "sha512-OuD+BP7U6OqQLKtZ/FJkU2S+TOlifxS/OKUbZOb5p6y+LLBa1J3zHRJrIl7DUSq6eXY+9wSWwbJpD9JS+lqhxA==", "dependencies": { "@astrojs/compiler": "^2.10.3", "@astrojs/internal-helpers": "0.4.1", diff --git a/package.json b/package.json index 22dc274..7143126 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@astrojs/mdx": "^3.1.9", "@astrojs/rss": "^4.0.10", "@astrojs/sitemap": "^3.2.1", - "astro": "^4.16.16", + "astro": "^4.16.17", "astro-auto-import": "^0.4.4", "typescript": "^5.7.2" }