From 7dbe84ad1a0ca05761a87f8ff8274245647b16b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 16:31:53 +0000 Subject: [PATCH] fix: :rocket: npm for astro-docs: bump @astrojs/sitemap in /docs Bumps [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) from 3.0.0 to 3.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@3.0.1/packages/integrations/sitemap) --- updated-dependencies: - dependency-name: "@astrojs/sitemap" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/package.json | 2 +- docs/pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/package.json b/docs/package.json index 513979b7..8f191039 100644 --- a/docs/package.json +++ b/docs/package.json @@ -30,7 +30,7 @@ }, "devDependencies": { "@astrojs/mdx": "^0.19.7", - "@astrojs/sitemap": "^3.0.0", + "@astrojs/sitemap": "^3.0.1", "astro-robots-txt": "^1.0.0", "html-escaper": "^3.0.3", "postcss": "^8.4.31", diff --git a/docs/pnpm-lock.yaml b/docs/pnpm-lock.yaml index 0634275c..91ae2c55 100644 --- a/docs/pnpm-lock.yaml +++ b/docs/pnpm-lock.yaml @@ -53,8 +53,8 @@ devDependencies: specifier: ^0.19.7 version: 0.19.7(astro@2.10.12) '@astrojs/sitemap': - specifier: ^3.0.0 - version: 3.0.0 + specifier: ^3.0.1 + version: 3.0.1 astro-robots-txt: specifier: ^1.0.0 version: 1.0.0 @@ -379,8 +379,8 @@ packages: - vite dev: false - /@astrojs/sitemap@3.0.0: - resolution: {integrity: sha512-qm7npHuUW4q3OOmulqhJ1g69jEQu0Sdc6P8NbOzqIoosj/L+3v4i8dtKBnp6n1UQ4Sx8H8Vdi3Z/On7i9/ZJhw==} + /@astrojs/sitemap@3.0.1: + resolution: {integrity: sha512-ErCthOQF0Yt6KkvaS+v/7CM6TxztOPHJjla4cbM3fBAFsDQbCS3tvoWSMqPJtmTFiy7veQ1eC5gH58FhPe85zg==} dependencies: sitemap: 7.1.1 zod: 3.21.1