From 6705e4ae77693855b56d198ea64b88feb7a7ce4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 02:22:28 +0000 Subject: [PATCH] Bump @astrojs/rss from 4.0.5 to 4.0.7 Bumps [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) from 4.0.5 to 4.0.7. - [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@4.0.7/packages/astro-rss) --- updated-dependencies: - dependency-name: "@astrojs/rss" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ba5046..0767b94 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/mdx": "2.3.1", - "@astrojs/rss": "4.0.5", + "@astrojs/rss": "4.0.7", "@astrojs/sitemap": "3.1.4", "@astrojs/tailwind": "5.1.0", "@astrojs/vercel": "^7.5.4",