update zod dep for CVE

This commit is contained in:
Ethan Holz
2023-10-25 11:55:08 -05:00
parent b9035f352a
commit 623d9db1b2
2 changed files with 54 additions and 49 deletions

View File

@@ -13,5 +13,13 @@
"@astrojs/starlight": "^0.11.1",
"astro": "^3.2.3",
"sharp": "^0.32.5"
},
"overrides": {
"astro": {
"zod": "^3.22.3"
},
"@astrojs/starlight": {
"zod": "^3.22.3"
}
}
}