From f4a26324cb35523b00160909e371d7a1c11b2324 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 05:34:55 +0000 Subject: [PATCH] chore(deps): bump the npm-minor-patch group in /docs/site with 3 updates Bumps the npm-minor-patch group in /docs/site with 3 updates: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro), [starlight-openapi](https://github.com/HiDeoo/starlight-openapi/tree/HEAD/packages/starlight-openapi) and [@redocly/cli](https://github.com/Redocly/redocly-cli). Updates `astro` from 7.2.0 to 7.2.2 - [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@7.2.2/packages/astro) Updates `starlight-openapi` from 0.26.0 to 0.26.1 - [Release notes](https://github.com/HiDeoo/starlight-openapi/releases) - [Changelog](https://github.com/HiDeoo/starlight-openapi/blob/main/packages/starlight-openapi/CHANGELOG.md) - [Commits](https://github.com/HiDeoo/starlight-openapi/commits/starlight-openapi@0.26.1/packages/starlight-openapi) Updates `@redocly/cli` from 2.46.0 to 2.46.1 - [Release notes](https://github.com/Redocly/redocly-cli/releases) - [Commits](https://github.com/Redocly/redocly-cli/compare/@redocly/cli@2.46.0...@redocly/cli@2.46.1) --- updated-dependencies: - dependency-name: astro dependency-version: 7.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: starlight-openapi dependency-version: 0.26.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: "@redocly/cli" dependency-version: 2.46.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-patch ... Signed-off-by: dependabot[bot] --- docs/site/package-lock.json | 77 +++++++++++++++++++++++++++++++------ docs/site/package.json | 6 +-- 2 files changed, 68 insertions(+), 15 deletions(-) diff --git a/docs/site/package-lock.json b/docs/site/package-lock.json index aead57339..201d2d62f 100644 --- a/docs/site/package-lock.json +++ b/docs/site/package-lock.json @@ -12,15 +12,15 @@ "@astrojs/starlight": "^0.41.7", "@fontsource/ibm-plex-mono": "^5.3.0", "@fontsource/public-sans": "^5.3.0", - "astro": "7.2.0", + "astro": "7.2.2", "astro-mermaid": "^2.1.0", "mermaid": "^11.16.1", - "starlight-openapi": "^0.26.0" + "starlight-openapi": "^0.26.1" }, "devDependencies": { "@astrojs/check": "^0.9.10", "@astrojs/markdown-remark": "7.2.2", - "@redocly/cli": "^2.46.0", + "@redocly/cli": "^2.46.1", "@vvago/vale": "^3.17.1", "linkinator": "^7.6.1", "markdownlint-cli2": "^0.23.2", @@ -2309,9 +2309,9 @@ } }, "node_modules/@redocly/cli": { - "version": "2.46.0", - "resolved": "https://registry.npmjs.org/@redocly/cli/-/cli-2.46.0.tgz", - "integrity": "sha512-Hx4dIYwFhMkE6fZXDl0TwuVsvE8INX7dzEOgAcEhl0mhTkHC95o/rhUTlVLbNRg4mWHQ27jbdgKXPZBJJANWYA==", + "version": "2.46.1", + "resolved": "https://registry.npmjs.org/@redocly/cli/-/cli-2.46.1.tgz", + "integrity": "sha512-FSUSq2FU8VN7DmTobTmq7zb3zPnDkRKSMd3n38D62JFJUUZKnLMQtn7BUhsD2dCFH2WgF05I3fbN7QHDQyCBeA==", "dev": true, "license": "MIT", "bin": { @@ -3395,9 +3395,9 @@ } }, "node_modules/astro": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/astro/-/astro-7.2.0.tgz", - "integrity": "sha512-lLTYzx3fOvCmtwD3JVBLQcbORbIOW1/j0R+3IvJx/XKwMGrk7mFnF0BYSOeRiNw1qHUR5mdA6+hRnyvyDfqrWQ==", + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-7.2.2.tgz", + "integrity": "sha512-OvLWCpXpb43lVYcWzSBJ0sk44qcEYYRZCjadtalLfAwb2RaC3P/zT+blZykBw/o6suw6sQQkn00ugN36akD8Mw==", "license": "MIT", "dependencies": { "@astrojs/compiler-rs": "^0.3.2", @@ -3419,6 +3419,7 @@ "dset": "^3.1.4", "es-module-lexer": "^2.0.0", "esbuild": "^0.28.0", + "find-process": "^2.1.1", "flattie": "^1.1.1", "fontace": "~0.4.1", "get-tsconfig": "5.0.0-beta.4", @@ -5178,6 +5179,45 @@ "node": ">=8" } }, + "node_modules/find-process": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/find-process/-/find-process-2.1.1.tgz", + "integrity": "sha512-SrQDx3QhlmHM90iqn9rdjCQcw/T+WlpOkHFsjoRgB+zTpDfltNA1VSNYeYELwhUTJy12UFxqjWhmhOrJc+o4sA==", + "license": "MIT", + "dependencies": { + "chalk": "~4.1.2", + "commander": "^14.0.3", + "loglevel": "^1.9.2" + }, + "bin": { + "find-process": "dist/cjs/bin/find-process.js" + } + }, + "node_modules/find-process/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/find-process/node_modules/commander": { + "version": "14.0.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.3.tgz", + "integrity": "sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==", + "license": "MIT", + "engines": { + "node": ">=20" + } + }, "node_modules/flattie": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/flattie/-/flattie-1.1.1.tgz", @@ -6662,6 +6702,19 @@ "integrity": "sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==", "license": "MIT" }, + "node_modules/loglevel": { + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.9.2.tgz", + "integrity": "sha512-HgMmCqIJSAKqo68l0rS2AanEWfkxaZ5wNiEFb5ggm08lDs9Xl2KxBlX3PTcaD2chBM1gXAYf491/M2Rv8Jwayg==", + "license": "MIT", + "engines": { + "node": ">= 0.6.0" + }, + "funding": { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/loglevel" + } + }, "node_modules/longest-streak": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", @@ -9486,9 +9539,9 @@ } }, "node_modules/starlight-openapi": { - "version": "0.26.0", - "resolved": "https://registry.npmjs.org/starlight-openapi/-/starlight-openapi-0.26.0.tgz", - "integrity": "sha512-+WJnS7nIW42KfgmtBvTdj0Sx0LR+3kYPCdXMoiiMxKWDTF9TBd8KhTRDqNiPPrksej+gItZV/ROKwsXoF2/qZQ==", + "version": "0.26.1", + "resolved": "https://registry.npmjs.org/starlight-openapi/-/starlight-openapi-0.26.1.tgz", + "integrity": "sha512-HYrUPL0feeIBbtEXUUtr7xPiz5vcenYXTMn4EFKR7vswfoBIjK6r10EB5F4+AFLfgXFVLUIkQk3EYtf+wzMHjw==", "license": "MIT", "dependencies": { "@readme/openapi-parser": "^4.1.2", diff --git a/docs/site/package.json b/docs/site/package.json index 55e83e2b0..e27eb769c 100644 --- a/docs/site/package.json +++ b/docs/site/package.json @@ -62,15 +62,15 @@ "@astrojs/starlight": "^0.41.7", "@fontsource/ibm-plex-mono": "^5.3.0", "@fontsource/public-sans": "^5.3.0", - "astro": "7.2.0", + "astro": "7.2.2", "astro-mermaid": "^2.1.0", "mermaid": "^11.16.1", - "starlight-openapi": "^0.26.0" + "starlight-openapi": "^0.26.1" }, "devDependencies": { "@astrojs/check": "^0.9.10", "@astrojs/markdown-remark": "7.2.2", - "@redocly/cli": "^2.46.0", + "@redocly/cli": "^2.46.1", "@vvago/vale": "^3.17.1", "linkinator": "^7.6.1", "markdownlint-cli2": "^0.23.2",