From e5b049c1ba217f43cbb04522d4166d06be392fae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 10:28:27 +0000 Subject: [PATCH] Bump @astrojs/sitemap from 2.0.0 to 2.0.1 in /astro Bumps [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) from 2.0.0 to 2.0.1. - [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@2.0.1/packages/integrations/sitemap) --- updated-dependencies: - dependency-name: "@astrojs/sitemap" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- astro/package.json | 2 +- astro/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/astro/package.json b/astro/package.json index 3c08a75..556f1b6 100644 --- a/astro/package.json +++ b/astro/package.json @@ -11,7 +11,7 @@ "dependencies": { "@astrojs/image": "^0.17.2", "@astrojs/prefetch": "^0.3.0", - "@astrojs/sitemap": "^2.0.0", + "@astrojs/sitemap": "^2.0.1", "@astrojs/tailwind": "4.0.0", "astro": "^2.8.5", "css-select": "5.1.0", diff --git a/astro/yarn.lock b/astro/yarn.lock index 3f25470..2ae4238 100644 --- a/astro/yarn.lock +++ b/astro/yarn.lock @@ -94,10 +94,10 @@ dependencies: prismjs "^1.28.0" -"@astrojs/sitemap@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@astrojs/sitemap/-/sitemap-2.0.0.tgz#a3576535a8c924360d3fb468b163b88ee24a5928" - integrity sha512-hcemuFigv05sdXNiw0U23VO+6Duj9nq9xhINw4ZPWAQEhS/F4EiNvd9IUXb4XJ7pG93MWAnQKF9lP8EtwP6paA== +"@astrojs/sitemap@^2.0.1": + version "2.0.1" + resolved "https://registry.yarnpkg.com/@astrojs/sitemap/-/sitemap-2.0.1.tgz#c0754fa374d406592e38a92695e2a077aa5d28ae" + integrity sha512-unoaSEyHuR8IApsPN467SD5FMm4PBnaQSHbtvt4dVS3PMDObZV5/lKIbjlfSad7ENzuvpBSLCGyLDOykXUNu6w== dependencies: sitemap "^7.1.1" zod "^3.17.3"