From 049ac87399c4c0d7fae99ff896566b097d198a80 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 15 Oct 2024 17:31:49 +0000 Subject: [PATCH] Update dependency astro to v4.16.5 --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7649368..01fc87d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2546,9 +2546,9 @@ } }, "node_modules/astro": { - "version": "4.16.4", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.4.tgz", - "integrity": "sha512-W/ETxHRkt9iEAj1RVSqV3bjSGaGXEFJHqeNpPhvJIj720hC3V/ZBDAd6FpMW291eiZPtxhGh+c/VDtkD6avPXQ==", + "version": "4.16.5", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.5.tgz", + "integrity": "sha512-v8mKWcEPN7hkfyVsMFWV0F8UgL4GUJKT172KTB7dePO3yJb64HBwCckC0QnA60QQh3jK6+2xwyWEc5QvCeqjtg==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3",