bump mongo node for close PR

This commit is contained in:
Dave Conway-Jones 2021-01-22 13:50:37 +00:00
parent 4cfc7b39be
commit 12c485faaf
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF
2 changed files with 7 additions and 7 deletions

View File

@ -19,7 +19,7 @@ Run the following command in your Node-RED user directory - typically `~/.node-r
```
npm install node-red-node-mongodb
```
Note that this package requires a MongoDB client package at least version 3.6.1 - if you have an older (version 2) client,
Note that this package requires a MongoDB client package at least version 3.6.3 - if you have an older (version 2) client,
you may need to remove that before installing this
```
npm remove mongodb

View File

@ -1,9 +1,9 @@
{
"name" : "node-red-node-mongodb",
"version" : "0.2.4",
"description" : "Node-RED nodes to talk to an Mongo database",
"version" : "0.2.5",
"description" : "Node-RED nodes to talk to a Mongo database",
"dependencies" : {
"mongodb" : "^3.6.2"
"mongodb" : "^3.6.3"
},
"repository" : {
"type":"git",