From 3840866809f108c9ae2ec951e9168dd926055af3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 23:59:27 +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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index aa4c26b..9e657ff 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@astrojs/mdx": "^1.1.3", "@astrojs/partytown": "^2.1.0", - "@astrojs/rss": "^4.0.6", + "@astrojs/rss": "^4.0.7", "@astrojs/sitemap": "^3.1.2", "@astrolib/analytics": "^0.5.0", "@astrolib/seo": "^0.6.0", diff --git a/yarn.lock b/yarn.lock index 9740e20..6df5d41 100644 --- a/yarn.lock +++ b/yarn.lock @@ -94,12 +94,12 @@ dependencies: prismjs "^1.29.0" -"@astrojs/rss@^4.0.6": - version "4.0.6" - resolved "https://registry.yarnpkg.com/@astrojs/rss/-/rss-4.0.6.tgz#d6cd1bbbe2b44033a8891fa4a1ebf9d0756021ba" - integrity sha512-hpfHz6OZVD4ME1ZmpNQim0yV0AOetVFUHv0vmL8+Bw4GNcmL0ibGkGtMv+PY72HLJUVfDtizrBjfN5HHg+LScA== +"@astrojs/rss@^4.0.7": + version "4.0.7" + resolved "https://registry.yarnpkg.com/@astrojs/rss/-/rss-4.0.7.tgz#af08243ed3c6e29448ecf2c2546f86cd5cf23f27" + integrity sha512-ZEG55XFB19l+DplUvBISmz04UbjDtKliRO4Y5+ERRhAMjgCVVobEBNE6ZwWG1h6orWUocy4nfPihKXDyB73x9g== dependencies: - fast-xml-parser "^4.3.6" + fast-xml-parser "^4.4.0" kleur "^4.1.5" "@astrojs/sitemap@^3.1.2": @@ -3244,7 +3244,7 @@ fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.6: resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== -fast-xml-parser@^4.3.6: +fast-xml-parser@^4.4.0: version "4.4.0" resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.4.0.tgz#341cc98de71e9ba9e651a67f41f1752d1441a501" integrity sha512-kLY3jFlwIYwBNDojclKsNAC12sfD6NwW74QB2CoNGPvtVxjliYehVunB3HYyNi+n4Tt1dAcgwYvmKF/Z18flqg==