From ca5f09cc7c7305138d36eb2db0cf72ffccac976b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 03:18:58 +0000 Subject: [PATCH] Bump @astrojs/sitemap from 3.0.2 to 3.0.3 Bumps [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) from 3.0.2 to 3.0.3. - [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.3/packages/integrations/sitemap) --- updated-dependencies: - dependency-name: "@astrojs/sitemap" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++++++----- package.json | 2 +- yarn.lock | 15 ++++++++++----- 3 files changed, 24 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index df5c798..7fd7cae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "@astrojs/sitemap": "^3.0.2", + "@astrojs/sitemap": "^3.0.3", "@astrojs/tailwind": "^5.0.2", "@fontsource/lato": "^5.0.16", "@tailwindcss/typography": "^0.5.10", @@ -103,12 +103,20 @@ } }, "node_modules/@astrojs/sitemap": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.0.2.tgz", - "integrity": "sha512-ldxCDc0+QHcq2jH4WJFcz5iBc5/SqotEqpT91dhvoLqoRUT5U21rQ6u6qA4FyRVjpd/0Nt1kFjEsRbwoB8IKiQ==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.0.3.tgz", + "integrity": "sha512-+GRKp1yho9dpHBcMcU6JpbL41k0yYZghOkNsMRb8QIRflbGHvd787tdv9oIZ5NJj0SqAuOlqp2UpqLkJXuAe2A==", "dependencies": { "sitemap": "^7.1.1", - "zod": "3.21.1" + "zod": "^3.22.4" + } + }, + "node_modules/@astrojs/sitemap/node_modules/zod": { + "version": "3.22.4", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.4.tgz", + "integrity": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==", + "funding": { + "url": "https://github.com/sponsors/colinhacks" } }, "node_modules/@astrojs/tailwind": { diff --git a/package.json b/package.json index dd437a8..f00cacf 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "linaro-astro-template": "bin/install.mjs" }, "dependencies": { - "@astrojs/sitemap": "^3.0.2", + "@astrojs/sitemap": "^3.0.3", "@astrojs/tailwind": "^5.0.2", "@fontsource/lato": "^5.0.16", "@tailwindcss/typography": "^0.5.10", diff --git a/yarn.lock b/yarn.lock index 97c8cc0..7e53c3a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -52,13 +52,13 @@ dependencies: prismjs "^1.29.0" -"@astrojs/sitemap@^3.0.2": - version "3.0.2" - resolved "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.0.2.tgz#0000dcb36d659d0abe75b13313d95896082de41e" - integrity sha512-ldxCDc0+QHcq2jH4WJFcz5iBc5/SqotEqpT91dhvoLqoRUT5U21rQ6u6qA4FyRVjpd/0Nt1kFjEsRbwoB8IKiQ== +"@astrojs/sitemap@^3.0.3": + version "3.0.3" + resolved "https://registry.yarnpkg.com/@astrojs/sitemap/-/sitemap-3.0.3.tgz#9b9be1397f94cd4459a88ebac129ed63888a0e67" + integrity sha512-+GRKp1yho9dpHBcMcU6JpbL41k0yYZghOkNsMRb8QIRflbGHvd787tdv9oIZ5NJj0SqAuOlqp2UpqLkJXuAe2A== dependencies: sitemap "^7.1.1" - zod "3.21.1" + zod "^3.22.4" "@astrojs/tailwind@^5.0.2": version "5.0.2" @@ -4092,6 +4092,11 @@ zod@3.21.1: resolved "https://registry.npmjs.org/zod/-/zod-3.21.1.tgz#ac5bb7cf68876281ebd02f95ac4bb9a080370282" integrity sha512-+dTu2m6gmCbO9Ahm4ZBDapx2O6ZY9QSPXst2WXjcznPMwf2YNpn3RevLx4KkZp1OPW/ouFcoBtBzFz/LeY69oA== +zod@^3.22.4: + version "3.22.4" + resolved "https://registry.yarnpkg.com/zod/-/zod-3.22.4.tgz#f31c3a9386f61b1f228af56faa9255e845cf3fff" + integrity sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg== + zwitch@^2.0.0, zwitch@^2.0.4: version "2.0.4" resolved "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz#c827d4b0acb76fc3e685a4c6ec2902d51070e9d7"