diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-08-26 20:23:17 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-08-26 23:56:32 -0700 |
| commit | e3f0281c25d6ead23264a94b0a7b18f10019c185 (patch) | |
| tree | 085f03b4c10dbaae67f9c9f15feb1325394ac5f1 /package-lock.json | |
| parent | bf0259562427fa415b522f5443931c99c6c9d288 (diff) | |
fix: rss.xml endpoint API route handler
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 530e594..242c8cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/mdx": "^3.1.4", "@astrojs/react": "^3.6.2", - "@astrojs/rss": "^2.4.4", + "@astrojs/rss": "^4.0.7", "@astrojs/sitemap": "^2.0.2", "astro": "^4.14.5", "react": "^18.3.1", @@ -132,12 +132,12 @@ } }, "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": "4.0.7", + "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.7.tgz", + "integrity": "sha512-ZEG55XFB19l+DplUvBISmz04UbjDtKliRO4Y5+ERRhAMjgCVVobEBNE6ZwWG1h6orWUocy4nfPihKXDyB73x9g==", "license": "MIT", "dependencies": { - "fast-xml-parser": "^4.2.5", + "fast-xml-parser": "^4.4.0", "kleur": "^4.1.5" } }, |
