From b3c002b44025a209bef00a8484300600c35f2f0f Mon Sep 17 00:00:00 2001 From: Smeagol Date: Wed, 7 Feb 2024 19:01:00 +0000 Subject: [PATCH] Update dependency astro to v4.3.5 --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 12aa503..3cd1799 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1427,9 +1427,9 @@ } }, "node_modules/astro": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.3.3.tgz", - "integrity": "sha512-8Vfcv8LuCfzkLj+NMk7i7pu5o0MPyDkYqUYWELSwKxWf85zJSNU4oLg4DlEZWbVpm5LeTfVrpSGrZGy5n4grBg==", + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.3.5.tgz", + "integrity": "sha512-7jPffNlcmDO94NlkWe/hUWta/pIjlx1LVD/DZb/fyjT1Jv+7mGhKZBIjkDfeVpequW70mep8cAS5RM7Pxa0Gdg==", "dependencies": { "@astrojs/compiler": "^2.5.3", "@astrojs/internal-helpers": "0.2.1",