From a3759c9e82852b2c148fff212e7b6a30c90e1601 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 14:17:43 +0000 Subject: [PATCH] Bump @astrojs/rss from 4.0.4 to 4.0.5 (#896) Bumps [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) from 4.0.4 to 4.0.5. - [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.5/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 eef4d3f9..928e6d0d 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.4", + "@astrojs/rss": "^4.0.5", "@astrojs/sitemap": "^3.1.1", "@coingecko/cryptoformat": "^0.8.0", "@nanostores/persistent": "^0.9.1", @@ -242,9 +242,9 @@ } }, "node_modules/@astrojs/rss": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.4.tgz", - "integrity": "sha512-VmHmRoC62j9iR0ez2Qumpn4LTQ9/4txOmGwGBmCSI+PzSFJI5M/qdao656oT9Logjh7CDwcPrCGQEEEi3HF75A==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.5.tgz", + "integrity": "sha512-IyJVL6z09AQtxbgLaAwebT3T5YKe4oTHDesqydJv1KLHw+zEzzMCFuuNsEyxjiqu7df9+DDCpDXLj/WRiEUXvw==", "dependencies": { "fast-xml-parser": "^4.2.7", "kleur": "^4.1.5" diff --git a/package.json b/package.json index 492e12cd..39ceeeb6 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.4", + "@astrojs/rss": "^4.0.5", "@astrojs/sitemap": "^3.1.1", "@coingecko/cryptoformat": "^0.8.0", "@nanostores/persistent": "^0.9.1",