From bda7530aca888540f0e79430f6da5046280e0052 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 22:45:51 +0000 Subject: [PATCH] Bump @astrojs/rss from 4.0.10 to 4.0.11 Bumps [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) from 4.0.10 to 4.0.11. - [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.11/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 | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 338d7bc..68fd19a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/check": "0.9.4", "@astrojs/mdx": "^4.0.3", - "@astrojs/rss": "^4.0.10", + "@astrojs/rss": "^4.0.11", "@astrojs/sitemap": "3.2.1", "@astrojs/tailwind": "^5.1.4", "@fontsource-variable/outfit": "^5.1.1", @@ -204,10 +204,9 @@ } }, "node_modules/@astrojs/rss": { - "version": "4.0.10", - "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.10.tgz", - "integrity": "sha512-2gFdHM763uUAySkdwPYrpi6dppOBJr9ddg5VbkKXctWze8d1JHgIBBY78zWIYs7KBJT58zxadsObVAVt55RDaw==", - "license": "MIT", + "version": "4.0.11", + "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.11.tgz", + "integrity": "sha512-3e3H8i6kc97KGnn9iaZBJpIkdoQi8MmR5zH5R+dWsfCM44lLTszOqy1OBfGGxDt56mpQkYVtZJWoxMyWuUZBfw==", "dependencies": { "fast-xml-parser": "^4.5.0", "kleur": "^4.1.5" diff --git a/package.json b/package.json index 0ee6fd0..965713c 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/check": "0.9.4", "@astrojs/mdx": "^4.0.3", - "@astrojs/rss": "^4.0.10", + "@astrojs/rss": "^4.0.11", "@astrojs/sitemap": "3.2.1", "@astrojs/tailwind": "^5.1.4", "@fontsource-variable/outfit": "^5.1.1",