From dcebdfc94f5cb6e381e90b2b5b5b45325dbcf58d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:30:49 +0000 Subject: [PATCH] chore(deps): bump @astrojs/rss from 4.0.6 to 4.0.7 (#335) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 3b8bda76..1f650874 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "@onwidget/astrowind", "version": "1.0.0-beta.20", "dependencies": { - "@astrojs/rss": "^4.0.6", + "@astrojs/rss": "^4.0.7", "@astrojs/sitemap": "^3.1.6", "@astrolib/analytics": "^0.5.0", "@astrolib/seo": "^1.0.0-beta.5", @@ -298,11 +298,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 3c272040..df21d636 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "check:dependencies": "npx npm-check-updates -u" }, "dependencies": { - "@astrojs/rss": "^4.0.6", + "@astrojs/rss": "^4.0.7", "@astrojs/sitemap": "^3.1.6", "@astrolib/analytics": "^0.5.0", "@astrolib/seo": "^1.0.0-beta.5",