From c0982d1d3d4de140c6995cc2a99f28bae487f6b6 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 3 Oct 2023 19:04:22 +0100 Subject: Upgrades @astrojs/sitemap -> 3.0.0 --- package-lock.json | 19 ++++++++++++++----- package.json | 2 +- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d765604..c9fa74c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "dependencies": { "@astrojs/mdx": "^0.19.7", "@astrojs/rss": "^2.4.4", - "@astrojs/sitemap": "^2.0.2", + "@astrojs/sitemap": "^3.0.0", "@paypal/paypal-js": "^6.0.1", "astro": "^3.2.2", "dotenv": "^16.3.1", @@ -723,12 +723,20 @@ } }, "node_modules/@astrojs/sitemap": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-2.0.2.tgz", - "integrity": "sha512-dFWtdFwN8kxDiqIxF8T8ODqsUr6hG+EQlFEqm+3oQkhAkucF9QkYLM5Q72mEbYytkL4jvKyHbW1u10T5sWBZew==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.0.0.tgz", + "integrity": "sha512-qm7npHuUW4q3OOmulqhJ1g69jEQu0Sdc6P8NbOzqIoosj/L+3v4i8dtKBnp6n1UQ4Sx8H8Vdi3Z/On7i9/ZJhw==", "dependencies": { "sitemap": "^7.1.1", - "zod": "^3.17.3" + "zod": "3.21.1" + } + }, + "node_modules/@astrojs/sitemap/node_modules/zod": { + "version": "3.21.1", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.21.1.tgz", + "integrity": "sha512-+dTu2m6gmCbO9Ahm4ZBDapx2O6ZY9QSPXst2WXjcznPMwf2YNpn3RevLx4KkZp1OPW/ouFcoBtBzFz/LeY69oA==", + "funding": { + "url": "https://github.com/sponsors/colinhacks" } }, "node_modules/@astrojs/telemetry": { @@ -11787,6 +11795,7 @@ "version": "3.22.2", "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.2.tgz", "integrity": "sha512-wvWkphh5WQsJbVk1tbx1l1Ly4yg+XecD+Mq280uBGt9wa5BKSWf4Mhp6GmrkPixhMxmabYY7RbzlwVP32pbGCg==", + "peer": true, "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/package.json b/package.json index fa6cc12..ec267d9 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "@astrojs/mdx": "^0.19.7", "@astrojs/rss": "^2.4.4", - "@astrojs/sitemap": "^2.0.2", + "@astrojs/sitemap": "^3.0.0", "@paypal/paypal-js": "^6.0.1", "astro": "^3.2.2", "dotenv": "^16.3.1", -- cgit v1.2.3