From 172f063ddab4bbe694f260b56c5d85434fa0211c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 04:19:10 +0000 Subject: [PATCH] Bump @astrojs/rss from 4.0.6 to 4.0.7 Bumps [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) from 4.0.6 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-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2d274a68..a1433617 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@astrojs/check": "^0.7.0", "@astrojs/react": "^3.6.0", - "@astrojs/rss": "^4.0.6", + "@astrojs/rss": "^4.0.7", "@astrojs/sitemap": "^3.1.6", "@coingecko/cryptoformat": "^0.8.1", "@nanostores/persistent": "^0.10.1", @@ -248,11 +248,11 @@ } }, "node_modules/@astrojs/rss": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.6.tgz", - "integrity": "sha512-hpfHz6OZVD4ME1ZmpNQim0yV0AOetVFUHv0vmL8+Bw4GNcmL0ibGkGtMv+PY72HLJUVfDtizrBjfN5HHg+LScA==", + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.7.tgz", + "integrity": "sha512-ZEG55XFB19l+DplUvBISmz04UbjDtKliRO4Y5+ERRhAMjgCVVobEBNE6ZwWG1h6orWUocy4nfPihKXDyB73x9g==", "dependencies": { - "fast-xml-parser": "^4.3.6", + "fast-xml-parser": "^4.4.0", "kleur": "^4.1.5" } }, diff --git a/package.json b/package.json index c574672a..54daf2af 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "dependencies": { "@astrojs/check": "^0.7.0", "@astrojs/react": "^3.6.0", - "@astrojs/rss": "^4.0.6", + "@astrojs/rss": "^4.0.7", "@astrojs/sitemap": "^3.1.6", "@coingecko/cryptoformat": "^0.8.1", "@nanostores/persistent": "^0.10.1",