From f0a1916ed3ae0f38b535239a894a9773f23ec27a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 07:59:58 +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 bd20f6e..c6a63c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2024.6.6", "dependencies": { "@astrojs/check": "^0.5.10", - "@astrojs/rss": "^4.0.2", + "@astrojs/rss": "^4.0.7", "@resvg/resvg-js": "^2.6.2", "astro": "^4.2.1", "cross-env": "^7.0.3", @@ -193,11 +193,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 6869e85..0562efc 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@astrojs/check": "^0.5.10", - "@astrojs/rss": "^4.0.2", + "@astrojs/rss": "^4.0.7", "@resvg/resvg-js": "^2.6.2", "astro": "^4.2.1", "cross-env": "^7.0.3",