From 8ab3187b56dc3cf4684feefbce9219290369de27 Mon Sep 17 00:00:00 2001 From: Smeagol Date: Wed, 20 Mar 2024 09:02:35 +0000 Subject: [PATCH] Update dependency astro to v4.5.7 --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b5396d1..3e77457 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1436,9 +1436,9 @@ } }, "node_modules/astro": { - "version": "4.5.6", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.5.6.tgz", - "integrity": "sha512-/pXr+tDvgps1x3w+9i48XzfNPDr4NrT89EJPeCTL57IjaTpitSQ8Oy10Fv6zAqXNLIUJ5j3P1c+fJx+taKIg0g==", + "version": "4.5.7", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.5.7.tgz", + "integrity": "sha512-Ioeg3TV42dOJvf6GlmykeR3EKZ8+JcnZyJ/X9qDPzVf2OREmtvW0182YCDXQBqwXFRHndZRcHLqinAWjzZYh/A==", "dependencies": { "@astrojs/compiler": "^2.7.0", "@astrojs/internal-helpers": "0.3.0",