diff options
author | 2024-09-09 13:27:54 +0800 | |
---|---|---|
committer | 2024-09-09 13:27:54 +0800 | |
commit | b9394fa70c913f36e60034c0b84819d30edb4dec (patch) | |
tree | 616a85a1a18ed097238ac326f86fd92d4da9290e /packages/astro-rss | |
parent | 7b09c62b565cd7b50c35fb68d390729f936a43fb (diff) | |
download | astro-b9394fa70c913f36e60034c0b84819d30edb4dec.tar.gz astro-b9394fa70c913f36e60034c0b84819d30edb4dec.tar.zst astro-b9394fa70c913f36e60034c0b84819d30edb4dec.zip |
chore(deps): update all non-major dependencies (#11948)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/astro-rss')
-rw-r--r-- | packages/astro-rss/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro-rss/package.json b/packages/astro-rss/package.json index ba07de25b..d65b71c6d 100644 --- a/packages/astro-rss/package.json +++ b/packages/astro-rss/package.json @@ -33,7 +33,7 @@ "xml2js": "0.6.2" }, "dependencies": { - "fast-xml-parser": "^4.4.1", + "fast-xml-parser": "^4.5.0", "kleur": "^4.1.5" } } |