From 662a00107c5015d9e403222efcb31dd698c136f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 03:13:26 +0000 Subject: [PATCH] :arrow_up: Bump the astro group with 2 updates Bumps the astro group with 2 updates: [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) and [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `@astrojs/rss` from 4.0.1 to 4.0.2 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro-rss/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/rss@4.0.2/packages/astro-rss) Updates `astro` from 4.1.1 to 4.1.3 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@4.1.3/packages/astro) --- updated-dependencies: - dependency-name: "@astrojs/rss" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: astro - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-patch dependency-group: astro ... Signed-off-by: dependabot[bot] --- apps/docs/package.json | 2 +- apps/frontend/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/docs/package.json b/apps/docs/package.json index b4fe14a..ada8466 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -16,7 +16,7 @@ "@astrojs/check": "0.4.1", "@astrojs/starlight": "0.15.3", "@astrojs/ts-plugin": "1.4.0", - "astro": "4.1.1", + "astro": "4.1.3", "sharp": "0.33.2", "typescript": "5.3.3" } diff --git a/apps/frontend/package.json b/apps/frontend/package.json index 4c0c3c7..8646142 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -15,9 +15,9 @@ "dependencies": { "@astrojs/check": "0.4.1", "@astrojs/react": "3.0.9", - "@astrojs/rss": "4.0.1", + "@astrojs/rss": "4.0.2", "@astrojs/sitemap": "3.0.4", - "astro": "4.1.1", + "astro": "4.1.3", "astro-auto-import": "0.4.2", "prop-types": "15.8.1" },