From 427d1db53ccb4132864f6cf9520bcffc3db8c85a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 12:52:17 +0000 Subject: [PATCH] Bump @astrojs/starlight from 0.17.0 to 0.17.2 Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.17.0 to 0.17.2. - [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.17.2/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-type: direct:production update-type: version-update:semver-patch ... 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 a5132c14..e7f57410 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -302,8 +302,8 @@ importers: specifier: ^0.4.1 version: 0.4.1(prettier-plugin-astro@0.13.0)(prettier@3.2.4)(typescript@5.3.3) '@astrojs/starlight': - specifier: ^0.17.0 - version: 0.17.0(astro@4.2.8) + specifier: ^0.17.2 + version: 0.17.2(astro@4.2.8) astro: specifier: ^4.2.8 version: 4.2.8(sass@1.70.0)(typescript@5.3.3) @@ -490,8 +490,8 @@ packages: zod: 3.22.4 dev: false - /@astrojs/starlight@0.17.0(astro@4.2.8): - resolution: {integrity: sha512-a2s+x/5r0v7S5jERC91IuEqV+PXDUlFNVDJPrcbpjx0xaqvg4TezL1K3gWCptfHO1mUE9ikQ8vaArbNbgFVb/g==} + /@astrojs/starlight@0.17.2(astro@4.2.8): + resolution: {integrity: sha512-2Zme8DobPaocbALX6LqkR8thDxa0RK3qikNccvwzowuYjGMzGvldt524RimFaVB0zTNrtrw2Sp1jamF1KJae8w==} peerDependencies: astro: ^4.0.0 dependencies: diff --git a/www/package.json b/www/package.json index ed2e4e47..27940caa 100644 --- a/www/package.json +++ b/www/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/check": "^0.4.1", - "@astrojs/starlight": "^0.17.0", + "@astrojs/starlight": "^0.17.2", "astro": "^4.2.8", "astro-font": "^0.0.77", "sass": "^1.69.5",