diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-24 13:25:39 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-24 13:25:39 +0300 |
commit | 82bf80e2491bde5c3c5174e812059cca33b7b301 (patch) | |
tree | d8650482945dd38ceb199fb6a4c3d70722727ddc | |
parent | e296d4a801445a99c81576837631bcb8e6b99356 (diff) | |
download | popov.link-dependabot/npm_and_yarn/astrojs/sitemap-3.3.0.tar.xz popov.link-dependabot/npm_and_yarn/astrojs/sitemap-3.3.0.zip |
Bump @astrojs/sitemap from 3.2.1 to 3.3.0dependabot/npm_and_yarn/astrojs/sitemap-3.3.0
Bumps [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) from 3.2.1 to 3.3.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/astro@3.3.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] <support@github.com>
-rw-r--r-- | package-lock.json | 10 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index 02fdd09..4480a06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/rss": "^4.0.11", - "@astrojs/sitemap": "^3.2.1", + "@astrojs/sitemap": "^3.3.0", "astro": "^5.1.9", "autoprefixer": "^10.4.20", "cssnano": "^7.0.6", @@ -149,14 +149,14 @@ } }, "node_modules/@astrojs/sitemap": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.2.1.tgz", - "integrity": "sha512-uxMfO8f7pALq0ADL6Lk68UV6dNYjJ2xGUzyjjVj60JLBs5a6smtlkBYv3tQ0DzoqwS7c9n4FUx5lgv0yPo/fgA==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.3.0.tgz", + "integrity": "sha512-nYE4lKQtk+Kbrw/w0G0TTgT724co0jUsU4tPlHY9au5HmTBKbwiCLwO/15b1/y13aZ4Kr9ZbMeMHlXuwn0ty4Q==", "license": "MIT", "dependencies": { "sitemap": "^8.0.0", "stream-replace-string": "^2.0.0", - "zod": "^3.23.8" + "zod": "^3.24.2" } }, "node_modules/@astrojs/telemetry": { diff --git a/package.json b/package.json index e856ce6..06a22c1 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/rss": "^4.0.11", - "@astrojs/sitemap": "^3.2.1", + "@astrojs/sitemap": "^3.3.0", "astro": "^5.1.9", "autoprefixer": "^10.4.20", "cssnano": "^7.0.6", |