From d5f078a729032a49c23a53e1e197a5c4be57a539 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 20:09:04 +0000 Subject: [PATCH] Bump @astrojs/starlight from 0.15.4 to 0.16.0 Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.15.4 to 0.16.0. - [Release notes](https://github.com/withastro/starlight/releases) - [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md) - [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.16.0/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 8 ++++---- www/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f1b2e99d..ef05e057 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -121,8 +121,8 @@ importers: specifier: ^0.4.1 version: 0.4.1(typescript@5.3.3) '@astrojs/starlight': - specifier: ^0.15.4 - version: 0.15.4(astro@4.2.3) + specifier: ^0.16.0 + version: 0.16.0(astro@4.2.3) astro: specifier: ^4.2.0 version: 4.2.3(@types/node@20.11.5)(sass@1.70.0)(typescript@5.3.3) @@ -297,8 +297,8 @@ packages: zod: 3.22.4 dev: false - /@astrojs/starlight@0.15.4(astro@4.2.3): - resolution: {integrity: sha512-o3heYH+RltsCsvO3L0qLnnFJEakwLSRoxW4wFX2zDeDWta9BIpdSOo7+Zg+sSn7k9RPOhI9SGvdFx67B53I18Q==} + /@astrojs/starlight@0.16.0(astro@4.2.3): + resolution: {integrity: sha512-zwSNiCqzZeiuivUp4Yhx+eMLGww8v8cRYoCYXg9myTXNUwphqPaVG3rp7dbaZ4y1MaejnjYWB444ZRItEgTDcQ==} peerDependencies: astro: ^4.0.0 dependencies: diff --git a/www/package.json b/www/package.json index e6863c0c..6a12f35e 100644 --- a/www/package.json +++ b/www/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/check": "^0.4.1", - "@astrojs/starlight": "^0.15.4", + "@astrojs/starlight": "^0.16.0", "astro": "^4.2.0", "sass": "^1.69.5", "sharp": "^0.32.6",