From 86bd205517fdecd7603ee657fbf28d763b618c90 Mon Sep 17 00:00:00 2001 From: Smeagol Date: Sun, 12 Nov 2023 05:00:22 +0000 Subject: [PATCH] Update dependency astro to v3.5.3 --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f57c39c..26d2b6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1289,9 +1289,9 @@ } }, "node_modules/astro": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-3.5.2.tgz", - "integrity": "sha512-AE37biXPX0fH4tmBKpYDyW8UvJ3XLNvRCuUE4RTGf+YdKPPcwGLgV8DE6GLG86pHfevTH+kM581sBDzGh54iEw==", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-3.5.3.tgz", + "integrity": "sha512-08ya96yvQLdZjwYYpylzDTUGcyuA+Kw9zIT2RHfL7VzXtLTL1ZxhQjSo6CiTBH8Tcrdam88Fez+Q1awwKKajGw==", "dependencies": { "@astrojs/compiler": "^2.3.0", "@astrojs/internal-helpers": "0.2.1",