diff --git a/package.json b/package.json index 4a2ba40..cfb9b9c 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@astrojs/image": "^0.12.1", "@astrojs/mdx": "^0.13.0", "@astrojs/partytown": "^1.0.1", - "@astrojs/rss": "^1.2.1", + "@astrojs/rss": "^2.4.2", "@astrojs/sitemap": "^1.0.0", "@astrolib/analytics": "^0.2.4", "@astrolib/seo": "^0.2.1", diff --git a/yarn.lock b/yarn.lock index cb2ed44..ce637f5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -144,12 +144,13 @@ dependencies: prismjs "^1.28.0" -"@astrojs/rss@^1.2.1": - version "1.2.1" - resolved "https://registry.yarnpkg.com/@astrojs/rss/-/rss-1.2.1.tgz#e53b7b5e9403c6e026f607e4c4b5f14baf5d645a" - integrity sha512-ZgCunS6ECuPpxBznBYE+ONf23rcp+OWZ5IyDKFAcVZCWEq8Bh0rVYa9p8u6cU9WOTK56JRQTuwcVZYndmExNtw== +"@astrojs/rss@^2.4.2": + version "2.4.2" + resolved "https://registry.yarnpkg.com/@astrojs/rss/-/rss-2.4.2.tgz#64639a6188c3c78a234a2ac2c4831c47e7660064" + integrity sha512-euhFRVi0Oybn/uuY/RGoZRVQWC1p6qaO9YH58BScQQ51LysZ0cyR5EYsqmFoGI0/1BDNeclzF3BhpdLyAkVBNw== dependencies: fast-xml-parser "^4.0.8" + kleur "^4.1.5" "@astrojs/sitemap@^1.0.0": version "1.0.0"