diff --git a/package-lock.json b/package-lock.json index 2841cded93..d96cac1213 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/markdown-remark": "^7.2.0", "@astrojs/mdx": "^7.0.0", "@astrojs/react": "^6.0.0", - "@astrojs/rss": "^4.0.18", + "@astrojs/rss": "^4.0.19", "@astrojs/sitemap": "^3.7.3", "@orama/core": "^1.2.19", "@orama/ui": "^1.5.4", @@ -391,9 +391,9 @@ } }, "node_modules/@astrojs/rss": { - "version": "4.0.18", - "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.18.tgz", - "integrity": "sha512-wc5DwKlbTEdgVAWnHy8krFTeQ42t1v/DJqeq5HtulYK3FYHE4krtRGjoyhS3eXXgfdV6Raoz2RU3wrMTFAitRg==", + "version": "4.0.19", + "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.19.tgz", + "integrity": "sha512-e+z5wYeYtffQdHQO8c2tkSd2JEBdAuRXJV4ZEU5IxkYeE6e39woDd7nw1PH1Kk2tEYNCYuKdylnnbhGmt61awA==", "license": "MIT", "dependencies": { "fast-xml-parser": "^5.5.7", diff --git a/package.json b/package.json index afdd1dfbed..8e7bf9efc5 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@astrojs/markdown-remark": "^7.2.0", "@astrojs/mdx": "^7.0.0", "@astrojs/react": "^6.0.0", - "@astrojs/rss": "^4.0.18", + "@astrojs/rss": "^4.0.19", "@astrojs/sitemap": "^3.7.3", "@orama/core": "^1.2.19", "@orama/ui": "^1.5.4",