From db676bae60da9c548e6d25d3516672cadaef097b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Nov 2025 16:21:54 +0000 Subject: [PATCH] chore(deps-dev): bump astro Bumps the npm_and_yarn group with 1 update in the /lib directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 5.12.3 to 5.15.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.15.9/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.15.9 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- lib/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/package.json b/lib/package.json index 05570a9..3d8afbb 100644 --- a/lib/package.json +++ b/lib/package.json @@ -36,7 +36,7 @@ "@playwright/test": "1.49.1", "@tweakpane/core": "2.0.5", "@types/node": "22.16.5", - "astro": "5.12.3", + "astro": "5.15.9", "changelogen": "0.6.2", "eslint": "9.32.0", "eslint-config-unjs": "0.5.0",