From 33a86d06dd9853d8cd127162659dd21268c03b43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 12:11:12 +0000 Subject: [PATCH] Bump @astrojs/rss from 1.2.1 to 2.4.0 Bumps [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) from 1.2.1 to 2.4.0. - [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/vercel@2.4.0/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..c089bc1 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.0", "@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..6caaea1 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.0": + version "2.4.0" + resolved "https://registry.yarnpkg.com/@astrojs/rss/-/rss-2.4.0.tgz#6ac6d006cbdc730f9096a900f24008750b6fb23b" + integrity sha512-cbSgrNUCmwfzXTEqfK/6vk+Ut5auHnIpv6Z5e5JaiDPUX7vcn3175nFBj68ujcb5HGY0rQ9ohGY4a4VX3ScmDg== dependencies: fast-xml-parser "^4.0.8" + kleur "^4.1.5" "@astrojs/sitemap@^1.0.0": version "1.0.0"