diff --git a/package-lock.json b/package-lock.json index 0ae97b0b2d..205c6454f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/check": "^0.9.6", "@astrojs/react": "^4.4.2", - "@astrojs/rss": "^4.0.14", + "@astrojs/rss": "^4.0.15", "@astrojs/vue": "^5.1.4", "@fontsource/ibm-plex-mono": "^5.2.7", "@fontsource/poppins": "^5.2.7", @@ -501,12 +501,12 @@ } }, "node_modules/@astrojs/rss": { - "version": "4.0.14", - "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.14.tgz", - "integrity": "sha512-KCe1imDcADKOOuO/wtKOMDO/umsBD6DWF+94r5auna1jKl5fmlK9vzf+sjA3EyveXA/FoB3khtQ/u/tQgETmTw==", + "version": "4.0.15", + "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.15.tgz", + "integrity": "sha512-uXO/k6AhRkIDXmRoc6xQpoPZrimQNUmS43X4+60yunfuMNHtSRN5e/FiSi7NApcZqmugSMc5+cJi8ovqgO+qIg==", "license": "MIT", "dependencies": { - "fast-xml-parser": "^5.3.0", + "fast-xml-parser": "^5.3.3", "piccolore": "^0.1.3" } }, diff --git a/package.json b/package.json index 9a9e308e35..76deaccf67 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@astrojs/check": "^0.9.6", "@astrojs/react": "^4.4.2", "@astrojs/vue": "^5.1.4", - "@astrojs/rss": "^4.0.14", + "@astrojs/rss": "^4.0.15", "@fontsource/ibm-plex-mono": "^5.2.7", "@fontsource/poppins": "^5.2.7", "@scalar/api-reference": "^1.43.4",