From 658ac872700d85d126b9c816d651777da415e12a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 16:16:23 +0000 Subject: [PATCH] Bump @astrojs/rss from 4.0.1 to 4.0.4 (#892) Bumps [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) from 4.0.1 to 4.0.4. - [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.4/packages/astro-rss) --- updated-dependencies: - dependency-name: "@astrojs/rss" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 ef5e1ad0..65acd7ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@astrojs/check": "^0.3.2", "@astrojs/react": "^3.0.7", - "@astrojs/rss": "^4.0.1", + "@astrojs/rss": "^4.0.4", "@astrojs/sitemap": "^3.0.3", "@coingecko/cryptoformat": "^0.8.0", "@nanostores/persistent": "^0.9.1", @@ -242,9 +242,9 @@ } }, "node_modules/@astrojs/rss": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.1.tgz", - "integrity": "sha512-fzXWsrAp17atO02OZJETM8e8McRz+dNWzMeO7ENb6xgod2nWj5mH/auPBFs1a9FzMUi1nOQmzSPHO1hxZZpkwQ==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.4.tgz", + "integrity": "sha512-VmHmRoC62j9iR0ez2Qumpn4LTQ9/4txOmGwGBmCSI+PzSFJI5M/qdao656oT9Logjh7CDwcPrCGQEEEi3HF75A==", "dependencies": { "fast-xml-parser": "^4.2.7", "kleur": "^4.1.5" diff --git a/package.json b/package.json index 0c49c756..6f707b71 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "dependencies": { "@astrojs/check": "^0.3.2", "@astrojs/react": "^3.0.7", - "@astrojs/rss": "^4.0.1", + "@astrojs/rss": "^4.0.4", "@astrojs/sitemap": "^3.0.3", "@coingecko/cryptoformat": "^0.8.0", "@nanostores/persistent": "^0.9.1",