mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-11-10 05:20:43 +01:00
Compare commits
1 Commits
main
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3ec12fdaf6 |
19
docs/package-lock.json
generated
19
docs/package-lock.json
generated
@@ -8,7 +8,7 @@
|
||||
"name": "ollama-4-j",
|
||||
"version": "0.0.0",
|
||||
"dependencies": {
|
||||
"@docsearch/js": "^4.2.0",
|
||||
"@docsearch/js": "^4.3.1",
|
||||
"@docusaurus/core": "^3.9.2",
|
||||
"@docusaurus/plugin-content-docs": "^3.9.2",
|
||||
"@docusaurus/plugin-google-gtag": "^3.9.2",
|
||||
@@ -3347,10 +3347,13 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@docsearch/js": {
|
||||
"version": "4.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@docsearch/js/-/js-4.2.0.tgz",
|
||||
"integrity": "sha512-KBHVPO29QiGUFJYeAqxW0oXtGf/aghNmRrIRPT4/28JAefqoCkNn/ZM/jeQ7fHjl0KNM6C+KlLVYjwyz6lNZnA==",
|
||||
"license": "MIT"
|
||||
"version": "4.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@docsearch/js/-/js-4.3.1.tgz",
|
||||
"integrity": "sha512-Xi2OztaQqTnNj0HGTcS/RtoXe4ASOgKRuH8hAKKqISqv13oUxpVBIBUHpvPIU4qgmJRZN2gA2gdjdn+VuvrvRQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"htm": "3.1.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@docsearch/react": {
|
||||
"version": "4.2.0",
|
||||
@@ -9931,6 +9934,12 @@
|
||||
"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": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"write-heading-ids": "docusaurus write-heading-ids"
|
||||
},
|
||||
"dependencies": {
|
||||
"@docsearch/js": "^4.2.0",
|
||||
"@docsearch/js": "^4.3.1",
|
||||
"@docusaurus/core": "^3.9.2",
|
||||
"@docusaurus/plugin-google-gtag": "^3.9.2",
|
||||
"@docusaurus/preset-classic": "^3.9.2",
|
||||
|
||||
Reference in New Issue
Block a user