From 23aef9a56e317894f08fcb548f51ca6d2084eff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 04:32:58 +0000 Subject: [PATCH] build(deps): bump astro from 7.0.9 to 7.1.1 in the astro group Bumps the astro group with 1 update: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 7.0.9 to 7.1.1 - [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.1/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: astro ... Signed-off-by: dependabot[bot] --- 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 2d38725e..6a5dd612 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/mdx": "^7.0.3", "@astrojs/rss": "^4.0.19", "@tailwindcss/vite": "^4.3.2", - "astro": "^7.0.9", + "astro": "^7.1.1", "dompurify": "^3.4.12", "tailwindcss": "^4.3.0" }, @@ -3524,9 +3524,9 @@ } }, "node_modules/astro": { - "version": "7.0.9", - "resolved": "https://registry.npmjs.org/astro/-/astro-7.0.9.tgz", - "integrity": "sha512-WB5pA4LLQnmqjBh6EIu0z8aUV4q2/AoThgSZq57Rsp+oqqvPu7OwZ5eF+W4ku20TUTxIhiJW8dccuGvJPiW2UA==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-7.1.1.tgz", + "integrity": "sha512-yfKhuvbz+DORHihJRL1DHcxyLcX9uTrxvz2nCSTzHH54k2DdACBfuOu2OAAAhdUC9xlu2IRXAiagqcPL3DftCg==", "license": "MIT", "dependencies": { "@astrojs/compiler-rs": "^0.3.1", diff --git a/package.json b/package.json index 5ff6d3fc..1fca4874 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@astrojs/mdx": "^7.0.3", "@astrojs/rss": "^4.0.19", "@tailwindcss/vite": "^4.3.2", - "astro": "^7.0.9", + "astro": "^7.1.1", "dompurify": "^3.4.12", "tailwindcss": "^4.3.0" },