diff --git a/package-lock.json b/package-lock.json index bd20f6e..c6a63c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2024.6.6", "dependencies": { "@astrojs/check": "^0.5.10", - "@astrojs/rss": "^4.0.2", + "@astrojs/rss": "^4.0.7", "@resvg/resvg-js": "^2.6.2", "astro": "^4.2.1", "cross-env": "^7.0.3", @@ -193,11 +193,11 @@ } }, "node_modules/@astrojs/rss": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.6.tgz", - "integrity": "sha512-hpfHz6OZVD4ME1ZmpNQim0yV0AOetVFUHv0vmL8+Bw4GNcmL0ibGkGtMv+PY72HLJUVfDtizrBjfN5HHg+LScA==", + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.7.tgz", + "integrity": "sha512-ZEG55XFB19l+DplUvBISmz04UbjDtKliRO4Y5+ERRhAMjgCVVobEBNE6ZwWG1h6orWUocy4nfPihKXDyB73x9g==", "dependencies": { - "fast-xml-parser": "^4.3.6", + "fast-xml-parser": "^4.4.0", "kleur": "^4.1.5" } }, diff --git a/package.json b/package.json index 6869e85..0562efc 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@astrojs/check": "^0.5.10", - "@astrojs/rss": "^4.0.2", + "@astrojs/rss": "^4.0.7", "@resvg/resvg-js": "^2.6.2", "astro": "^4.2.1", "cross-env": "^7.0.3",