diff --git a/package-lock.json b/package-lock.json index 84f8856fb..b658faf32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,20 +10,21 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "@azure/mcp-darwin-x64": "^2.0.0-beta.14", - "better-sqlite3": "^12.6.2" + "@azure/mcp-darwin-x64": "^3.0.0-beta.22", + "better-sqlite3": "^12.11.1" }, "bin": { "maenifold": "scripts/maenifold.js" } }, "node_modules/@azure/mcp-darwin-x64": { - "version": "2.0.0-beta.14", - "resolved": "https://registry.npmjs.org/@azure/mcp-darwin-x64/-/mcp-darwin-x64-2.0.0-beta.14.tgz", - "integrity": "sha512-PejgskmusF6FIPsTZJHzF67ijhJNBTu8vL1qklmgJizmMARTDx1+RvqN+V20UIMj+v4TIPFO1aRguoGqLqhyQg==", + "version": "3.0.0-beta.22", + "resolved": "https://registry.npmjs.org/@azure/mcp-darwin-x64/-/mcp-darwin-x64-3.0.0-beta.22.tgz", + "integrity": "sha512-2SxQ9xKSsCc8ckcwbd2UxQMK8U1N0+7bOypxXNXHQ9M4iwCXOGLEGB/P4HyU1Zq3E50lZmaSgs932aGLTEntcg==", "cpu": [ "x64" ], + "license": "MIT", "os": [ "darwin" ], @@ -55,9 +56,9 @@ "license": "MIT" }, "node_modules/better-sqlite3": { - "version": "12.6.2", - "resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-12.6.2.tgz", - "integrity": "sha512-8VYKM3MjCa9WcaSAI3hzwhmyHVlH8tiGFwf0RlTsZPWJ1I5MkzjiudCo4KC4DxOaL/53A5B1sI/IbldNFDbsKA==", + "version": "12.11.1", + "resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-12.11.1.tgz", + "integrity": "sha512-dq9AtApgg5PGFtBzPFSBl3HZQjHok5gaQCM6zh2Yk0aSmDCs1CbnVI8/HgASQkNKsWFpseIO9beg5xxpYhbIfA==", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -65,7 +66,7 @@ "prebuild-install": "^7.1.1" }, "engines": { - "node": "20.x || 22.x || 23.x || 24.x || 25.x" + "node": "20.x || 22.x || 23.x || 24.x || 25.x || 26.x" } }, "node_modules/bindings": { diff --git a/package.json b/package.json index 0bd3b68f5..f3b31d804 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "description": "maenifold MCP Server - The topology of Ma-space. Knowledge management with WikiLinks and vector search" }, "dependencies": { - "@azure/mcp-darwin-x64": "^2.0.0-beta.14", - "better-sqlite3": "^12.6.2" + "@azure/mcp-darwin-x64": "^3.0.0-beta.22", + "better-sqlite3": "^12.11.1" } }