diff options
Diffstat (limited to 'examples/blog/package.json')
-rw-r--r-- | examples/blog/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index f50b8448d..1440e72ed 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ }, "dependencies": { "@astrojs/mdx": "^4.3.0", - "@astrojs/rss": "^4.0.11", - "@astrojs/sitemap": "^3.4.0", - "astro": "^5.8.1", + "@astrojs/rss": "^4.0.12", + "@astrojs/sitemap": "^3.4.1", + "astro": "^5.8.2", "sharp": "^0.34.2" } } |