From 3f2962dba7929088230b5ac92e51eedf59de1966 Mon Sep 17 00:00:00 2001 From: Smeagol Date: Tue, 9 Apr 2024 07:02:12 +0000 Subject: [PATCH] Update dependency astro to v4.5.17 --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8fbe9ca..e9c7112 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1445,9 +1445,9 @@ } }, "node_modules/astro": { - "version": "4.5.16", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.5.16.tgz", - "integrity": "sha512-1nOVsMq2OJiXnG6gO0Y77vTAboGN9nLQSy/8SGazq4h6x+alzbsMbQbArBgvaLzOSUXD0m91XLs3D8bOSuavrQ==", + "version": "4.5.17", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.5.17.tgz", + "integrity": "sha512-fr5onZt7MOe+6v08Ub1AZL9eUVo4f0y0nvL55AFMpVG2bMM1/omcwAH1uU2mkvwMLLtcd4RDtYz4mtJzd54Nfw==", "dependencies": { "@astrojs/compiler": "^2.7.1", "@astrojs/internal-helpers": "0.4.0",