From 05619f2126835e4d87fcdfdec3a7ee27bb368599 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 19:00:08 +0000 Subject: [PATCH] chore(deps): update dependency astro to v4.4.15 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 802c09f..0ab5ab6 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "sync": "astro sync" }, "devDependencies": { - "astro": "4.4.10" + "astro": "4.4.15" }, "dependencies": { "slugify": "^1.6.6", diff --git a/yarn.lock b/yarn.lock index 44f298b..bf98333 100644 --- a/yarn.lock +++ b/yarn.lock @@ -695,10 +695,10 @@ array-iterate@^2.0.0: resolved "https://registry.yarnpkg.com/array-iterate/-/array-iterate-2.0.1.tgz#6efd43f8295b3fee06251d3d62ead4bd9805dd24" integrity sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg== -astro@4.4.10: - version "4.4.10" - resolved "https://registry.yarnpkg.com/astro/-/astro-4.4.10.tgz#bcf9475405325cd42a872ec25ef66b437a481864" - integrity sha512-8ASYlHPNKJg7F+1mlQts7nU1jZPQGE2xluB4fcdAUvH33BYLEBz/bCxJwLOmfC8Ai2gzs/wTwofwDzqbwjx6Ug== +astro@4.4.15: + version "4.4.15" + resolved "https://registry.yarnpkg.com/astro/-/astro-4.4.15.tgz#1eb10278189647ef72d4a9502a8434ad7905facb" + integrity sha512-RTiAnlO8hDp6GqMVvaeJxyuCJhHNEho09lHshMNQBqgRabYPOJGW0HZZrbLRGNOqN9I14ivhZIunYGgAaGQpWw== dependencies: "@astrojs/compiler" "^2.5.3" "@astrojs/internal-helpers" "0.2.1"