mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-24 10:58:13 +01:00
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:
parent
35ce93eb0b
commit
a3759c9e82
8
package-lock.json
generated
8
package-lock.json
generated
@ -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"
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user