From 35c5feb7c9e20f56cfc1442fff88f791ed20d566 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 10:59:03 +0000 Subject: [PATCH] Bump astro from 2.10.4 to 2.10.5 in /astro Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.10.4 to 2.10.5. - [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.10.5/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 6d5b882..685e6e5 100644 --- a/astro/package.json +++ b/astro/package.json @@ -13,7 +13,7 @@ "@astrojs/prefetch": "^0.3.0", "@astrojs/sitemap": "^2.0.1", "@astrojs/tailwind": "4.0.0", - "astro": "^2.10.4", + "astro": "^2.10.5", "css-select": "5.1.0", "sharp": "^0.32.4", "slate-serializers": "0.1.0", diff --git a/astro/yarn.lock b/astro/yarn.lock index 045afd0..434c75e 100644 --- a/astro/yarn.lock +++ b/astro/yarn.lock @@ -862,10 +862,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.10.4: - version "2.10.4" - resolved "https://registry.yarnpkg.com/astro/-/astro-2.10.4.tgz#58dace87d29684c7f322b1984a9b00572957bdee" - integrity sha512-6MQ2E25tvHFNVgZ2uaNm33w2DKTyurlDLU0UUcdnAxVQwldDD8Qq8KDHm+nBx1CAWycjdbjJi9VQVvX2TOCMeQ== +astro@^2.10.5: + version "2.10.5" + resolved "https://registry.yarnpkg.com/astro/-/astro-2.10.5.tgz#23be82a8537507d592c09947b30ce746dedd0065" + integrity sha512-/GlDb0iHq9smACrCqVu/AaNi5+fqJuPOVTthm5fFNi+OBRprY0DW8juaov8o+M1X6SvIyIbOcd04+ZsYrIF0Sg== dependencies: "@astrojs/compiler" "^1.8.0" "@astrojs/internal-helpers" "^0.1.2"