Update dependency astro to ^5.8.1
All checks were successful
CI / test (pull_request) Successful in 17s

This commit is contained in:
Renovate Bot 2025-05-30 00:00:57 +00:00
parent 9b937e2736
commit b2fcd6f0ec
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -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",

View File

@ -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",