From b34cd24828c62a082b99635562685cc088347394 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 23:33:58 +0000 Subject: [PATCH] build(deps): bump astro from 5.1.3 to 5.1.4 in the astro group (#1141) Bumps the astro group with 1 update: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 5.1.3 to 5.1.4 - [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@5.1.4/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-patch dependency-group: astro ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ff76240..f6560149 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@fontsource/caveat": "^5.1.1", "@fontsource/gfs-didot": "^5.1.1", "@fontsource/titillium-web": "^5.1.1", - "astro": "^5.1.3" + "astro": "^5.1.4" }, "devDependencies": { "@babel/core": "^7.26.0", @@ -8303,9 +8303,9 @@ } }, "node_modules/astro": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.1.3.tgz", - "integrity": "sha512-Zl/B4hmueJmlI5FJQcwbBRhHbRvbTWaTJzimkbH+jYczR5blt4uSh0DheyAt/+NwcnGfiC11z/XXJYIBR4LPUw==", + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.1.4.tgz", + "integrity": "sha512-V0XD2GlwUweCROYv+QKs97p7I1cZ6mYycU3VKGbJv2l55suTTy766F/MtHgoM/VAFdPBn488MUvDAYx85gf/Zw==", "dependencies": { "@astrojs/compiler": "^2.10.3", "@astrojs/internal-helpers": "0.4.2", diff --git a/package.json b/package.json index a8f8c439..84cdef4d 100644 --- a/package.json +++ b/package.json @@ -88,6 +88,6 @@ "@fontsource/caveat": "^5.1.1", "@fontsource/gfs-didot": "^5.1.1", "@fontsource/titillium-web": "^5.1.1", - "astro": "^5.1.3" + "astro": "^5.1.4" } }