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 abf81e7de..a240e5fbf 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^3.1.1", - "@astrojs/rss": "^4.0.6", + "@astrojs/mdx": "^3.1.2", + "@astrojs/rss": "^4.0.7", "@astrojs/sitemap": "^3.1.6", - "astro": "^4.11.0" + "astro": "^4.11.1" } } |