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] <support@github.com>
This commit is contained in:
parent
8c602ed3f8
commit
dcb1e3fddf
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue