From 892bbe072620e22a24bddc37201e1163bcc8e333 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 10:11:56 +0000 Subject: [PATCH] Bump astro from 2.10.9 to 2.10.12 in /astro Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.10.9 to 2.10.12. - [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.12/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 | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/astro/package.json b/astro/package.json index 95d519a..ddd5d85 100644 --- a/astro/package.json +++ b/astro/package.json @@ -13,7 +13,7 @@ "@astrojs/prefetch": "^0.3.0", "@astrojs/sitemap": "^2.0.2", "@astrojs/tailwind": "4.0.0", - "astro": "^2.10.9", + "astro": "^2.10.12", "css-select": "5.1.0", "sharp": "^0.32.5", "slate-serializers": "0.4.1", diff --git a/astro/yarn.lock b/astro/yarn.lock index b9c953a..22b0a21 100644 --- a/astro/yarn.lock +++ b/astro/yarn.lock @@ -936,10 +936,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.9: - version "2.10.9" - resolved "https://registry.yarnpkg.com/astro/-/astro-2.10.9.tgz#93020502f6354430b389fc3dc12df12adb7a4be0" - integrity sha512-rtm/RHeJdAIAsziQaAGvbv2ALylNNOF1SUQ0zJaugu/ABUU62tNGNSxIR0LO5l4+dHhLbzRNo5uEnIPkmSRw+w== +astro@^2.10.12: + version "2.10.12" + resolved "https://registry.yarnpkg.com/astro/-/astro-2.10.12.tgz#d11a7ee7725897dfe390f57a8dd6bfabae241ebb" + integrity sha512-JbD+hLCbXhpDofuzWQxojmjXwoqD0bR2BGqIByZ7B5Cj6dKQXHIr1HsrDdWcmjM+O4NXKV2TCfeXv1ZTtjqX3Q== dependencies: "@astrojs/compiler" "^1.8.0" "@astrojs/internal-helpers" "^0.1.2" @@ -973,6 +973,7 @@ astro@^2.10.9: github-slugger "^2.0.0" gray-matter "^4.0.3" html-escaper "^3.0.3" + http-cache-semantics "^4.1.1" js-yaml "^4.1.0" kleur "^4.1.4" magic-string "^0.30.2"