From d312c39c486d77aa73cbf01bdd4d7a07cec85e7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 07:13:38 +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.0 to 0.36.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.36.1/packages/starlight) Updates `astro` from 5.14.4 to 5.14.6 - [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.14.6/packages/astro) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-version: 0.36.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: astro dependency-version: 5.14.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 238caca..9ea8220 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.0", - "astro": "^5.14.4", + "@astrojs/starlight": "^0.36.1", + "astro": "^5.14.6", "sharp": "^0.34.4" }, "devDependencies": { @@ -100,9 +100,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.36.0", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.36.0.tgz", - "integrity": "sha512-aVJVBfvFuE2avsMDhmRzn6I5GjDhUwIQFlu3qH9a1C0fNsPYDw2asxHQODAD7EfGiKGvvHCJgHb+9jbJ8lCfNQ==", + "version": "0.36.1", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.36.1.tgz", + "integrity": "sha512-Fmt8mIsAIZN18Y4YQDI6p521GsYGe4hYxh9jWmz0pHBXnS5J7Na3TSXNya4eyIymCcKkuiKFbs7b/knsdGVYPg==", "license": "MIT", "dependencies": { "@astrojs/markdown-remark": "^6.3.1", @@ -1080,9 +1080,9 @@ } }, "node_modules/astro": { - "version": "5.14.4", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.14.4.tgz", - "integrity": "sha512-yqgMAO2Whi9GmZkByyiPcG7CiiPr0Me0iBSorMa6M0g+wQk/ewnIqUyr7T/uFCPTQndoKwucnYFTrf0yfb0urw==", + "version": "5.14.6", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.14.6.tgz", + "integrity": "sha512-MSdjKt2W2a56x868DqDWgbfw4D689/8EGhHG4465h7eivTI237u1aBx4iJvgI6WfgdUE61+coAvMjUkEvOWbpA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", diff --git a/package.json b/package.json index 01e1955..4680449 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ }, "dependencies": { "@astrojs/sitemap": "^3.6.0", - "@astrojs/starlight": "^0.36.0", - "astro": "^5.14.4", + "@astrojs/starlight": "^0.36.1", + "astro": "^5.14.6", "sharp": "^0.34.4" }, "devDependencies": {