From b2fcd6f0ecaadb55df5acbc21bf4b834488846f8 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 30 May 2025 00:00:57 +0000 Subject: [PATCH] Update dependency astro to ^5.8.1 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 738e267..c417294 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/check": "^0.9.4", "@astrojs/rss": "^4.0.11", "@astrojs/sitemap": "^3.4.0", - "astro": "^5.8.0", + "astro": "^5.8.1", "autoprefixer": "^10.4.21", "cssnano": "^7.0.7", "cssnano-preset-advanced": "^7.0.7", @@ -2121,9 +2121,9 @@ } }, "node_modules/astro": { - "version": "5.8.0", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.8.0.tgz", - "integrity": "sha512-G57ELkdIntDiSrucA5lQaRtBOjquaZ9b9NIwoz2f471ZuuJcynLjWgItgBzlrz5UMY4WqnFbVWUCKlJb7nt9bA==", + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.8.1.tgz", + "integrity": "sha512-lkBg1smMRFW+FQ6i92SgEN53o4+ItRjlRt6Ck+rEjmTcb57Bid7faTNKUQNYuNnxiesTWw3NJDyVPQPbfKDyfw==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.11.0", diff --git a/package.json b/package.json index 4000c6f..c1b4117 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@astrojs/check": "^0.9.4", "@astrojs/rss": "^4.0.11", "@astrojs/sitemap": "^3.4.0", - "astro": "^5.8.0", + "astro": "^5.8.1", "autoprefixer": "^10.4.21", "cssnano": "^7.0.7", "cssnano-preset-advanced": "^7.0.7",