From 6a5be4962e3275c2aa90634c88a9576770af9802 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 22:53:53 +0000 Subject: [PATCH] chore(deps): bump astro from 7.0.9 to 7.1.3 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 7.0.9 to 7.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@7.1.3/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 7.1.3 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..7f5c157 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.3", "astro-mermaid": "^2.1.0", "autoprefixer": "^10.5.4", "axios": "^1.18.1",