From 3da2e4488e07831c16ccd63fce3ccf87446fdba7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 May 2023 06:32:41 +0000 Subject: [PATCH] build(deps): bump @astrojs/sitemap from 1.2.2 to 1.3.1 Bumps [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) from 1.2.2 to 1.3.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@1.3.1/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..6d75cae 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.3.1", "autoprefixer": "^10.4.14", "dayjs": "^1.11.7", "lunr": "^2.3.9", diff --git a/yarn.lock b/yarn.lock index c88f090..d8a2b7b 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.3.1": + version "1.3.1" + resolved "https://registry.yarnpkg.com/@astrojs/sitemap/-/sitemap-1.3.1.tgz#2833f329e43d7210d651a1e5155625d138c6f65b" + integrity sha512-4ZBug4ml+2Nl5/Uh4VSja8Kij/DU7/RaNMciXCNm1EzQkP/jm+nqMG1liDDcQK5zXPAoLeaat06IbhNlruvQjg== dependencies: sitemap "^7.1.1" zod "^3.17.3"