From 9c02942940bc46e3bac17497c2b9c2324eb002e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 19:22:49 +0000 Subject: [PATCH] chore(deps): bump the minor-and-patch group across 1 directory with 2 updates Bumps the minor-and-patch group with 2 updates in the / directory: [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) and [ollama](https://github.com/ollama/ollama-js). Updates `@modelcontextprotocol/sdk` from 1.27.1 to 1.28.0 - [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases) - [Commits](https://github.com/modelcontextprotocol/typescript-sdk/compare/v1.27.1...v1.28.0) Updates `ollama` from 0.5.18 to 0.6.3 - [Release notes](https://github.com/ollama/ollama-js/releases) - [Commits](https://github.com/ollama/ollama-js/compare/v0.5.18...v0.6.3) --- updated-dependencies: - dependency-name: "@modelcontextprotocol/sdk" dependency-version: 1.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: ollama dependency-version: 0.6.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- embeddings/package.json | 4 ++-- package-lock.json | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/embeddings/package.json b/embeddings/package.json index 04cf819..419aab5 100644 --- a/embeddings/package.json +++ b/embeddings/package.json @@ -39,14 +39,14 @@ "bugs": "https://github.com/themailmans/deepindex/issues", "homepage": "https://github.com/themailmans/deepindex#readme", "dependencies": { - "@modelcontextprotocol/sdk": "^1.0.4", + "@modelcontextprotocol/sdk": "^1.28.0", "better-sqlite3": "^11.7.0", "chalk": "^5.3.0", "chokidar": "^4.0.3", "commander": "^12.1.0", "faiss-node": "^0.5.1", "glob": "^11.0.0", - "ollama": "^0.5.11" + "ollama": "^0.6.3" }, "devDependencies": { "@types/better-sqlite3": "^7.6.12", diff --git a/package-lock.json b/package-lock.json index 33dbc68..41a9b31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,14 +20,14 @@ "version": "0.1.0", "license": "MIT", "dependencies": { - "@modelcontextprotocol/sdk": "^1.0.4", + "@modelcontextprotocol/sdk": "^1.28.0", "better-sqlite3": "^11.7.0", "chalk": "^5.3.0", "chokidar": "^4.0.3", "commander": "^12.1.0", "faiss-node": "^0.5.1", "glob": "^11.0.0", - "ollama": "^0.5.11" + "ollama": "^0.6.3" }, "bin": { "deepindex": "dist/cli.js", @@ -61,9 +61,9 @@ } }, "node_modules/@modelcontextprotocol/sdk": { - "version": "1.27.1", - "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.27.1.tgz", - "integrity": "sha512-sr6GbP+4edBwFndLbM60gf07z0FQ79gaExpnsjMGePXqFcSSb7t6iscpjk9DhFhwd+mTEQrzNafGP8/iGGFYaA==", + "version": "1.28.0", + "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.28.0.tgz", + "integrity": "sha512-gmloF+i+flI8ouQK7MWW4mOwuMh4RePBuPFAEPC6+pdqyWOUMDOixb6qZ69owLJpz6XmyllCouc4t8YWO+E2Nw==", "license": "MIT", "dependencies": { "@hono/node-server": "^1.19.9", @@ -1209,9 +1209,9 @@ } }, "node_modules/ollama": { - "version": "0.5.18", - "resolved": "https://registry.npmjs.org/ollama/-/ollama-0.5.18.tgz", - "integrity": "sha512-lTFqTf9bo7Cd3hpF6CviBe/DEhewjoZYd9N/uCe7O20qYTvGqrNOFOBDj3lbZgFWHUgDv5EeyusYxsZSLS8nvg==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/ollama/-/ollama-0.6.3.tgz", + "integrity": "sha512-KEWEhIqE5wtfzEIZbDCLH51VFZ6Z3ZSa6sIOg/E/tBV8S51flyqBOXi+bRxlOYKDf8i327zG9eSTb8IJxvm3Zg==", "license": "MIT", "dependencies": { "whatwg-fetch": "^3.6.20"