From 58c93fbb1bef8b74053b475d006ce82e08ce34f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 May 2023 06:32:25 +0000 Subject: [PATCH] build(deps): bump @astrojs/rss from 2.3.2 to 2.4.2 Bumps [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) from 2.3.2 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 362bd9d..d6218cc 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "tailwindcss": "^3.3.1" }, "dependencies": { - "@astrojs/rss": "^2.3.2", + "@astrojs/rss": "^2.4.2", "@astrojs/sitemap": "^1.2.2", "autoprefixer": "^10.4.14", "dayjs": "^1.11.7", diff --git a/yarn.lock b/yarn.lock index c88f090..2ee922e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -63,10 +63,10 @@ dependencies: prismjs "^1.28.0" -"@astrojs/rss@^2.3.2": - version "2.3.2" - resolved "https://registry.yarnpkg.com/@astrojs/rss/-/rss-2.3.2.tgz#229e59a54fc17aa7189a904f0efa5a778e22a2dd" - integrity sha512-R/nKOY7O48RQhD8d2i7yJBMS4sTHEHp17zFQIlrGfGXBHYKOOdyeF36UyjECSN3oglKwpi+vdGzQW/UGwJcNHg== +"@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"