diff options
Diffstat (limited to 'examples/blog')
-rw-r--r-- | examples/blog/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index 96344bcd7..5413f4b39 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/mdx": "^4.0.0-beta.2", - "@astrojs/rss": "^4.0.7", + "@astrojs/rss": "^4.0.8", "@astrojs/sitemap": "^3.2.0", "astro": "^5.0.0-beta.4" } |