From d93feb399725de992e1874302f3ef256798005c4 Mon Sep 17 00:00:00 2001 From: Smeagol Date: Tue, 13 Feb 2024 22:01:03 +0000 Subject: [PATCH] Update dependency astro to v4.3.7 --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index daa6c87..0a5cdb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1427,9 +1427,9 @@ } }, "node_modules/astro": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.3.6.tgz", - "integrity": "sha512-VYJGsBygMtPM/qTRgn5QdxkSILgjpW2uHVw3snp/Gkl+N9uRAAnuYxrUO7wkbLejfrmlb0nZyyKG+H5VDQPbeg==", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.3.7.tgz", + "integrity": "sha512-spdl+Ae6WZjQ0w8VBPq8ulN1hdN0m4EWvKG7ecgHjPQIHidMnzWJoZLEFEeKASqCGB1fDibqr7RDHoHkhZbp2Q==", "dependencies": { "@astrojs/compiler": "^2.5.3", "@astrojs/internal-helpers": "0.2.1",