From 3040eb95edbe3f3f70bcff1bb4757828cd320920 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 10:47:27 +0000 Subject: [PATCH] Bump astro from 2.8.0 to 2.8.1 in /astro Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.8.0 to 2.8.1. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@2.8.1/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- astro/package.json | 2 +- astro/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/astro/package.json b/astro/package.json index d70f42f..7532a71 100644 --- a/astro/package.json +++ b/astro/package.json @@ -13,7 +13,7 @@ "@astrojs/prefetch": "^0.2.3", "@astrojs/sitemap": "^1.3.3", "@astrojs/tailwind": "4.0.0", - "astro": "^2.8.0", + "astro": "^2.8.1", "css-select": "5.1.0", "sharp": "^0.32.1", "slate-serializers": "0.1.0", diff --git a/astro/yarn.lock b/astro/yarn.lock index 4bae6a6..ac60928 100644 --- a/astro/yarn.lock +++ b/astro/yarn.lock @@ -747,10 +747,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@^2.8.0: - version "2.8.0" - resolved "https://registry.yarnpkg.com/astro/-/astro-2.8.0.tgz#939c53dc4aa2755030b2cb4fe3a2d69b3ad1a33b" - integrity sha512-bqdhE9039dzi0mqaWGO9rMk5HKxTn5TckxFmRPUdsV1qmbpghXtwuERHblfJu5etQofV6WVEyTrouG+BLRkqfA== +astro@^2.8.1: + version "2.8.1" + resolved "https://registry.yarnpkg.com/astro/-/astro-2.8.1.tgz#49a5bf670270087936c5207a04c4981b420be8d9" + integrity sha512-qHG9bw/eidVKs3wc4shOlK4zuX2SaXDGWfbDLoJIISlQuEDD09LIXv8K39O7lLRSMFRgjfv0QYXP3g05VtOBzg== dependencies: "@astrojs/compiler" "^1.5.3" "@astrojs/internal-helpers" "^0.1.1"