Bump @docsearch/js from 4.2.0 to 4.3.1 in /docs

Bumps [@docsearch/js](https://github.com/algolia/docsearch/tree/HEAD/packages/docsearch-js) from 4.2.0 to 4.3.1.
- [Release notes](https://github.com/algolia/docsearch/releases)
- [Changelog](https://github.com/algolia/docsearch/blob/main/CHANGELOG.md)
- [Commits](https://github.com/algolia/docsearch/commits/v4.3.1/packages/docsearch-js)

---
updated-dependencies:
- dependency-name: "@docsearch/js"
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-11-10 00:38:26 +00:00
committed by GitHub
parent 9dc65c6ae2
commit 3ec12fdaf6
2 changed files with 15 additions and 6 deletions

19
docs/package-lock.json generated
View File

@@ -8,7 +8,7 @@
"name": "ollama-4-j", "name": "ollama-4-j",
"version": "0.0.0", "version": "0.0.0",
"dependencies": { "dependencies": {
"@docsearch/js": "^4.2.0", "@docsearch/js": "^4.3.1",
"@docusaurus/core": "^3.9.2", "@docusaurus/core": "^3.9.2",
"@docusaurus/plugin-content-docs": "^3.9.2", "@docusaurus/plugin-content-docs": "^3.9.2",
"@docusaurus/plugin-google-gtag": "^3.9.2", "@docusaurus/plugin-google-gtag": "^3.9.2",
@@ -3347,10 +3347,13 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@docsearch/js": { "node_modules/@docsearch/js": {
"version": "4.2.0", "version": "4.3.1",
"resolved": "https://registry.npmjs.org/@docsearch/js/-/js-4.2.0.tgz", "resolved": "https://registry.npmjs.org/@docsearch/js/-/js-4.3.1.tgz",
"integrity": "sha512-KBHVPO29QiGUFJYeAqxW0oXtGf/aghNmRrIRPT4/28JAefqoCkNn/ZM/jeQ7fHjl0KNM6C+KlLVYjwyz6lNZnA==", "integrity": "sha512-Xi2OztaQqTnNj0HGTcS/RtoXe4ASOgKRuH8hAKKqISqv13oUxpVBIBUHpvPIU4qgmJRZN2gA2gdjdn+VuvrvRQ==",
"license": "MIT" "license": "MIT",
"dependencies": {
"htm": "3.1.1"
}
}, },
"node_modules/@docsearch/react": { "node_modules/@docsearch/react": {
"version": "4.2.0", "version": "4.2.0",
@@ -9931,6 +9934,12 @@
"safe-buffer": "~5.1.0" "safe-buffer": "~5.1.0"
} }
}, },
"node_modules/htm": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/htm/-/htm-3.1.1.tgz",
"integrity": "sha512-983Vyg8NwUE7JkZ6NmOqpCZ+sh1bKv2iYTlUkzlWmA5JD2acKoxd4KVxbMmxX/85mtfdnDmTFoNKcg5DGAvxNQ==",
"license": "Apache-2.0"
},
"node_modules/html-escaper": { "node_modules/html-escaper": {
"version": "2.0.2", "version": "2.0.2",
"resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",

View File

@@ -14,7 +14,7 @@
"write-heading-ids": "docusaurus write-heading-ids" "write-heading-ids": "docusaurus write-heading-ids"
}, },
"dependencies": { "dependencies": {
"@docsearch/js": "^4.2.0", "@docsearch/js": "^4.3.1",
"@docusaurus/core": "^3.9.2", "@docusaurus/core": "^3.9.2",
"@docusaurus/plugin-google-gtag": "^3.9.2", "@docusaurus/plugin-google-gtag": "^3.9.2",
"@docusaurus/preset-classic": "^3.9.2", "@docusaurus/preset-classic": "^3.9.2",