From 3a25117c437790a9b29e53091e5a92a85ef924e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 07:56:58 +0000 Subject: [PATCH] Bump @astrojs/sitemap from 3.1.5 to 3.1.6 Bumps [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) from 3.1.5 to 3.1.6. - [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.1.6/packages/integrations/sitemap) --- updated-dependencies: - dependency-name: "@astrojs/sitemap" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index bd20f6e..97fce7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ }, "devDependencies": { "@astrojs/react": "^3.0.9", - "@astrojs/sitemap": "^3.0.5", + "@astrojs/sitemap": "^3.1.6", "@astrojs/tailwind": "^5.1.0", "@divriots/jampack": "^0.23.2", "@tailwindcss/typography": "^0.5.10", @@ -202,12 +202,12 @@ } }, "node_modules/@astrojs/sitemap": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.1.5.tgz", - "integrity": "sha512-GLdzJ01387Uzb8RKYpsYLlg/GzoPnGbmDeQNkarSE11i2+l9Qp8Nj/WoTEy9nkTS25fxxy0kxDfJmreeVleCqg==", + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.1.6.tgz", + "integrity": "sha512-1Qp2NvAzVImqA6y+LubKi1DVhve/hXXgFvB0szxiipzh7BvtuKe4oJJ9dXSqaubaTkt4nMa6dv6RCCAYeB6xaQ==", "dev": true, "dependencies": { - "sitemap": "^7.1.1", + "sitemap": "^7.1.2", "stream-replace-string": "^2.0.0", "zod": "^3.23.8" } diff --git a/package.json b/package.json index 6869e85..39a1cec 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "devDependencies": { "@astrojs/react": "^3.0.9", - "@astrojs/sitemap": "^3.0.5", + "@astrojs/sitemap": "^3.1.6", "@astrojs/tailwind": "^5.1.0", "@divriots/jampack": "^0.23.2", "@tailwindcss/typography": "^0.5.10",