diff --git a/package-lock.json b/package-lock.json index ef5e1ad0..65acd7ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@astrojs/check": "^0.3.2", "@astrojs/react": "^3.0.7", - "@astrojs/rss": "^4.0.1", + "@astrojs/rss": "^4.0.4", "@astrojs/sitemap": "^3.0.3", "@coingecko/cryptoformat": "^0.8.0", "@nanostores/persistent": "^0.9.1", @@ -242,9 +242,9 @@ } }, "node_modules/@astrojs/rss": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.1.tgz", - "integrity": "sha512-fzXWsrAp17atO02OZJETM8e8McRz+dNWzMeO7ENb6xgod2nWj5mH/auPBFs1a9FzMUi1nOQmzSPHO1hxZZpkwQ==", + "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" diff --git a/package.json b/package.json index 0c49c756..6f707b71 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "dependencies": { "@astrojs/check": "^0.3.2", "@astrojs/react": "^3.0.7", - "@astrojs/rss": "^4.0.1", + "@astrojs/rss": "^4.0.4", "@astrojs/sitemap": "^3.0.3", "@coingecko/cryptoformat": "^0.8.0", "@nanostores/persistent": "^0.9.1",