From b3dc52d73cf3c7b5ef43818f008bb8befb01f620 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 07:11:02 +0000 Subject: [PATCH] chore(deps): bump @astrojs/rss from 4.0.14 to 4.0.15 Bumps [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) from 4.0.14 to 4.0.15. - [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.15/packages/astro-rss) --- updated-dependencies: - dependency-name: "@astrojs/rss" dependency-version: 4.0.15 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 0ae97b0b2d..205c6454f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/check": "^0.9.6", "@astrojs/react": "^4.4.2", - "@astrojs/rss": "^4.0.14", + "@astrojs/rss": "^4.0.15", "@astrojs/vue": "^5.1.4", "@fontsource/ibm-plex-mono": "^5.2.7", "@fontsource/poppins": "^5.2.7", @@ -501,12 +501,12 @@ } }, "node_modules/@astrojs/rss": { - "version": "4.0.14", - "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.14.tgz", - "integrity": "sha512-KCe1imDcADKOOuO/wtKOMDO/umsBD6DWF+94r5auna1jKl5fmlK9vzf+sjA3EyveXA/FoB3khtQ/u/tQgETmTw==", + "version": "4.0.15", + "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.15.tgz", + "integrity": "sha512-uXO/k6AhRkIDXmRoc6xQpoPZrimQNUmS43X4+60yunfuMNHtSRN5e/FiSi7NApcZqmugSMc5+cJi8ovqgO+qIg==", "license": "MIT", "dependencies": { - "fast-xml-parser": "^5.3.0", + "fast-xml-parser": "^5.3.3", "piccolore": "^0.1.3" } }, diff --git a/package.json b/package.json index 9a9e308e35..76deaccf67 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@astrojs/check": "^0.9.6", "@astrojs/react": "^4.4.2", "@astrojs/vue": "^5.1.4", - "@astrojs/rss": "^4.0.14", + "@astrojs/rss": "^4.0.15", "@fontsource/ibm-plex-mono": "^5.2.7", "@fontsource/poppins": "^5.2.7", "@scalar/api-reference": "^1.43.4",