From 0d70c7bd7aefc016724dbbc62f9b8915a65523c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 15:51:42 +0000 Subject: [PATCH] chore(deps): bump astro Bumps the npm_and_yarn group with 1 update in the /docs directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 4.16.17 to 4.16.18 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/astro@4.16.18/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@4.16.18/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- docs/package.json | 2 +- docs/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/package.json b/docs/package.json index 01148353a..7e75ba860 100644 --- a/docs/package.json +++ b/docs/package.json @@ -17,7 +17,7 @@ "@astrojs/check": "0.9.4", "@astrojs/markdown-remark": "5.3.0", "@astrojs/starlight": "0.28.4", - "astro": "4.16.17", + "astro": "4.16.18", "cspell": "^8.14.4", "hast-util-to-string": "^3.0.0", "rehype-autolink-headings": "7.1.0", diff --git a/docs/yarn.lock b/docs/yarn.lock index 3befe8455..a49eb35b5 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -1620,10 +1620,10 @@ astro-expressive-code@^0.35.6: dependencies: rehype-expressive-code "^0.35.6" -astro@4.16.17: - version "4.16.17" - resolved "https://registry.npmjs.org/astro/-/astro-4.16.17.tgz#058f222c3633704b909e8621fd90b86d40072c71" - integrity sha512-OuD+BP7U6OqQLKtZ/FJkU2S+TOlifxS/OKUbZOb5p6y+LLBa1J3zHRJrIl7DUSq6eXY+9wSWwbJpD9JS+lqhxA== +astro@4.16.18: + version "4.16.18" + resolved "https://registry.npmjs.org/astro/-/astro-4.16.18.tgz#c7db47d5554d865543d6917f42b5129819c6bc88" + integrity sha512-G7zfwJt9BDHEZwlaLNvjbInIw2hPryyD654314KV/XT34pJU6SfN1S+mWa8RAkALcZNJnJXCJmT3JXLQStD3Lw== dependencies: "@astrojs/compiler" "^2.10.3" "@astrojs/internal-helpers" "0.4.1"