From 802da5a0ce6aaa2cd611de4997ab150ff5197d58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 17:04:35 +0000 Subject: [PATCH] bump(deps): bump @astrojs/starlight from 0.12.0 to 0.12.1 in /web Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.12.0 to 0.12.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.12.1/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 6916fe6..6f61622 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -8,7 +8,7 @@ "name": "web", "version": "0.1.1", "dependencies": { - "@astrojs/starlight": "^0.12.0", + "@astrojs/starlight": "^0.12.1", "astro": "^3.1.2", "sharp": "^0.32.1" } @@ -108,9 +108,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.12.0.tgz", - "integrity": "sha512-WPLpq82vbTznNfQjtdLBjKGuDsQE3tpPxFqosjxX+pSeMES/Cz5Dmzla78ej7xWIp7zjovPqkNytbC1EaeOMwA==", + "version": "0.12.1", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.12.1.tgz", + "integrity": "sha512-XdsmaSWOyx4Ufsvov8Mu6R8dg5fUzzP7f3fVXALrBaHUqpHs4+6IkVUjdOhGnDkSigEPTE3gYyFixpvo0J37GA==", "dependencies": { "@astrojs/mdx": "^1.1.0", "@astrojs/sitemap": "^3.0.0", diff --git a/web/package.json b/web/package.json index d806d74..386dd92 100644 --- a/web/package.json +++ b/web/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.12.0", + "@astrojs/starlight": "^0.12.1", "astro": "^3.1.2", "sharp": "^0.32.1" }