From 30626e424d81e44e81434c7632ae7575421726d5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 3 Oct 2024 14:01:20 +0000 Subject: [PATCH] Update dependency astro to v4.15.11 --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 17c3f99..a16dbf4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2543,9 +2543,9 @@ } }, "node_modules/astro": { - "version": "4.15.10", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.15.10.tgz", - "integrity": "sha512-2NA9VWkIAxruq7GyR6ojpEqPLVlN2pyXqUDxiuXSEaaF1ajoQzLkXUIfhJgYmmVSIeTnd4ps9T4nTOEjWaOKrw==", + "version": "4.15.11", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.15.11.tgz", + "integrity": "sha512-uA9fenaRR+j6ksPFsmhM88ttz94a66SET1TZxAJLxctxWkDlgz58BxZYUc1gNlt0azhgzOgh4hP3q9M4YzAmBA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3",