From fc77c902f27e6d1dd397473a48cbdb17f90edf11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 15:17:52 +0000 Subject: [PATCH] [CHORE](deps)(deps): Bump docusaurus-plugin-llms from 0.5.0 to 0.5.1 Bumps [docusaurus-plugin-llms](https://github.com/rachfop/docusaurus-plugin-llms) from 0.5.0 to 0.5.1. - [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.5.0...v0.5.1) --- updated-dependencies: - dependency-name: docusaurus-plugin-llms dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9e697236..1df0f471 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@docusaurus/preset-classic": "^3.10.2", "@mdx-js/react": "^3.0.0", "clsx": "^2.1.1", - "docusaurus-plugin-llms": "^0.5.0", + "docusaurus-plugin-llms": "^0.5.1", "js-yaml": "^5.2.2", "maplibre-gl": "^5.24.0", "pmtiles": "^4.4.1", @@ -10683,9 +10683,9 @@ } }, "node_modules/docusaurus-plugin-llms": { - "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==", + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/docusaurus-plugin-llms/-/docusaurus-plugin-llms-0.5.1.tgz", + "integrity": "sha512-4kNSK+TU67Y+pV45MJhvkW2ISNDh3SYet8PcPvwShV3VL/Ydwpvms0pTgvmOx1GEdLtJMYjD4PNkdmO3kAvLyw==", "license": "MIT", "dependencies": { "gray-matter": "4.0.3", diff --git a/package.json b/package.json index 1a4f9e8c..59fb4a2b 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@docusaurus/preset-classic": "^3.10.2", "@mdx-js/react": "^3.0.0", "clsx": "^2.1.1", - "docusaurus-plugin-llms": "^0.5.0", + "docusaurus-plugin-llms": "^0.5.1", "js-yaml": "^5.2.2", "maplibre-gl": "^5.24.0", "pmtiles": "^4.4.1",