From d88c29bdadd4449c4d73f2b1c03b4655c39287e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 15:57:55 +0000 Subject: [PATCH] Bump astro from 5.16.12 to 5.16.15 in the production-dependencies group Bumps the production-dependencies group with 1 update: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 5.16.12 to 5.16.15 - [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.15/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.16.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... 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 a95d2ef..40d3318 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/check": "^0.9.6", "@astrojs/tailwind": "^6.0.2", - "astro": "^5.16.9", + "astro": "^5.16.15", "astro-aws-amplify": "^0.2.4", "astro-icon": "^1.1.5", "tailwindcss": "^3.4.19", @@ -2972,9 +2972,9 @@ } }, "node_modules/astro": { - "version": "5.16.12", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.12.tgz", - "integrity": "sha512-R2LH1GW4JexpSMWffbpzkeZDAwbdZwI5BclXEwi+vIUPxQI+7Y9ZogJ5u4ukdYFGrcrie/0z+Od4i3MlR0nELQ==", + "version": "5.16.15", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.15.tgz", + "integrity": "sha512-+X1Z0NTi2pa5a0Te6h77Dgc44fYj63j1yx6+39Nvg05lExajxSq7b1Uj/gtY45zoum8fD0+h0nak+DnHighs3A==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.13.0", diff --git a/package.json b/package.json index a2b6707..ecac9e6 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/check": "^0.9.6", "@astrojs/tailwind": "^6.0.2", - "astro": "^5.16.9", + "astro": "^5.16.15", "astro-aws-amplify": "^0.2.4", "astro-icon": "^1.1.5", "tailwindcss": "^3.4.19",