From 9c17f2fdce508e232527670ce14e877352f80bb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 15:57:22 +0000 Subject: [PATCH] Bump astro from 4.16.14 to 4.16.15 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.16.14 to 4.16.15. - [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.16.15/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/blog/package.json | 2 +- apps/website/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/blog/package.json b/apps/blog/package.json index 60e474ee..3823a35b 100644 --- a/apps/blog/package.json +++ b/apps/blog/package.json @@ -9,7 +9,7 @@ "@astrojs/vercel": "^7.7.2", "@crocoder-dev/remark-plugin": "*", "@crocoder-dev/tailwind": "*", - "astro": "4.16.14", + "astro": "4.16.15", "astro-font": "^0.1.81", "date-fns": "^4.1.0", "marked": "^15.0.2", diff --git a/apps/website/package.json b/apps/website/package.json index f7c6807b..323e8437 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -5,7 +5,7 @@ "dependencies": { "@astrojs/tailwind": "^5.1.0", "@crocoder-dev/tailwind": "*", - "astro": "4.16.14" + "astro": "4.16.15" }, "scripts": { "dev": "astro dev --port 4321",