From 99353bd59a4e4e8f80f89d5c5ca680cfa726adcb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 00:39:44 +0000 Subject: [PATCH] fix(deps): update dependency astro to v5.18.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 96d46b8..aaedcf2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/rss": "4.0.15", "@astrojs/sitemap": "3.7.0", "@tailwindcss/vite": "^4.0.3", - "astro": "5.17.3", + "astro": "5.18.0", "dayjs": "1.11.19", "modern-normalize": "3.0.1", "pagefind": "1.4.0", @@ -2482,9 +2482,9 @@ } }, "node_modules/astro": { - "version": "5.17.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.17.3.tgz", - "integrity": "sha512-69dcfPe8LsHzklwj+hl+vunWUbpMB6pmg35mACjetxbJeUNNys90JaBM8ZiwsPK689SAj/4Zqb1ayaANls9/MA==", + "version": "5.18.0", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.18.0.tgz", + "integrity": "sha512-CHiohwJIS4L0G6/IzE1Fx3dgWqXBCXus/od0eGUfxrZJD2um2pE7ehclMmgL/fXqbU7NfE1Ze2pq34h2QaA6iQ==", "dependencies": { "@astrojs/compiler": "^2.13.0", "@astrojs/internal-helpers": "0.7.5", @@ -10162,9 +10162,9 @@ } }, "astro": { - "version": "5.17.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.17.3.tgz", - "integrity": "sha512-69dcfPe8LsHzklwj+hl+vunWUbpMB6pmg35mACjetxbJeUNNys90JaBM8ZiwsPK689SAj/4Zqb1ayaANls9/MA==", + "version": "5.18.0", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.18.0.tgz", + "integrity": "sha512-CHiohwJIS4L0G6/IzE1Fx3dgWqXBCXus/od0eGUfxrZJD2um2pE7ehclMmgL/fXqbU7NfE1Ze2pq34h2QaA6iQ==", "requires": { "@astrojs/compiler": "^2.13.0", "@astrojs/internal-helpers": "0.7.5", diff --git a/package.json b/package.json index 1456cd0..d3db9cd 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@astrojs/rss": "4.0.15", "@astrojs/sitemap": "3.7.0", "@tailwindcss/vite": "^4.0.3", - "astro": "5.17.3", + "astro": "5.18.0", "dayjs": "1.11.19", "modern-normalize": "3.0.1", "pagefind": "1.4.0",