From 7746e14dbdd32614d18785d70ce87c65e88f773b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 13:10:00 +0000 Subject: [PATCH] build(deps): bump @astrojs/sitemap from 1.2.2 to 2.0.1 Bumps [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) from 1.2.2 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-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 362bd9d..04a55d9 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@astrojs/rss": "^2.3.2", - "@astrojs/sitemap": "^1.2.2", + "@astrojs/sitemap": "^2.0.1", "autoprefixer": "^10.4.14", "dayjs": "^1.11.7", "lunr": "^2.3.9", diff --git a/yarn.lock b/yarn.lock index c88f090..7233847 100644 --- a/yarn.lock +++ b/yarn.lock @@ -71,10 +71,10 @@ fast-xml-parser "^4.0.8" kleur "^4.1.5" -"@astrojs/sitemap@^1.2.2": - version "1.2.2" - resolved "https://registry.yarnpkg.com/@astrojs/sitemap/-/sitemap-1.2.2.tgz#bc9917773e1ad80a63f0fc20c4136922f4bad602" - integrity sha512-rjgFEPzETMVYgOMECIFP2vCkwzF9nLB31/6XWN548IeU/IlFgYR28RbsGTIjUElDak/9AF3jzjtzyldAZger3Q== +"@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"