From ea7ae03b8ab35b7de13d8d0347bad2e0f706b1a1 Mon Sep 17 00:00:00 2001 From: David Maciejewski Date: Wed, 14 Feb 2024 11:50:07 +0100 Subject: [PATCH] Update astro --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index de6288b..fab70af 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@iconify-json/material-symbols": "^1.1.72", "@iconify-json/simple-icons": "^1.1.91", "add": "^2.0.6", - "astro": "^4.3.6", + "astro": "^4.3.7", "astro-embed": "^0.6.1", "astro-icon": "^1.1.0", "autoprefixer": "^10.4.17", diff --git a/yarn.lock b/yarn.lock index 71c16c3..15bbcb3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1381,10 +1381,10 @@ astro-icon@^1.1.0: "@iconify/types" "^2.0.0" "@iconify/utils" "^2.1.5" -astro@^4.3.6: - version "4.3.6" - resolved "https://registry.yarnpkg.com/astro/-/astro-4.3.6.tgz#bdbbdf2cdccec79d07a0a2e12afd2d637f2819cb" - integrity sha512-VYJGsBygMtPM/qTRgn5QdxkSILgjpW2uHVw3snp/Gkl+N9uRAAnuYxrUO7wkbLejfrmlb0nZyyKG+H5VDQPbeg== +astro@^4.3.7: + version "4.3.7" + resolved "https://registry.yarnpkg.com/astro/-/astro-4.3.7.tgz#8ade6ce4e9802e1254d9e40985e565b9e6d7803f" + integrity sha512-spdl+Ae6WZjQ0w8VBPq8ulN1hdN0m4EWvKG7ecgHjPQIHidMnzWJoZLEFEeKASqCGB1fDibqr7RDHoHkhZbp2Q== dependencies: "@astrojs/compiler" "^2.5.3" "@astrojs/internal-helpers" "0.2.1"