Skip to content

Commit c7bd619

Browse files
committed
Updated npm dependencies
1 parent 5f19f48 commit c7bd619

File tree

5 files changed

+502
-476
lines changed

5 files changed

+502
-476
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The DeepPhe NLP extracts information from the patient cancer reports and stores
1717

1818
You must have the following tools installed:
1919

20-
- [Nodejs 10.15.1 (includes npm 6.4.1) or the latest LTS version](https://nodejs.org/en/download/) - which the DeepPhe-Viz tool is built upon
20+
- [Nodejs 12.13.0 (includes npm 6.12.0) or the latest LTS version](https://nodejs.org/en/download/) - which the DeepPhe-Viz tool is built upon
2121
- [Neo4j 3.5.x Server](https://neo4j.com/download-center/#releases) - is used to store the graph output from DeepPhe NLP
2222

2323
if you need to manage multiple versions of NodeJS, we have been successfully using the [nvm](https://github.com/creationix/nvm) tool to configure and manage our NodeJS environment; nvm enables a user to associate a paritcular NodeJS and NPM version with their Unix shell, allowing for each switching between NodeJS versions across different projects.

lib/routes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
// Using joi for API parameters validation with Swagger
8-
const Joi = require('joi');
8+
const Joi = require('@hapi/joi');
99

1010
// Use neo4j-driver to access to Neo4j
1111
const neo4j = require('neo4j-driver').v1;

0 commit comments

Comments
 (0)