diff --git a/package-lock.json b/package-lock.json index 5506bd7..33293ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/rss": "^4.0.18", "@astrojs/sitemap": "^3.7.2", "@fontsource-variable/source-serif-4": "^5.2.9", - "astro": "^6.1.9" + "astro": "^6.1.10" }, "engines": { "node": ">=22.12.0" @@ -1699,9 +1699,9 @@ } }, "node_modules/astro": { - "version": "6.1.9", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.9.tgz", - "integrity": "sha512-NsAHzMzpznB281g2aM5qnBt2QjfH6ttKiZ3hSZw52If8JJ+62kbnBKbyKhR2glQcJLl7Jfe4GSl0DihFZ36rRQ==", + "version": "6.1.10", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.10.tgz", + "integrity": "sha512-jQAIki6c862oxRr7OXXC+h3n4wg1EpmKgCH3vv1FtXM9VFmD2iTjlaxrfb0I6eQCwtUjSBxfJBFBDSXHu7Wing==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^3.0.1", diff --git a/package.json b/package.json index 3a74180..0abcbd3 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,6 @@ "@astrojs/rss": "^4.0.18", "@astrojs/sitemap": "^3.7.2", "@fontsource-variable/source-serif-4": "^5.2.9", - "astro": "^6.1.9" + "astro": "^6.1.10" } }