diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json index 5bcaeec..e596222 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,9 @@ "@astrojs/markdown-remark": "^6.3.2", "@astrojs/rss": "4.0.12", "@astrojs/sitemap": "3.4.1", + "@t3-oss/env-core": "^0.13.8", "@types/mdast": "^4.0.4", - "astro": "5.9.3", + "astro": "5.10.1", "openpgp": "^6.1.1", "reading-time": "^1.5.0", "rehype-external-links": "^3.0.0", @@ -22,7 +23,8 @@ "unified": "^11.0.5", "unist-util-visit": "^5.0.0", "vfile": "^6.0.3", - "yaqrcode": "^0.2.1" + "yaqrcode": "^0.2.1", + "zod": "^3.25.67" }, "devDependencies": { "@openpgp/web-stream-tools": "^0.1.3" |