From cd2019698080d5126d0dcdb4e0a653a8bfd8a83e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 07:02:53 +0000 Subject: [PATCH] chore(deps): bump the npm group with 2 updates Bumps the npm group with 2 updates: [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) and [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `@astrojs/starlight` from 0.36.1 to 0.36.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.36.2/packages/starlight) Updates `astro` from 5.15.1 to 5.15.3 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@5.15.3/packages/astro) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-version: 0.36.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: astro dependency-version: 5.15.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index d2822e98..1dc3b9ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "0.0.1", "dependencies": { "@astrojs/sitemap": "^3.6.0", - "@astrojs/starlight": "^0.36.1", - "astro": "^5.15.1", + "@astrojs/starlight": "^0.36.2", + "astro": "^5.15.3", "sharp": "^0.34.4" }, "devDependencies": { @@ -100,9 +100,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.36.1", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.36.1.tgz", - "integrity": "sha512-Fmt8mIsAIZN18Y4YQDI6p521GsYGe4hYxh9jWmz0pHBXnS5J7Na3TSXNya4eyIymCcKkuiKFbs7b/knsdGVYPg==", + "version": "0.36.2", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.36.2.tgz", + "integrity": "sha512-QR8NfO7+7DR13kBikhQwAj3IAoptLLNs9DkyKko2M2l3PrqpcpVUnw1JBJ0msGDIwE6tBbua2UeBND48mkh03w==", "license": "MIT", "dependencies": { "@astrojs/markdown-remark": "^6.3.1", @@ -1080,9 +1080,9 @@ } }, "node_modules/astro": { - "version": "5.15.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.15.1.tgz", - "integrity": "sha512-VM679M1qxOjGo6q3vKYDNDddkALGgMopG93IwbEXd3Buc2xVLuuPj4HNziNugSbPQx5S6UReMp5uzw10EJN81A==", + "version": "5.15.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.15.3.tgz", + "integrity": "sha512-wUO/isJrcUoduRoKacKB9jpO6TxTlPV1zw8UqQx39jSNY7z9IxusJAiib3AiNvqK+dCWhqXx+OnExCCwELmcUw==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", @@ -1139,7 +1139,7 @@ "unist-util-visit": "^5.0.0", "unstorage": "^1.17.0", "vfile": "^6.0.3", - "vite": "^6.3.6", + "vite": "^6.4.1", "vitefu": "^1.1.1", "xxhash-wasm": "^1.1.0", "yargs-parser": "^21.1.1", diff --git a/package.json b/package.json index 39ff0743..e6ccda1d 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ }, "dependencies": { "@astrojs/sitemap": "^3.6.0", - "@astrojs/starlight": "^0.36.1", - "astro": "^5.15.1", + "@astrojs/starlight": "^0.36.2", + "astro": "^5.15.3", "sharp": "^0.34.4" }, "devDependencies": {