From eaee42d26e07c1958e876169d35fd5d4c690a190 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:36:47 +0000 Subject: [PATCH] Bump astro from 6.1.5 to 6.1.6 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.1.5 to 6.1.6. - [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.1.6/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.1.6 dependency-type: direct:production ... 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 423a8f8..83dccca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@astrojs/check": "^0.9.8", - "astro": "^6.1.5", + "astro": "^6.1.6", "bootstrap": "^5.3.8", "sass": "^1.99.0", "typescript": "^5.9.3" @@ -2200,9 +2200,9 @@ } }, "node_modules/astro": { - "version": "6.1.5", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.5.tgz", - "integrity": "sha512-AJVw/JlssxUCBFi3Hp4djL8Pt7wUQqStBBawCd8cNGBBM2lBzp/rXGguzt4OcMfW+86fs0hpFwMyopHM2r6d3g==", + "version": "6.1.6", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.6.tgz", + "integrity": "sha512-pRsz+kYriwCV/AUcY/I9OVKtVHuYFs2DtCszAxprXded/kTE53nMwxfnK0Nf6FPfaX9vcUiLnigcSIhuFoKntA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^3.0.1", diff --git a/package.json b/package.json index cea506a..dd202a2 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@astrojs/check": "^0.9.8", - "astro": "^6.1.5", + "astro": "^6.1.6", "bootstrap": "^5.3.8", "sass": "^1.99.0", "typescript": "^5.9.3"