diff --git a/package-lock.json b/package-lock.json index 338d7bc..68fd19a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/check": "0.9.4", "@astrojs/mdx": "^4.0.3", - "@astrojs/rss": "^4.0.10", + "@astrojs/rss": "^4.0.11", "@astrojs/sitemap": "3.2.1", "@astrojs/tailwind": "^5.1.4", "@fontsource-variable/outfit": "^5.1.1", @@ -204,10 +204,9 @@ } }, "node_modules/@astrojs/rss": { - "version": "4.0.10", - "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.10.tgz", - "integrity": "sha512-2gFdHM763uUAySkdwPYrpi6dppOBJr9ddg5VbkKXctWze8d1JHgIBBY78zWIYs7KBJT58zxadsObVAVt55RDaw==", - "license": "MIT", + "version": "4.0.11", + "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.11.tgz", + "integrity": "sha512-3e3H8i6kc97KGnn9iaZBJpIkdoQi8MmR5zH5R+dWsfCM44lLTszOqy1OBfGGxDt56mpQkYVtZJWoxMyWuUZBfw==", "dependencies": { "fast-xml-parser": "^4.5.0", "kleur": "^4.1.5" diff --git a/package.json b/package.json index 0ee6fd0..965713c 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/check": "0.9.4", "@astrojs/mdx": "^4.0.3", - "@astrojs/rss": "^4.0.10", + "@astrojs/rss": "^4.0.11", "@astrojs/sitemap": "3.2.1", "@astrojs/tailwind": "^5.1.4", "@fontsource-variable/outfit": "^5.1.1",