From 04b6bc596bd8bf29a470698f4eb26eb0dc16a6bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 22:54:37 +0000 Subject: [PATCH] chore(deps): bump astro from 7.0.9 to 7.1.4 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 7.0.9 to 7.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@7.1.4/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 7.1.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2fea8b8..749c88c 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@fortawesome/fontawesome-svg-core": "^7.3.1", "@fortawesome/free-brands-svg-icons": "^7.3.1", "@fortawesome/free-solid-svg-icons": "^7.3.1", - "astro": "7.0.9", + "astro": "7.1.4", "astro-mermaid": "^2.1.0", "autoprefixer": "^10.5.4", "axios": "^1.18.1",