From e9e6f875290d1dea64c51692bb7366e66055d090 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 11:32:09 +0000 Subject: [PATCH] Bump astro from 5.17.2 to 5.18.0 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.17.2 to 5.18.0. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/astro@5.18.0/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@5.18.0/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2f67908..86fe788 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/rss": "^4.0.15", "@tailwindcss/vite": "^4.1.18", - "astro": "^5.17.2", + "astro": "^5.18.0", "tailwindcss": "^4.1.18" }, "devDependencies": { @@ -2027,9 +2027,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.18.0", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.18.0.tgz", + "integrity": "sha512-CHiohwJIS4L0G6/IzE1Fx3dgWqXBCXus/od0eGUfxrZJD2um2pE7ehclMmgL/fXqbU7NfE1Ze2pq34h2QaA6iQ==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.13.0", @@ -2055,7 +2055,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", diff --git a/package.json b/package.json index ddf4113..9e6bca9 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/rss": "^4.0.15", "@tailwindcss/vite": "^4.1.18", - "astro": "^5.17.2", + "astro": "^5.18.0", "tailwindcss": "^4.1.18" }, "devDependencies": {