From ecf9c5b39b3a5139164de0d04adcb22d184156d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 21:43:46 +0000 Subject: [PATCH] build(deps-dev): bump astro from 5.17.2 to 5.17.3 in the astro group Bumps the astro group with 1 update: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 5.17.2 to 5.17.3 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/astro@5.17.3/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@5.17.3/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.17.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: astro ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b47ed4b7..c718c45b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@types/react": "^18.2.31", "@types/react-dom": "^18.2.14", "@typescript-eslint/parser": "^8.54.0", - "astro": "^5.17.2", + "astro": "^5.17.3", "astro-mermaid": "1.3.1", "change-case-all": "^2.1.0", "eslint": "^9.39.2", @@ -6779,9 +6779,9 @@ } }, "node_modules/astro": { - "version": "5.17.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.17.2.tgz", - "integrity": "sha512-7jnMqGo53hOQNwo1N/wqeOvUp8wwW/p+DeerSjSkHNx8L/1mhy6P7rVo7EhdmF8DpKqw0tl/B5Fx1WcIzg1ysA==", + "version": "5.17.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.17.3.tgz", + "integrity": "sha512-69dcfPe8LsHzklwj+hl+vunWUbpMB6pmg35mACjetxbJeUNNys90JaBM8ZiwsPK689SAj/4Zqb1ayaANls9/MA==", "dev": true, "license": "MIT", "dependencies": { @@ -6808,7 +6808,7 @@ "dlv": "^1.1.3", "dset": "^3.1.4", "es-module-lexer": "^1.7.0", - "esbuild": "^0.27.0", + "esbuild": "^0.27.3", "estree-walker": "^3.0.3", "flattie": "^1.1.1", "fontace": "~0.4.0", diff --git a/package.json b/package.json index 7caac9b1..79c82a25 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@types/react": "^18.2.31", "@types/react-dom": "^18.2.14", "@typescript-eslint/parser": "^8.54.0", - "astro": "^5.17.2", + "astro": "^5.17.3", "astro-mermaid": "1.3.1", "change-case-all": "^2.1.0", "eslint": "^9.39.2",