From 71dcfd67c0de9a991e009e162478b8b57cbae18e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 08:18:17 +0000 Subject: [PATCH] chore(deps): bump astro from 5.17.2 to 5.17.3 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 ++++++++------ package.json | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0534a44..95e7fe6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,8 +10,11 @@ "dependencies": { "@astrojs/starlight": "^0.34.0", "@astrojs/vercel": "^9.0.4", - "astro": "^5.7.0", + "astro": "^5.17.3", "sharp": "^0.33.0" + }, + "engines": { + "node": ">=18.0.0" } }, "node_modules/@astrojs/compiler": { @@ -2722,9 +2725,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==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.13.0", @@ -2750,7 +2753,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", @@ -8608,4 +8611,3 @@ } } } - diff --git a/package.json b/package.json index b534ddf..b286168 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/starlight": "^0.34.0", "@astrojs/vercel": "^9.0.4", - "astro": "^5.7.0", + "astro": "^5.17.3", "sharp": "^0.33.0" }, "engines": {