1
0
Fork 0

Bump @astrojs/rss from 4.0.1 to 4.0.4 (#892)

Bumps [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) from 4.0.1 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-02-01 16:16:23 +00:00 committed by GitHub
parent 9103995701
commit 658ac87270
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": {
"@astrojs/check": "^0.3.2",
"@astrojs/react": "^3.0.7",
"@astrojs/rss": "^4.0.1",
"@astrojs/rss": "^4.0.4",
"@astrojs/sitemap": "^3.0.3",
"@coingecko/cryptoformat": "^0.8.0",
"@nanostores/persistent": "^0.9.1",
@ -242,9 +242,9 @@
}
},
"node_modules/@astrojs/rss": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.1.tgz",
"integrity": "sha512-fzXWsrAp17atO02OZJETM8e8McRz+dNWzMeO7ENb6xgod2nWj5mH/auPBFs1a9FzMUi1nOQmzSPHO1hxZZpkwQ==",
"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"

View File

@ -51,7 +51,7 @@
"dependencies": {
"@astrojs/check": "^0.3.2",
"@astrojs/react": "^3.0.7",
"@astrojs/rss": "^4.0.1",
"@astrojs/rss": "^4.0.4",
"@astrojs/sitemap": "^3.0.3",
"@coingecko/cryptoformat": "^0.8.0",
"@nanostores/persistent": "^0.9.1",