From 2ae5c255eb97fe5f1e0d3d2645894bc46e4d45e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 12:04:56 +0000 Subject: [PATCH] Bump @astrojs/rss from 1.2.1 to 2.4.2 Bumps [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) from 1.2.1 to 2.4.2. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro-rss/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/rss@2.4.2/packages/astro-rss) --- updated-dependencies: - dependency-name: "@astrojs/rss" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) 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"