summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package-lock.json10
-rw-r--r--package.json2
2 files changed, 6 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json
index 139e0b3..907fc43 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -6,7 +6,7 @@
"": {
"dependencies": {
"@astrojs/mdx": "^1.1.0",
- "@astrojs/rss": "^2.4.4",
+ "@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.0",
"@paypal/paypal-js": "^6.0.1",
"astro": "^3.2.2",
@@ -187,11 +187,11 @@
}
},
"node_modules/@astrojs/rss": {
- "version": "2.4.4",
- "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-2.4.4.tgz",
- "integrity": "sha512-HQFoHyHVoODyeyAFoVPej8OOZowiuXvB5AFIzY4AiPCdwlBz5JGpzW5vPARG/FCqAI9AS3Wi0sU/RZh3Cu8SWQ==",
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-3.0.0.tgz",
+ "integrity": "sha512-PMX8iqByk9gtOrusikten/oF5uHjOCZigL6RuXFBUu+xtdKQxXzfIohJ99V2haA4FJjVDyibDTGzXR81POBMxQ==",
"dependencies": {
- "fast-xml-parser": "^4.2.5",
+ "fast-xml-parser": "^4.2.7",
"kleur": "^4.1.5"
}
},
diff --git a/package.json b/package.json
index cb31b4a..396e6fe 100644
--- a/package.json
+++ b/package.json
@@ -14,7 +14,7 @@
},
"dependencies": {
"@astrojs/mdx": "^1.1.0",
- "@astrojs/rss": "^2.4.4",
+ "@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.0",
"@paypal/paypal-js": "^6.0.1",
"astro": "^3.2.2",