1
0
Fork 0

Bump @astrojs/rss from 4.0.4 to 4.0.5 (#896)

Bumps [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) from 4.0.4 to 4.0.5.
- [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.5/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-03-01 14:17:43 +00:00 committed by GitHub
parent 35ce93eb0b
commit a3759c9e82
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.4",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@coingecko/cryptoformat": "^0.8.0",
"@nanostores/persistent": "^0.9.1",
@ -242,9 +242,9 @@
}
},
"node_modules/@astrojs/rss": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.4.tgz",
"integrity": "sha512-VmHmRoC62j9iR0ez2Qumpn4LTQ9/4txOmGwGBmCSI+PzSFJI5M/qdao656oT9Logjh7CDwcPrCGQEEEi3HF75A==",
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.5.tgz",
"integrity": "sha512-IyJVL6z09AQtxbgLaAwebT3T5YKe4oTHDesqydJv1KLHw+zEzzMCFuuNsEyxjiqu7df9+DDCpDXLj/WRiEUXvw==",
"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.4",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@coingecko/cryptoformat": "^0.8.0",
"@nanostores/persistent": "^0.9.1",