Update dependency astro to v7.2.9

This commit is contained in:
renovate[bot]
2026-08-28 16:25:01 +00:00
committed by GitHub
parent a9bf28b7c6
commit ddc722ed16
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -10,7 +10,7 @@
"devDependencies": { "devDependencies": {
"@astrojs/check": "0.9.10", "@astrojs/check": "0.9.10",
"@astrojs/starlight": "0.41.10", "@astrojs/starlight": "0.41.10",
"astro": "7.2.8", "astro": "7.2.9",
"sharp": "0.35.4", "sharp": "0.35.4",
"typescript": "6.0.3" "typescript": "6.0.3"
} }
@@ -3033,9 +3033,9 @@
} }
}, },
"node_modules/astro": { "node_modules/astro": {
"version": "7.2.8", "version": "7.2.9",
"resolved": "https://registry.npmjs.org/astro/-/astro-7.2.8.tgz", "resolved": "https://registry.npmjs.org/astro/-/astro-7.2.9.tgz",
"integrity": "sha512-19nfgzl1IHNYzIfamUIr4dYSQcovWfMO5JGlN7Ahlg6Q6R+nzSPWAh+VO/mSg0hhcea35JHY0wL5ADZUi0WiYQ==", "integrity": "sha512-o5nZFo/bieF6rp4x9sQSLhI7GO7Bahpld38Y4LvX27nFoxNiuttjI+Hea81w5ksORLHgdPUlQpU9obPz5QRa8g==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
+1 -1
View File
@@ -16,7 +16,7 @@
"devDependencies": { "devDependencies": {
"@astrojs/check": "0.9.10", "@astrojs/check": "0.9.10",
"@astrojs/starlight": "0.41.10", "@astrojs/starlight": "0.41.10",
"astro": "7.2.8", "astro": "7.2.9",
"sharp": "0.35.4", "sharp": "0.35.4",
"typescript": "6.0.3" "typescript": "6.0.3"
} }