summaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-10-04 07:30:19 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-10-04 07:30:19 +0100
commit9e3a8eed0aab05164e50efc2742fd6061d750771 (patch)
tree980e1ac0f63d5fc86692c3c1f076ba4f19d99922 /package-lock.json
parent503dbc507318ec7b9a98323442768636a925fe8e (diff)
Upgrades @astrojs/rss -> 3.0.0
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json10
1 files changed, 5 insertions, 5 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"
}
},