From dcb1e3fddf45f926ad36c2bb92eaa9425bef8cf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 20:02:45 +0000 Subject: [PATCH] Bump @astrojs/rss from 4.0.3 to 4.0.4 Bumps [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) from 4.0.3 to 4.0.4. - [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.4/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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 15fbfac..9126a02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/check": "^0.4.1", - "@astrojs/rss": "^4.0.3", + "@astrojs/rss": "^4.0.4", "astro": "^4.2.8", "typescript": "^5.3.3" } @@ -127,9 +127,9 @@ } }, "node_modules/@astrojs/rss": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.3.tgz", - "integrity": "sha512-l9g2oISdfHb+0NM2GkyRhbQMJzmIkviApXMOKrz64F9NoboTR/F4zaqOAKPuK4nB48hOqQAw1B+EfyftEDbeeg==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.4.tgz", + "integrity": "sha512-VmHmRoC62j9iR0ez2Qumpn4LTQ9/4txOmGwGBmCSI+PzSFJI5M/qdao656oT9Logjh7CDwcPrCGQEEEi3HF75A==", "dependencies": { "fast-xml-parser": "^4.2.7", "kleur": "^4.1.5" diff --git a/package.json b/package.json index fdf0344..f2971c7 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/check": "^0.4.1", - "@astrojs/rss": "^4.0.3", + "@astrojs/rss": "^4.0.4", "astro": "^4.2.8", "typescript": "^5.3.3" }