From eb487151c597aa62cfa2ea9353baee8665384f76 Mon Sep 17 00:00:00 2001 From: Smeagol Date: Wed, 28 Feb 2024 14:01:53 +0000 Subject: [PATCH] Update dependency astro to v4.4.6 --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index edead7c..56b751d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1432,9 +1432,9 @@ } }, "node_modules/astro": { - "version": "4.4.5", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.4.5.tgz", - "integrity": "sha512-ccat42P5qr281JExywVsK/BLeKgwSL+oLxJP195s4Wvj3nL32djw+WNJNctuDDTJ5XWgvPdHZjBtSDNO5OgagQ==", + "version": "4.4.6", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.4.6.tgz", + "integrity": "sha512-kns2TtiMYTyDPgcvtaQjMfBhY/F/2+O3eSX4XWH13FFQW1hp7AcTXfGwq8SvJ14JNoU4bsKeJbaB9CxUN9ZQlQ==", "dependencies": { "@astrojs/compiler": "^2.5.3", "@astrojs/internal-helpers": "0.2.1",