From a3fc1cd384643feacc8c1fdf059ac9a88a5d96dd Mon Sep 17 00:00:00 2001 From: Smeagol Date: Mon, 26 Feb 2024 16:01:08 +0000 Subject: [PATCH] Update dependency astro to v4.4.5 --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4b50bb9..7927385 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1432,9 +1432,9 @@ } }, "node_modules/astro": { - "version": "4.4.4", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.4.4.tgz", - "integrity": "sha512-EZrDTN888w4sFKqavGsHu8jSaymyxNwnoqIq5NKlMG9WNU/Xn4Yn41pUdBuAOrgNzRp1NyXXhhV6GV1pN71V2Q==", + "version": "4.4.5", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.4.5.tgz", + "integrity": "sha512-ccat42P5qr281JExywVsK/BLeKgwSL+oLxJP195s4Wvj3nL32djw+WNJNctuDDTJ5XWgvPdHZjBtSDNO5OgagQ==", "dependencies": { "@astrojs/compiler": "^2.5.3", "@astrojs/internal-helpers": "0.2.1",