diff --git a/package-lock.json b/package-lock.json index a16d21923863728..bba09439dae2e39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@apidevtools/swagger-parser": "12.0.0", "@astrojs/check": "0.9.4", "@astrojs/react": "4.2.5", - "@astrojs/rss": "4.0.11", + "@astrojs/rss": "4.0.12", "@astrojs/sitemap": "3.4.1", "@astrojs/starlight": "0.34.3", "@astrojs/starlight-docsearch": "0.6.0", @@ -809,48 +809,15 @@ } }, "node_modules/@astrojs/rss": { - "version": "4.0.11", - "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.11.tgz", - "integrity": "sha512-3e3H8i6kc97KGnn9iaZBJpIkdoQi8MmR5zH5R+dWsfCM44lLTszOqy1OBfGGxDt56mpQkYVtZJWoxMyWuUZBfw==", + "version": "4.0.12", + "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.12.tgz", + "integrity": "sha512-O5yyxHuDVb6DQ6VLOrbUVFSm+NpObulPxjs6XT9q3tC+RoKbN4HXMZLpv0LvXd1qdAjzVgJ1NFD+zKHJNDXikw==", "dev": true, - "license": "MIT", "dependencies": { - "fast-xml-parser": "^4.5.0", + "fast-xml-parser": "^5.2.0", "kleur": "^4.1.5" } }, - "node_modules/@astrojs/rss/node_modules/fast-xml-parser": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz", - "integrity": "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/NaturalIntelligence" - } - ], - "license": "MIT", - "dependencies": { - "strnum": "^1.1.1" - }, - "bin": { - "fxparser": "src/cli/cli.js" - } - }, - "node_modules/@astrojs/rss/node_modules/strnum": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.2.tgz", - "integrity": "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/NaturalIntelligence" - } - ], - "license": "MIT" - }, "node_modules/@astrojs/sitemap": { "version": "3.4.1", "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.4.1.tgz", diff --git a/package.json b/package.json index 6137cae9fb81a69..496ebc84c5b0d83 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@apidevtools/swagger-parser": "12.0.0", "@astrojs/check": "0.9.4", "@astrojs/react": "4.2.5", - "@astrojs/rss": "4.0.11", + "@astrojs/rss": "4.0.12", "@astrojs/sitemap": "3.4.1", "@astrojs/starlight": "0.34.3", "@astrojs/starlight-docsearch": "0.6.0",