From 64eb2bbb028f81032d4e09f7bd531440e037f444 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 22:13:06 +0000 Subject: [PATCH] Bump astro from 6.0.7 to 6.0.8 in the dependencies group Bumps the dependencies group with 1 update: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 6.0.7 to 6.0.8 - [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@6.0.8/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... 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 45b51c8..dbab588 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "ace-builds": "^1.43.6", - "astro": "^6.0.7", + "astro": "^6.0.8", "bootstrap": "^5.3.8", "htmlhint": "^1.9.2" }, @@ -2278,9 +2278,9 @@ } }, "node_modules/astro": { - "version": "6.0.7", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.0.7.tgz", - "integrity": "sha512-tCUrtQI+2Dk13xTM07JYrvk16T4ekWqSXh0/dVCunne816ZV+RCs1tomSoTHZi3DJdoaTnLJmkH+uxCC3b1KWw==", + "version": "6.0.8", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.0.8.tgz", + "integrity": "sha512-DCPeb8GKOoFWh+8whB7Qi/kKWD/6NcQ9nd1QVNzJFxgHkea3WYrNroQRq4whmBdjhkYPTLS/1gmUAl2iA2Es2g==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^3.0.0", diff --git a/package.json b/package.json index 2dfb733..176726d 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "dependencies": { "ace-builds": "^1.43.6", - "astro": "^6.0.7", + "astro": "^6.0.8", "bootstrap": "^5.3.8", "htmlhint": "^1.9.2" },