diff --git a/package-lock.json b/package-lock.json index 404e487f8a9..922dcdb8a2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,11 +12,11 @@ "@11ty/eleventy-fetch": "^4.0.1", "@astro-community/astro-embed-youtube": "^0.5.10", "@astrojs/mdx": "^4.3.14", - "@astrojs/partytown": "^2.1.5", + "@astrojs/partytown": "^2.1.6", "@astrojs/preact": "^4.1.3", "@astrojs/prism": "^3.3.0", "@astrojs/react": "^4.4.2", - "@astrojs/sitemap": "^3.7.1", + "@astrojs/sitemap": "^3.7.2", "@astrojs/vercel": "^8.2.11", "@chainlink/cl-search-frontend": "^0.12.1", "@chainlink/components": "^0.4.18", @@ -523,9 +523,9 @@ } }, "node_modules/@astrojs/partytown": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@astrojs/partytown/-/partytown-2.1.5.tgz", - "integrity": "sha512-Uo2Uqmvjh/5w08wGoVAspdj14hUoE28uQH8SkzaBMw9bTBNIviEkPi3VkJi+tj1ZYAY9oX7OSkRDJ48QRtMhlw==", + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/@astrojs/partytown/-/partytown-2.1.6.tgz", + "integrity": "sha512-pS95OSnPkSmuOHzwLXCea8p4P8bqmA2fm3BUBW6/egzSTaWYte/Gp1jiAoPmCZ6FV7jGx4GHduO2CUltUXc3Og==", "license": "MIT", "dependencies": { "@qwik.dev/partytown": "^0.11.2", @@ -583,9 +583,9 @@ } }, "node_modules/@astrojs/sitemap": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.7.1.tgz", - "integrity": "sha512-IzQqdTeskaMX+QDZCzMuJIp8A8C1vgzMBp/NmHNnadepHYNHcxQdGLQZYfkbd2EbRXUfOS+UDIKx8sKg0oWVdw==", + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.7.2.tgz", + "integrity": "sha512-PqkzkcZTb5ICiyIR8VoKbIAP/laNRXi5tw616N1Ckk+40oNB8Can1AzVV56lrbC5GKSZFCyJYUVYqVivMisvpA==", "license": "MIT", "dependencies": { "sitemap": "^9.0.0", diff --git a/package.json b/package.json index fd23ee19318..1598d93d3b0 100644 --- a/package.json +++ b/package.json @@ -57,11 +57,11 @@ "@11ty/eleventy-fetch": "^4.0.1", "@astro-community/astro-embed-youtube": "^0.5.10", "@astrojs/mdx": "^4.3.14", - "@astrojs/partytown": "^2.1.5", + "@astrojs/partytown": "^2.1.6", "@astrojs/preact": "^4.1.3", "@astrojs/prism": "^3.3.0", "@astrojs/react": "^4.4.2", - "@astrojs/sitemap": "^3.7.1", + "@astrojs/sitemap": "^3.7.2", "@astrojs/vercel": "^8.2.11", "@chainlink/cl-search-frontend": "^0.12.1", "@chainlink/components": "^0.4.18",