diff options
Diffstat (limited to 'examples/blog/package.json')
-rw-r--r-- | examples/blog/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index 8702b5dc3..be054f12e 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@astrojs/mdx": "^2.1.1", - "@astrojs/rss": "^4.0.4", + "@astrojs/rss": "^4.0.5", "@astrojs/sitemap": "^3.0.5", - "astro": "^4.3.2" + "astro": "^4.3.3" } } |