From 6f88850d8bcd1e93045707d63b788949531d6d3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 13:48:43 +0000 Subject: [PATCH] build(deps): bump @astrojs/sitemap from 1.2.2 to 1.4.0 Bumps [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) from 1.2.2 to 1.4.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@1.4.0/packages/integrations/sitemap) --- updated-dependencies: - dependency-name: "@astrojs/sitemap" dependency-type: direct:production update-type: version-update:semver-minor ... 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..735f55b 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@astrojs/rss": "^2.3.2", - "@astrojs/sitemap": "^1.2.2", + "@astrojs/sitemap": "^1.4.0", "autoprefixer": "^10.4.14", "dayjs": "^1.11.7", "lunr": "^2.3.9", diff --git a/yarn.lock b/yarn.lock index c88f090..656a555 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@^1.4.0": + version "1.4.0" + resolved "https://registry.yarnpkg.com/@astrojs/sitemap/-/sitemap-1.4.0.tgz#4175fddca292c7d808aba9e8a61879cf58586e11" + integrity sha512-uTK77kcg7iTiik+u7rTGG6vK4ZWTfYMaVnFndOVQrLzaE5xivmQgIbVLtlN+xRcME5n/m6vYQFJmogFR+elGCw== dependencies: sitemap "^7.1.1" zod "^3.17.3"