From 26c079a12039263e196a933e15bff32be8613488 Mon Sep 17 00:00:00 2001 From: Smeagol Date: Tue, 21 Nov 2023 22:00:19 +0000 Subject: [PATCH] Update dependency astro to v3.5.7 --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d2a7d9b..38d1ce7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1289,9 +1289,9 @@ } }, "node_modules/astro": { - "version": "3.5.6", - "resolved": "https://registry.npmjs.org/astro/-/astro-3.5.6.tgz", - "integrity": "sha512-50gKrQl7rlPKeChtZVLRMNQDVKJP2PoGk8ZiDVHt4U4AjJjnLs/XvOBuseoSXvQW5Zbp0IQuDN/uzq8hRhTl6w==", + "version": "3.5.7", + "resolved": "https://registry.npmjs.org/astro/-/astro-3.5.7.tgz", + "integrity": "sha512-sQiblxFOzWuqo6qdpw15AxGyvQfWa6DMlEazp2+6Ra1pK7uiuK/zxf5LZKiOeZ01Wtv4dveXOwPPwf2eN+5Wew==", "dependencies": { "@astrojs/compiler": "^2.3.0", "@astrojs/internal-helpers": "0.2.1", -- 2.46.0