diff --git a/package-lock.json b/package-lock.json index e6ce052..9eccf9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/sitemap": "^3.5.1", "@astrojs/tailwind": "^5.1.5", - "astro": "^5.13.4", + "astro": "^5.13.5", "sass": "^1.92.1", "tailwindcss": "^3.4.17" }, @@ -2026,9 +2026,9 @@ } }, "node_modules/astro": { - "version": "5.13.4", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.13.4.tgz", - "integrity": "sha512-Mgq5GYy3EHtastGXqdnh1UPuN++8NmJSluAspA5hu33O7YRs/em/L03cUfRXtc60l5yx5BfYJsjF2MFMlcWlzw==", + "version": "5.13.5", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.13.5.tgz", + "integrity": "sha512-XmBzkl13XU97+n/QiOM5uXQdAVe0yKt5gO+Wlgc8dHRwHR499qhMQ5sMFckLJweUINLzcNGjP3F5nG4wV8a2XA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", diff --git a/package.json b/package.json index 7efbce1..0d6226a 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/sitemap": "^3.5.1", "@astrojs/tailwind": "^5.1.5", - "astro": "^5.13.4", + "astro": "^5.13.5", "sass": "^1.92.1", "tailwindcss": "^3.4.17" },