diff --git a/package-lock.json b/package-lock.json index 5c4e53e..3226ac3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "astro-scaffold", "version": "0.0.1", "dependencies": { - "astro": "^6.1.9" + "astro": "^6.1.10" }, "engines": { "node": ">=22.12.0" @@ -1629,9 +1629,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 673d665..67be6a7 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^6.1.9" + "astro": "^6.1.10" } } \ No newline at end of file