From 79977cc9bc31211f4e4354254ebcc9971f924fc3 Mon Sep 17 00:00:00 2001 From: Smeagol Date: Wed, 1 Nov 2023 18:00:17 +0000 Subject: [PATCH] Update dependency astro to v3.4.2 --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index fd03831..7a72f7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1289,9 +1289,9 @@ } }, "node_modules/astro": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-3.4.1.tgz", - "integrity": "sha512-+9/jQ7puHDNUs+DN8bZFdlHwAIV9uTjmPyZn/yYXyhIM9dK32e60tvJQI1Bhcrh35PFBn8cZbMhVAWmraZpisg==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-3.4.2.tgz", + "integrity": "sha512-t+EjGXvmr8/x/3punIC7aGHwaseRYV4uWVaEcffUXFpGRv6z7UNffQwjyyuPjWbDj2pOPquKhQE1GnfK0V4ZNw==", "dependencies": { "@astrojs/compiler": "^2.1.0", "@astrojs/internal-helpers": "0.2.1",