From 6fcf14d2ef6c7075aebb2f28d5c75c69080b70b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 19:21:45 +0100 Subject: [PATCH] Bump @astrojs/starlight from 0.31.0 to 0.31.1 (#44) Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.31.0 to 0.31.1. - [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.31.1/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5464ab9..7ef9101 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "har-fyi", "version": "0.0.1", "dependencies": { - "@astrojs/starlight": "^0.31.0", + "@astrojs/starlight": "^0.31.1", "astro": "^5.1.7" } }, @@ -102,9 +102,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.31.0", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.31.0.tgz", - "integrity": "sha512-O70j7m42wp0EcX26Vsm8i37KSlcoHNFY6VLMbJKWKel6XRHS+IVG6AePcpBNS1I+FKkkcagTFJfy3X3n2dDo4Q==", + "version": "0.31.1", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.31.1.tgz", + "integrity": "sha512-VIVkHugwgtEqJPiRH8+ouP0UqUfdmpBO9C64R+6QaQ2qmADNkI/BA3/YAJHTBZYlMQQGEEuLJwD9qpaUovi52Q==", "license": "MIT", "dependencies": { "@astrojs/mdx": "^4.0.5", diff --git a/package.json b/package.json index d18ebf1..40ff59b 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "update": "npx @astrojs/upgrade" }, "dependencies": { - "@astrojs/starlight": "^0.31.0", + "@astrojs/starlight": "^0.31.1", "astro": "^5.1.7" } }