Update dependency astro to v7.3.1

This commit is contained in:
renovate[bot]
2026-09-03 22:46:39 +00:00
committed by GitHub
parent 721e02b865
commit a28114705c
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -10,7 +10,7 @@
"devDependencies": {
"@astrojs/check": "0.9.10",
"@astrojs/starlight": "0.41.10",
"astro": "7.2.10",
"astro": "7.3.1",
"sharp": "0.35.4",
"typescript": "6.0.3"
}
@@ -3033,9 +3033,9 @@
}
},
"node_modules/astro": {
"version": "7.2.10",
"resolved": "https://registry.npmjs.org/astro/-/astro-7.2.10.tgz",
"integrity": "sha512-uPtD+nK6kQXugyq4kiMPwj9OI3Sae6HSerA5X+fuv2CPaDwxmokFPPFlGRKIAXH0QAKu+zot2q6yrLG61wFmqg==",
"version": "7.3.1",
"resolved": "https://registry.npmjs.org/astro/-/astro-7.3.1.tgz",
"integrity": "sha512-A/bJYHtc6n0UAdROY9W948fW6lX0pnUA+JWKW+IGCXRyDIGN2MsXC0OlS8onZGJjr+sv8htemwOc9W5PBRXCkw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -3091,7 +3091,7 @@
"vitefu": "^1.1.2",
"xxhash-wasm": "^1.1.0",
"yargs-parser": "^22.0.0",
"zod": "^4.3.6"
"zod": "^4.5.4"
},
"bin": {
"astro": "bin/astro.mjs"
@@ -8631,9 +8631,9 @@
}
},
"node_modules/zod": {
"version": "4.3.6",
"resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz",
"integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==",
"version": "4.5.4",
"resolved": "https://registry.npmjs.org/zod/-/zod-4.5.4.tgz",
"integrity": "sha512-sC95tT5iHHH9gtpj6A81kh+NEaRAUFN+qlUPDUbRfOMvNf5QCBqsb3WgvnpVtK5Y+4UfA6KqufotuTvMGiTlsA==",
"dev": true,
"license": "MIT",
"funding": {
+1 -1
View File
@@ -16,7 +16,7 @@
"devDependencies": {
"@astrojs/check": "0.9.10",
"@astrojs/starlight": "0.41.10",
"astro": "7.2.10",
"astro": "7.3.1",
"sharp": "0.35.4",
"typescript": "6.0.3"
}