From 71921b76cc38bec04f6d3f492d7e364e06c982b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 14:32:02 +0000 Subject: [PATCH] chore(deps): bump @astrojs/starlight from 0.37.4 to 0.37.5 Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.37.4 to 0.37.5. - [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.37.5/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-version: 0.37.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 c13fa85..3d8881d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "enterprise-firefox-admin-docs", "version": "0.0.1", "dependencies": { - "@astrojs/starlight": "^0.37.4", + "@astrojs/starlight": "^0.37.5", "astro": "^5.17.1", "astro-breadcrumbs": "^3.3.3", "sharp": "^0.34.5", @@ -104,9 +104,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.37.4", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.37.4.tgz", - "integrity": "sha512-ygPGDgRd9nCcNgaYMNN7UeAMAkDOR1ibv3ps3xEz+cuvKG3CRLd19UwdB+Gyz1tbkyfjPWPkFKNhLwNybro8Tw==", + "version": "0.37.5", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.37.5.tgz", + "integrity": "sha512-+pC2pgy0iR9Ucl1P4CE0jyfsoNKcUSB2RIoBwm4UnyyhtlaEjoSU7MZwa5IJkzS9sBgIbLbLgYVbkC4tHN8rkQ==", "license": "MIT", "dependencies": { "@astrojs/markdown-remark": "^6.3.1", diff --git a/package.json b/package.json index 816ad3f..03e5214 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.37.4", + "@astrojs/starlight": "^0.37.5", "astro": "^5.17.1", "astro-breadcrumbs": "^3.3.3", "sharp": "^0.34.5",