From 0dac485971533a48bb9c0e8d83610b32d8cfa538 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 18:40:20 +0000 Subject: [PATCH] Bump ollama from 0.5.16 to 0.5.18 Bumps [ollama](https://github.com/ollama/ollama-js) from 0.5.16 to 0.5.18. - [Release notes](https://github.com/ollama/ollama-js/releases) - [Commits](https://github.com/ollama/ollama-js/compare/v0.5.16...v0.5.18) --- updated-dependencies: - dependency-name: ollama dependency-version: 0.5.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 90e495f..952e159 100644 --- a/bun.lock +++ b/bun.lock @@ -8,7 +8,7 @@ "commander": "^14.0.0", "ignore": "^7.0.5", "inquirer": "^12.6.3", - "ollama": "^0.5.16", + "ollama": "^0.5.18", }, "devDependencies": { "@biomejs/biome": "1.9.4", @@ -104,7 +104,7 @@ "mute-stream": ["mute-stream@2.0.0", "", {}, "sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA=="], - "ollama": ["ollama@0.5.16", "", { "dependencies": { "whatwg-fetch": "^3.6.20" } }, "sha512-OEbxxOIUZtdZgOaTPAULo051F5y+Z1vosxEYOoABPnQKeW7i4O8tJNlxCB+xioyoorVqgjkdj+TA1f1Hy2ug/w=="], + "ollama": ["ollama@0.5.18", "", { "dependencies": { "whatwg-fetch": "^3.6.20" } }, "sha512-lTFqTf9bo7Cd3hpF6CviBe/DEhewjoZYd9N/uCe7O20qYTvGqrNOFOBDj3lbZgFWHUgDv5EeyusYxsZSLS8nvg=="], "os-tmpdir": ["os-tmpdir@1.0.2", "", {}, "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g=="], diff --git a/package.json b/package.json index 9c9e431..afc0389 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,6 @@ "commander": "^14.0.0", "ignore": "^7.0.5", "inquirer": "^12.6.3", - "ollama": "^0.5.16" + "ollama": "^0.5.18" } }