From 19e5ef72aa2a24005f85e144e6bdbe711e22eb75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 03:12:28 +0000 Subject: [PATCH] Bump @astrojs/rss from 3.0.0 to 4.0.1 Bumps [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) from 3.0.0 to 4.0.1. - [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.1/packages/astro-rss) --- updated-dependencies: - dependency-name: "@astrojs/rss" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3849d76..233fa9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/mdx": "^1.1.2", - "@astrojs/rss": "^3.0.0", + "@astrojs/rss": "^4.0.1", "@astrojs/sitemap": "^3.0.3", "astro": "^3.3.2" } @@ -100,9 +100,9 @@ } }, "node_modules/@astrojs/rss": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-3.0.0.tgz", - "integrity": "sha512-PMX8iqByk9gtOrusikten/oF5uHjOCZigL6RuXFBUu+xtdKQxXzfIohJ99V2haA4FJjVDyibDTGzXR81POBMxQ==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.1.tgz", + "integrity": "sha512-fzXWsrAp17atO02OZJETM8e8McRz+dNWzMeO7ENb6xgod2nWj5mH/auPBFs1a9FzMUi1nOQmzSPHO1hxZZpkwQ==", "dependencies": { "fast-xml-parser": "^4.2.7", "kleur": "^4.1.5" diff --git a/package.json b/package.json index 73479a7..c5a6d3f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/mdx": "^1.1.2", - "@astrojs/rss": "^3.0.0", + "@astrojs/rss": "^4.0.1", "@astrojs/sitemap": "^3.0.3", "astro": "^3.3.2" }