Merge pull request #88 from jwetzell/renovate/astro-monorepo

Update dependency astro to v7.3.1
This commit is contained in:
Joel Wetzell
2026-09-05 08:42:40 -05:00
committed by GitHub
2 changed files with 9 additions and 9 deletions
+8 -8
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.10", "astro": "7.3.1",
"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.10", "version": "7.3.1",
"resolved": "https://registry.npmjs.org/astro/-/astro-7.2.10.tgz", "resolved": "https://registry.npmjs.org/astro/-/astro-7.3.1.tgz",
"integrity": "sha512-uPtD+nK6kQXugyq4kiMPwj9OI3Sae6HSerA5X+fuv2CPaDwxmokFPPFlGRKIAXH0QAKu+zot2q6yrLG61wFmqg==", "integrity": "sha512-A/bJYHtc6n0UAdROY9W948fW6lX0pnUA+JWKW+IGCXRyDIGN2MsXC0OlS8onZGJjr+sv8htemwOc9W5PBRXCkw==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@@ -3091,7 +3091,7 @@
"vitefu": "^1.1.2", "vitefu": "^1.1.2",
"xxhash-wasm": "^1.1.0", "xxhash-wasm": "^1.1.0",
"yargs-parser": "^22.0.0", "yargs-parser": "^22.0.0",
"zod": "^4.3.6" "zod": "^4.5.4"
}, },
"bin": { "bin": {
"astro": "bin/astro.mjs" "astro": "bin/astro.mjs"
@@ -8631,9 +8631,9 @@
} }
}, },
"node_modules/zod": { "node_modules/zod": {
"version": "4.3.6", "version": "4.5.4",
"resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz", "resolved": "https://registry.npmjs.org/zod/-/zod-4.5.4.tgz",
"integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==", "integrity": "sha512-sC95tT5iHHH9gtpj6A81kh+NEaRAUFN+qlUPDUbRfOMvNf5QCBqsb3WgvnpVtK5Y+4UfA6KqufotuTvMGiTlsA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"funding": { "funding": {
+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.10", "astro": "7.3.1",
"sharp": "0.35.4", "sharp": "0.35.4",
"typescript": "6.0.3" "typescript": "6.0.3"
} }