From ee11c93abf1d0a45f92eae2852c760d1eeca14ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 08:18:47 +0000 Subject: [PATCH] chore(deps): bump astro from 5.11.0 to 5.11.1 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.11.0 to 5.11.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@5.11.1/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.11.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 74e579c1..9e50e9d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/starlight": "^0.34.5", "@astrojs/vercel": "^8.2.1", "@vercel/analytics": "^1.5.0", - "astro": "^5.11.0" + "astro": "^5.11.1" }, "devDependencies": { "@actions/core": "^1.11.1", @@ -3623,9 +3623,10 @@ } }, "node_modules/astro": { - "version": "5.11.0", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.11.0.tgz", - "integrity": "sha512-MEICntERthUxJPSSDsDiZuwiCMrsaYy3fnDhp4c6ScUfldCB8RBnB/myYdpTFXpwYBy6SgVsHQ1H4MuuA7ro/Q==", + "version": "5.11.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.11.1.tgz", + "integrity": "sha512-32dpUh0tXSV/FR2q2/z7LOA6IXl7RqET9J51IA0pPSSi3exhRP3EOSQGjBq10DzXT7VrvplDrFqwfiiWBS8oYA==", + "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", "@astrojs/internal-helpers": "0.6.1", diff --git a/package.json b/package.json index c2aa9dda..6632e4dd 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@astrojs/starlight": "^0.34.5", "@astrojs/vercel": "^8.2.1", "@vercel/analytics": "^1.5.0", - "astro": "^5.11.0" + "astro": "^5.11.1" }, "devDependencies": { "@actions/core": "^1.11.1",