Bump @astrojs/sitemap from 3.1.1 to 3.1.2

Bumps [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) from 3.1.1 to 3.1.2.
- [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.2/packages/integrations/sitemap)

---
updated-dependencies:
- dependency-name: "@astrojs/sitemap"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-01 17:39:25 +00:00 committed by GitHub
parent 559569cf1c
commit ff9b382c33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -8,7 +8,7 @@
"version": "0.0.1", "version": "0.0.1",
"dependencies": { "dependencies": {
"@astrojs/check": "^0.5.10", "@astrojs/check": "^0.5.10",
"@astrojs/sitemap": "^3.1.1", "@astrojs/sitemap": "^3.1.2",
"@astrojs/starlight": "^0.21.2", "@astrojs/starlight": "^0.21.2",
"@astrojs/starlight-tailwind": "^2.0.1", "@astrojs/starlight-tailwind": "^2.0.1",
"@astrojs/tailwind": "^5.1.0", "@astrojs/tailwind": "^5.1.0",
@ -193,9 +193,9 @@
} }
}, },
"node_modules/@astrojs/sitemap": { "node_modules/@astrojs/sitemap": {
"version": "3.1.1", "version": "3.1.2",
"resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.1.1.tgz", "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.1.2.tgz",
"integrity": "sha512-qPgdBIcDUaea98mTtLfi5z9oXZpzSjEn/kes70/Ex8FOZZ+DIHVKRYOLOtvy8p+FTXr/9oc7BjmIbTYmYLLJVg==", "integrity": "sha512-FxOJldIl5ltZ5CNjocQxHkAO9orwHBjqtaU28o4smobp9vowS0nbGp+I9CrPxkzWdl1crSDm9vjL9tnvG1DSug==",
"dependencies": { "dependencies": {
"sitemap": "^7.1.1", "sitemap": "^7.1.1",
"zod": "^3.22.4" "zod": "^3.22.4"

View file

@ -11,7 +11,7 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/check": "^0.5.10", "@astrojs/check": "^0.5.10",
"@astrojs/sitemap": "^3.1.1", "@astrojs/sitemap": "^3.1.2",
"@astrojs/starlight": "^0.21.2", "@astrojs/starlight": "^0.21.2",
"@astrojs/starlight-tailwind": "^2.0.1", "@astrojs/starlight-tailwind": "^2.0.1",
"@astrojs/tailwind": "^5.1.0", "@astrojs/tailwind": "^5.1.0",