From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 23:32:36 +0000 (+0000) Subject: Bump @astrojs/sitemap from 3.6.1 to 3.7.0 X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=refs%2Fheads%2Fdependabot%2Fbun%2Fastrojs%2Fsitemap-3.7.0;p=cotsuka.github.io Bump @astrojs/sitemap from 3.6.1 to 3.7.0 Bumps [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) from 3.6.1 to 3.7.0. - [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.0/packages/integrations/sitemap) --- updated-dependencies: - dependency-name: "@astrojs/sitemap" dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- diff --git a/bun.lock b/bun.lock index 165b4e1..fcb9b66 100644 --- a/bun.lock +++ b/bun.lock @@ -8,7 +8,7 @@ "@astrojs/mdx": "4.3.13", "@astrojs/react": "4.4.2", "@astrojs/rss": "4.0.14", - "@astrojs/sitemap": "3.6.1", + "@astrojs/sitemap": "3.7.0", "@fontsource-variable/public-sans": "^5.2.7", "@fontsource-variable/source-code-pro": "^5.2.7", "@fontsource-variable/source-serif-4": "^5.2.9", @@ -17,24 +17,24 @@ "astro": "5.17.1", "astro-icon": "^1.1.5", "pagefind": "^1.4.0", - "react": "^19.2.3", - "react-dom": "^19.2.3", - "recharts": "^3.6.0", + "react": "^19.2.4", + "react-dom": "^19.2.4", + "recharts": "^3.7.0", }, "devDependencies": { "@astrojs/check": "^0.9.6", "@eslint/js": "^9.39.2", - "@types/bun": "^1.3.6", - "@types/react": "^19.2.8", + "@types/bun": "^1.3.9", + "@types/react": "^19.2.13", "@types/react-dom": "^19.2.3", "eslint": "^9.39.2", "eslint-plugin-astro": "^1.5.0", "lint-staged": "^16.2.7", - "prettier": "^3.7.4", + "prettier": "^3.8.1", "prettier-plugin-astro": "^0.14.1", "simple-git-hooks": "^2.13.1", "typescript": "^5.9.3", - "typescript-eslint": "^8.53.0", + "typescript-eslint": "^8.55.0", }, }, }, @@ -61,7 +61,7 @@ "@astrojs/rss": ["@astrojs/rss@4.0.14", "", { "dependencies": { "fast-xml-parser": "^5.3.0", "piccolore": "^0.1.3" } }, "sha512-KCe1imDcADKOOuO/wtKOMDO/umsBD6DWF+94r5auna1jKl5fmlK9vzf+sjA3EyveXA/FoB3khtQ/u/tQgETmTw=="], - "@astrojs/sitemap": ["@astrojs/sitemap@3.6.1", "", { "dependencies": { "sitemap": "^8.0.2", "stream-replace-string": "^2.0.0", "zod": "^3.25.76" } }, "sha512-+o+TbxXqQJAOd+HxCjz/5RdAMrRFGjeuO+U6zddUuTO59WqMqXnsc8uveRiEr2Ff+3McZiEne7iG4J5cnuI6kA=="], + "@astrojs/sitemap": ["@astrojs/sitemap@3.7.0", "", { "dependencies": { "sitemap": "^8.0.2", "stream-replace-string": "^2.0.0", "zod": "^3.25.76" } }, "sha512-+qxjUrz6Jcgh+D5VE1gKUJTA3pSthuPHe6Ao5JCxok794Lewx8hBFaWHtOnN0ntb2lfOf7gvOi9TefUswQ/ZVA=="], "@astrojs/telemetry": ["@astrojs/telemetry@3.3.0", "", { "dependencies": { "ci-info": "^4.2.0", "debug": "^4.4.0", "dlv": "^1.1.3", "dset": "^3.1.4", "is-docker": "^3.0.0", "is-wsl": "^3.1.0", "which-pm-runs": "^1.1.0" } }, "sha512-UFBgfeldP06qu6khs/yY+q1cDAaArM2/7AEIqQ9Cuvf7B1hNLq0xDrZkct+QoIGyjq56y8IaE2I3CTvG99mlhQ=="], diff --git a/package.json b/package.json index 05d8b26..b9f2e03 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@astrojs/mdx": "4.3.13", "@astrojs/react": "4.4.2", "@astrojs/rss": "4.0.14", - "@astrojs/sitemap": "3.6.1", + "@astrojs/sitemap": "3.7.0", "@fontsource-variable/public-sans": "^5.2.7", "@fontsource-variable/source-code-pro": "^5.2.7", "@fontsource-variable/source-serif-4": "^5.2.9",