From 4d5a5e0716b6e017cf319ede2bcfc75f2ee14c5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 22:24:20 +0000 Subject: [PATCH] build(deps): bump the npm-deps group across 1 directory with 4 updates Bumps the npm-deps group with 4 updates in the / directory: [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap), [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro), [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) and [marked](https://github.com/markedjs/marked). Updates `@astrojs/sitemap` from 3.2.1 to 3.7.2 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/sitemap/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/sitemap@3.7.2/packages/integrations/sitemap) Updates `astro` from 4.16.19 to 6.3.1 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@6.3.1/packages/astro) Updates `fast-xml-parser` from 4.5.6 to 5.7.3 - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.5.6...v5.7.3) Updates `marked` from 14.1.4 to 18.0.3 - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v14.1.4...v18.0.3) --- updated-dependencies: - dependency-name: "@astrojs/sitemap" dependency-version: 3.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-deps - dependency-name: astro dependency-version: 6.3.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-deps - dependency-name: fast-xml-parser dependency-version: 5.7.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-deps - dependency-name: marked dependency-version: 18.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-deps ... Signed-off-by: dependabot[bot] --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 2f35ae1..a34cf7d 100644 --- a/package.json +++ b/package.json @@ -11,10 +11,10 @@ "check": "astro check" }, "dependencies": { - "@astrojs/sitemap": "3.2.1", - "astro": "^4.16.18", - "fast-xml-parser": "^4.5.0", - "marked": "^14.1.3", + "@astrojs/sitemap": "3.7.2", + "astro": "^6.3.1", + "fast-xml-parser": "^5.7.3", + "marked": "^18.0.3", "mermaid": "^11.14.0", "yaml": "^2.6.1" }