From db7390f3aaeefb8b48f08e8f691408bb21125e0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 08:25:23 +0000 Subject: [PATCH] chore(deps-dev): bump astro from 5.16.7 to 5.16.9 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.16.7 to 5.16.9. - [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.16.9/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.16.9 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 56f54699fb..a8530b3ddc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "@types/viz.js": "^2.1.5", "@typescript-eslint/eslint-plugin": "^8.52.0", "@typescript-eslint/parser": "^8.52.0", - "astro": "^5.16.7", + "astro": "^5.16.9", "astro-auto-import": "^0.5.1", "astro-eslint-parser": "^1.2.2", "astro-expressive-code": "^0.41.5", @@ -6342,9 +6342,9 @@ } }, "node_modules/astro": { - "version": "5.16.7", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.7.tgz", - "integrity": "sha512-Kfv7FKisFR+THvmojXWtvJGRCvQ4D9przguE9XdeUtS464ned6hvbgmyFDvPzyaNmDtkHGNpPwAQ9tgFcVqp+Q==", + "version": "5.16.9", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.9.tgz", + "integrity": "sha512-gJvoZv0v8xCcKBcsxz1ZfXqoJ7sJJcyoKP8bUTjkuD4vDShLe0N26em4LQxitVv/2HLOpldQg67bEHB/qGoxJA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.13.0", diff --git a/package.json b/package.json index c1c7b5b596..26ac030659 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@types/viz.js": "^2.1.5", "@typescript-eslint/eslint-plugin": "^8.52.0", "@typescript-eslint/parser": "^8.52.0", - "astro": "^5.16.7", + "astro": "^5.16.9", "astro-auto-import": "^0.5.1", "astro-eslint-parser": "^1.2.2", "astro-expressive-code": "^0.41.5",