From 8c1dee87aa76b9c30136236f8b440c4771878800 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 13:17:02 +0000 Subject: [PATCH] chore(deps): bump docusaurus-plugin-llms from 0.4.0 to 0.5.0 Bumps [docusaurus-plugin-llms](https://github.com/rachfop/docusaurus-plugin-llms) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/rachfop/docusaurus-plugin-llms/releases) - [Changelog](https://github.com/rachfop/docusaurus-plugin-llms/blob/main/CHANGELOG.md) - [Commits](https://github.com/rachfop/docusaurus-plugin-llms/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: docusaurus-plugin-llms dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 31 ++++++++++++++----------------- package.json | 2 +- 2 files changed, 15 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index c8da458a468e..116d23c40079 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@inkeep/docusaurus": "^2.0.16", "@mdx-js/react": "^3.1.1", "clsx": "^2.1.1", - "docusaurus-plugin-llms": "^0.4.0", + "docusaurus-plugin-llms": "^0.5.0", "docusaurus-plugin-sass": "^0.2.6", "mermaid": "^11.16.0", "prism-react-renderer": "^2.3.1", @@ -11012,14 +11012,14 @@ } }, "node_modules/docusaurus-plugin-llms": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/docusaurus-plugin-llms/-/docusaurus-plugin-llms-0.4.0.tgz", - "integrity": "sha512-jYlj2HJ5+gu7oJZuJ83Hk8KlB65YlZZ/7UpHXiL7Qr+qpNBkVocmt2Molc6F3HNr5RqcfhWD/98CvgyNztg/ow==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/docusaurus-plugin-llms/-/docusaurus-plugin-llms-0.5.0.tgz", + "integrity": "sha512-t97YeryEsP62yw8UeRqyMkv5L2RJaGXz3Aw86OMZt2UtMEwNUjYB+Kp7ryzcw/JvX/Dcs2FmhAF6oG1/moExFQ==", "license": "MIT", "dependencies": { - "gray-matter": "^4.0.3", - "minimatch": "^9.0.3", - "yaml": "^2.8.1" + "gray-matter": "4.0.3", + "minimatch": "9.0.3", + "yaml": "2.8.1" }, "engines": { "node": ">=18.0" @@ -11042,12 +11042,12 @@ } }, "node_modules/docusaurus-plugin-llms/node_modules/minimatch": { - "version": "9.0.9", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz", - "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", "license": "ISC", "dependencies": { - "brace-expansion": "^2.0.2" + "brace-expansion": "^2.0.1" }, "engines": { "node": ">=16 || 14 >=14.17" @@ -23469,18 +23469,15 @@ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" }, "node_modules/yaml": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz", - "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz", + "integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==", "license": "ISC", "bin": { "yaml": "bin.mjs" }, "engines": { "node": ">= 14.6" - }, - "funding": { - "url": "https://github.com/sponsors/eemeli" } }, "node_modules/yocto-queue": { diff --git a/package.json b/package.json index 08bc8c34b664..200f561f78f7 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@inkeep/docusaurus": "^2.0.16", "@mdx-js/react": "^3.1.1", "clsx": "^2.1.1", - "docusaurus-plugin-llms": "^0.4.0", + "docusaurus-plugin-llms": "^0.5.0", "docusaurus-plugin-sass": "^0.2.6", "mermaid": "^11.16.0", "prism-react-renderer": "^2.3.1",