From ea4b606457f2d17d3cf2335fa27e17a752b23427 Mon Sep 17 00:00:00 2001 From: Smeagol Date: Wed, 7 Feb 2024 03:03:04 +0000 Subject: [PATCH] Update dependency astro to v4.3.3 --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index d316e5b..12aa503 100644 --- a/package-lock.json +++ b/package-lock.json @@ -108,9 +108,9 @@ } }, "node_modules/@astrojs/compiler": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.5.2.tgz", - "integrity": "sha512-fm9HNYu1tVnJjZYHE+SdDM5k6fZKNPXS9PwT43Mf6l4HVGx8d1jQwhGQqCvLkYJJBwQ9OysiexFMt7wtNuXhmQ==" + "version": "2.5.3", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.5.3.tgz", + "integrity": "sha512-jzj01BRv/fmo+9Mr2FhocywGzEYiyiP2GVHje1ziGNU6c97kwhYGsnvwMkHrncAy9T9Vi54cjaMK7UE4ClX4vA==" }, "node_modules/@astrojs/internal-helpers": { "version": "0.2.1", @@ -1427,11 +1427,11 @@ } }, "node_modules/astro": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.3.2.tgz", - "integrity": "sha512-SJotHzKG/I32ruYWItMRJjtmNQh14mVS7kahu3XfYyxvo6nx08PGJBTSPbqPrW1sjeQPHwcpVDFx3yMMK2kaxQ==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.3.3.tgz", + "integrity": "sha512-8Vfcv8LuCfzkLj+NMk7i7pu5o0MPyDkYqUYWELSwKxWf85zJSNU4oLg4DlEZWbVpm5LeTfVrpSGrZGy5n4grBg==", "dependencies": { - "@astrojs/compiler": "^2.5.0", + "@astrojs/compiler": "^2.5.3", "@astrojs/internal-helpers": "0.2.1", "@astrojs/markdown-remark": "4.2.1", "@astrojs/telemetry": "3.0.4",