diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-10-04 07:30:19 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-10-04 07:30:19 +0100 |
| commit | 9e3a8eed0aab05164e50efc2742fd6061d750771 (patch) | |
| tree | 980e1ac0f63d5fc86692c3c1f076ba4f19d99922 | |
| parent | 503dbc507318ec7b9a98323442768636a925fe8e (diff) | |
Upgrades @astrojs/rss -> 3.0.0
| -rw-r--r-- | package-lock.json | 10 | ||||
| -rw-r--r-- | package.json | 2 |
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", |
