From da50bc093cb27c052c848f924ad223d5b4c54b02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 06:24:28 +0000 Subject: [PATCH] chore(deps-dev): bump astro from 5.14.5 to 5.14.6 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.14.5 to 5.14.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@5.14.6/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.14.6 dependency-type: direct:development 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 f0ab7e2e10..cf919ea584 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "@types/viz.js": "^2.1.5", "@typescript-eslint/eslint-plugin": "^8.46.1", "@typescript-eslint/parser": "^8.46.0", - "astro": "^5.14.5", + "astro": "^5.14.6", "astro-auto-import": "^0.4.5", "astro-eslint-parser": "^1.2.2", "astro-expressive-code": "^0.41.3", @@ -6174,9 +6174,9 @@ } }, "node_modules/astro": { - "version": "5.14.5", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.14.5.tgz", - "integrity": "sha512-EHt7y3+nHYyKzBats1AL3N4Pyrvqyr+zXBC7njUa9Tfe+gsiHlunaw+lXitTT/DDVwO2R/f/qVG7Xc6rl0b2KQ==", + "version": "5.14.6", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.14.6.tgz", + "integrity": "sha512-MSdjKt2W2a56x868DqDWgbfw4D689/8EGhHG4465h7eivTI237u1aBx4iJvgI6WfgdUE61+coAvMjUkEvOWbpA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", diff --git a/package.json b/package.json index 36258fccc8..d9b88256cd 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@types/viz.js": "^2.1.5", "@typescript-eslint/eslint-plugin": "^8.46.1", "@typescript-eslint/parser": "^8.46.0", - "astro": "^5.14.5", + "astro": "^5.14.6", "astro-auto-import": "^0.4.5", "astro-eslint-parser": "^1.2.2", "astro-expressive-code": "^0.41.3",