diff --git a/package-lock.json b/package-lock.json index 0a2a14d..8612b05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.1.1", "dependencies": { "@astrojs/react": "^4.4.2", - "astro": "^6.3.3", + "astro": "^6.3.5", "react": "^19.2.0", "react-dom": "^19.2.6" }, @@ -3251,9 +3251,9 @@ } }, "node_modules/astro": { - "version": "6.3.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.3.3.tgz", - "integrity": "sha512-wvLIZQYbBZt6U8gyflBW4SLBypaqdwLZUH93rT3oT53cmQ0bTGubvMAGjqBRoheOYzYcTJZtW6czztzbu4kQ5g==", + "version": "6.3.5", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.3.5.tgz", + "integrity": "sha512-gU+4KedkbTuVgz7YoVAN+9Ftnq0GaYwejxK2NbqDzB0M9dWd0f3kXZBuaM9hzbchRFoRAJfJjFtdX9LK6Ir7ZA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^4.0.0", diff --git a/package.json b/package.json index ae680a4..cb75cdc 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@astrojs/react": "^4.4.2", - "astro": "^6.3.3", + "astro": "^6.3.5", "react": "^19.2.0", "react-dom": "^19.2.6" },