From 794bae8854b0860289b241b4b92267b58896c763 Mon Sep 17 00:00:00 2001 From: Smeagol Date: Fri, 22 Mar 2024 17:09:47 +0000 Subject: [PATCH] Update dependency astro to v4.5.9 --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e57f803..555d6fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1437,9 +1437,9 @@ } }, "node_modules/astro": { - "version": "4.5.8", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.5.8.tgz", - "integrity": "sha512-bhKsoZQWT6LW8aYMvTGglZTPa3rYRbcdc2buiJyFPCvSWOOyZmxqpp6vtQ+x6fXxD8P1NecM/c4g5GaPi+MokQ==", + "version": "4.5.9", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.5.9.tgz", + "integrity": "sha512-GheU72Goz7dYQNKaqTxB2H49cNvHfahGSbNkTvMXk+gyHf/g633qadqlO2ZQbTUacoUWmDzvS5fhMZt2/w4naQ==", "dependencies": { "@astrojs/compiler": "^2.7.0", "@astrojs/internal-helpers": "0.3.0",