From e87f9b460df4738aedd3919d7a20c30a39431e3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 07:27:00 +0000 Subject: [PATCH] chore(deps): bump astro from 5.8.1 to 5.8.2 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.8.1 to 5.8.2. - [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.8.2/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.8.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 baef4066..095d98f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/starlight": "^0.34.3", "@astrojs/vercel": "^8.1.4", "@vercel/analytics": "^1.5.0", - "astro": "^5.8.1" + "astro": "^5.8.2" }, "devDependencies": { "@actions/core": "^1.11.1", @@ -3606,9 +3606,9 @@ } }, "node_modules/astro": { - "version": "5.8.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.8.1.tgz", - "integrity": "sha512-lkBg1smMRFW+FQ6i92SgEN53o4+ItRjlRt6Ck+rEjmTcb57Bid7faTNKUQNYuNnxiesTWw3NJDyVPQPbfKDyfw==", + "version": "5.8.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.8.2.tgz", + "integrity": "sha512-t0TBpBdVluA2QVmbFBwpIqmTvBwNhIz1XTIT1BWPkDkoIgsiEMf6BOZqcoGG7f4GVKkUB9bTgMOhPgU3tbJ6vQ==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.11.0", diff --git a/package.json b/package.json index 1015fb32..d3cb5bc9 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@astrojs/starlight": "^0.34.3", "@astrojs/vercel": "^8.1.4", "@vercel/analytics": "^1.5.0", - "astro": "^5.8.1" + "astro": "^5.8.2" }, "devDependencies": { "@actions/core": "^1.11.1",