From 2e2fc6cff29a44a2a44f98f25a15aa670b347837 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 14:25:42 +0000 Subject: [PATCH] fix(deps): update astro monorepo --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index ac1cb9545..0385d4d70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,11 +10,11 @@ "dependencies": { "@astrojs/check": "0.9.4", "@astrojs/react": "4.1.2", - "@astrojs/rss": "4.0.10", + "@astrojs/rss": "4.0.11", "@astrojs/sitemap": "3.2.1", "@astrojs/tailwind": "5.1.4", "@pagefind/default-ui": "1.3.0", - "astro": "5.1.1", + "astro": "5.1.2", "gray-matter": "4.0.3", "pagefind": "1.3.0", "react": "19.0.0", @@ -236,9 +236,9 @@ } }, "node_modules/@astrojs/rss": { - "version": "4.0.10", - "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.10.tgz", - "integrity": "sha512-2gFdHM763uUAySkdwPYrpi6dppOBJr9ddg5VbkKXctWze8d1JHgIBBY78zWIYs7KBJT58zxadsObVAVt55RDaw==", + "version": "4.0.11", + "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.11.tgz", + "integrity": "sha512-3e3H8i6kc97KGnn9iaZBJpIkdoQi8MmR5zH5R+dWsfCM44lLTszOqy1OBfGGxDt56mpQkYVtZJWoxMyWuUZBfw==", "license": "MIT", "dependencies": { "fast-xml-parser": "^4.5.0", @@ -4115,9 +4115,9 @@ } }, "node_modules/astro": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.1.1.tgz", - "integrity": "sha512-prpWC2PRs4P3FKQg6gZaU+VNMqbZi5pDvORGB2nrjfRjkrvF6/l4BqhvkJ6YQ0Ohm5rIMVz8ljgaRI77mLHbwg==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.1.2.tgz", + "integrity": "sha512-+U5lXPEJZ6cQx0botGbPhzN6XGWRgDtXgy/RUkpTmUj18LW6pbzYo0O0k3hFWOazlI039bZ+4P2e/oSNlKzm0Q==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", diff --git a/package.json b/package.json index 48400fae9..1f843030d 100644 --- a/package.json +++ b/package.json @@ -25,11 +25,11 @@ "dependencies": { "@astrojs/check": "0.9.4", "@astrojs/react": "4.1.2", - "@astrojs/rss": "4.0.10", + "@astrojs/rss": "4.0.11", "@astrojs/sitemap": "3.2.1", "@astrojs/tailwind": "5.1.4", "@pagefind/default-ui": "1.3.0", - "astro": "5.1.1", + "astro": "5.1.2", "gray-matter": "4.0.3", "pagefind": "1.3.0", "react": "19.0.0",